/* CSS für Sport68.com
	COPYRIGHTS KREATIVAGENTUR GORDON ADAMS BERLIN */
	
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #999999;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: #373737;
}

a {
	text-decoration: none;
	color: #CE000C;
	background-color: transparent;
}

a img {
	border: none;
}

p a:hover {
	text-decoration: underline;
	background-color: transparent;
}

hr {
	color: #666;
}

h1,
h2,
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	color: #ce000c;
	padding-bottom: 15px;
}

h1 {
	font-size: 31px;
}

h3 {
	position: relative;
	top: -15px;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin:  0px 0px 10px 10px;
}

.infobox {
	position: relative;
	left: 0px;
}

#texte table#masstabelle tr td p {
	padding-left: 5px;
	padding-right: 20px;
}

td.bg_red {
	background-color: #CE000C;
}

td.bg_red p {
	color: white;
}

form#kontakt textarea {
	color: black;
}

/* --------------- main --------------- */
#main {
	position: relative;
	top: 0;
	height: 100%;
	text-align: center;
	margin: auto;
/*	border: 1px solid red;*/
}



/* --------------- header --------------- */
#header {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 11px;												/*anderer Wert als IE*/
	background-image: url(../Bilder/HG_Laufband.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 532px;
	height: 116px;
/*	border: 1px solid yellow;*/
}




/* --------------- content --------------- */
#content {
	position: relative;
	top: 0;
	margin: auto; 													/*wichtig für FF / nicht für IE!*/
	padding-top: 200px;
	background-image: url(../Bilder/C03.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 755px;
	height: 100%;
/*	border: 1px solid lime;*/
}

#content #texte {
	margin: 30px 40px 0px 260px;								/*andere Werte für TOP als IE*/
	text-align: justify;
}

#texte p {
	padding-bottom: 40px ;
}




/* --------------- Onlineshop --------------- */
#onlineshop {
/*	float: right;*/
	position: relative;
	right: -400px;
	top: -20px;
	z-index: 500;
	margin-bottom: -40px;
/*	border: 1px solid blue;*/
	width: 50px;
}

#onlineshop p {
	position: relative;
	top: 35px;
	left: -10px;													/*andere Werte für TOP als IE*/
/*	border: 1px solid lime;*/
	padding-bottom: 5px;
}

#onlineshop a {
}

#onlineshop a .icon {
	background-image: url(../Bilder/fotolia_2386232_mod.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	width: 50px;
}

#onlineshop a:hover .icon {
	background-image: url(../Bilder/fotolia_2386166_mod.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	width: 50px;
}





/* --------------- Formularfelder --------------- */
form {

}

form input {
	border: none;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
	background-color: transparent;
	color: #373737;
}

form textarea {
	border: none;
	border-bottom: 1px solid #373737;
	border-right: 1px solid #373737;
	background-color: transparent;
	color: White;
}

#texte table tr td p {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}





/* --------------- footer --------------- */
#footer {
	position: static; /*static; für ff // relative für IE !! */
	bottom: 0px;
	margin: auto;
	background-image: url(../Bilder/E05.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 755px;
	height: 53px;
	text-align: center;
}

#footer #webdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	top: 20px;
}

#footer #webdesign a {
	color: #ce000c;
	text-decoration: none;
}

#footer #webdesign a:hover {
	text-decoration: underline;
}


/* --------------- logo --------------- */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 10px;
	background-image: url(../Bilder/logo_sport68.png);										/*wichtig im IE: "none" */
	background-position: top;
	background-repeat: no-repeat;
	width: 292px;
	height: 293px;
	z-index: 400;
/*border: 1px solid orange;*/
}

#home {
	position: absolute;
	top: 170px;
	left: 10px;
	z-index: 800;
}

#home a:hover {
	background-color: transparent;
}

#home a img {
	border: none;
	background-color: transparent;
}

#home a:hover img {
	background-color: transparent;
	border: none;
}




/* --------------- navigation --------------- */
#navigation {
	position: absolute;
	top: 120px;
	right: 0;
	margin: 0 11px;																/*anderer Wert im IE*/
	background-image: url(../Bilder/F06.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 700px;
	height: 50px;
/*	border: 1px solid aqua;*/
}

#nav_top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: 80px;
/*	border: 1px solid green;*/
	z-index: 500;
}

#navigation #nav_top ul {
	padding-top: 12px;
	padding-left: 205px;
/*	border: 1px solid blue;*/
}

#navigation #nav_top ul li {
	display: inline;
	padding-left: 10px;
	border-left: 1px solid #D9D9D9;
	padding-top: 11px;
	padding-bottom: 50px;
}

#navigation #nav_top ul li a {
/*	border-left: 1px solid #D9D9D9;*/
	padding-bottom: 9px;
	padding-top: 11px;
/*	line-height: 20px;*/
	padding-left: 10px;
	padding-right: 20px;
}

#navigation #nav_top a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	color: #666;
}

#navigation #nav_top ul li:hover a {
	color: #CE000C;
	background-color: transparent;
}

#navigation #nav_top a#aktiv {
	color: #CE000C;
	position: relative;
	top: 40px;
}




/* --------------- umenu --------------- */
#u_menu {
	position: fixed;										/* anderer Wert für IE: ABSOLUTE */
	top: 300px;												/* anderer Wert im IE */
}

#u_menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
}

#u_menu p a {
	color: #CE000C;
}

#u_menu p a:hover {
	color: #CE000C;
}

#u_menu img {
	position: relative;
	left: 25px;
	margin-top: 50px;
}

#u_menu ul {
	list-style: none;
	margin-left: 11px;
}

#u_menu ul li {
	height: 30px;
	text-align: left;
}

#u_menu ul li a {
	position: relative;
	top: 3px;
	left: -65px;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	color: #373737;
}	

#u_menu ul li a:hover {
	color: #CE000C;
	background-color: transparent;
}

#u_menu ul li a#aktiv {
	color: #CE000C;
}

#u_menu ul li#u_menu_top a {
	color: White;
	position: relative;
	top: -2px;
	padding-left: 3px;
	cursor: default;
}

#u_menu ul li#u_menu_top {
	width: 200px;
	height: 19px;
	margin-bottom: 10px;
	background-image: url(../Bilder/K11.png);
	background-position: right;
	background-repeat: no-repeat;
/*	border: 1px solid red;*/
	z-index: 50;
}

#u_menu ul li#u_menu_top img {
	position: relative;
	right: -55px;
}

#u_menu ul #topangebot {
	position: relative;
/*	background-image: url(../Bilder/Menu_Angebot.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	width: 189px;
	height: 40px;
}

#u_menu ul #topangebot a img {
	position: absolute;
	top: -50px;
	left: 10px;
/*	background-color: Aqua;*/
}


