@charset "utf-8";
html {
	background-color: #003399;
}

/********************************* BODY ******************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #003399;
	background-image: url(../bilder/bg.jpg);
	background-position: left top;
	margin: 10;
	padding: 10;
	scrollbar-arrow-color: #FFFFFF;
	scrollbarBaseColor: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #d0d0d0;
	scrollbar-highlight-color: #d0d0d0;
	scrollbar-3dlight-color: #d0d0d0;
	scrollbar-darkshadow-color: #d0d0d0;
	scrollbar-shadow-color: #d0d0d0;
}

/********************************* SUJET ******************************/

#sujet {
	position: absolute;
	left: 62px;
	top: 0px;
	z-index: 10;
	}

/********************************* TOP MENUE ******************************/

#menue_top {
	position: absolute;
	top: 240px;
	left: 80px;
	z-index: 30;
	color: white;
	font-size: 12px;
	font-weight: lighter;
	}
#menue_top a:link {
	color: #FFFFFF; text-decoration: none;
}
#menue_top a:visited {
	color: #FFFFFF; text-decoration: none;
}
#menue_top a:hover {
	color: #99CC66; text-decoration: none;
}
#menue_top a:active {
	color: #FFFFFF; text-decoration: none;
}

body.home #menue_top #home, body.home #menue_top #home a { color: #99CC66; }
body.klassenorganisation #menue_top #klassenorganisation, body.klassenorganisation #menue_top #klassenorganisation a { color: #99CC66; }
body.news #menue_top #news, body.news #menue_top #news a { color: #99CC66; }
body.regatta #menue_top #regatta, body.regatta #menue_top #regatta a { color: #99CC66; }
body.ranglisten #menue_top #ranglisten, body.ranglisten #menue_top #ranglisten a { color: #99CC66; }
body.technik #menue_top #technik, body.technik #menue_top #technik a { color: #99CC66; }
body.boerse #menue_top #boerse, body.boerse #menue_top #boerse a { color: #99CC66; }
body.links #menue_top #links, body.links #menue_top #links a { color: #99CC66; }

/********************************* SIDE MENUE ******************************/

#menue_side {
/*	border: 1px solid red; */
	position: absolute;
	background-color:#FFFFFF;
	left: 790px;
	top: 268px;
	z-index: 50;
	width: 172px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: 12px;
	font-weight: lighter;
	}
#menue_side a:link {
	color: #003399; text-decoration: none;
}
#menue_side a:visited {
	color: #003399; text-decoration: none;
}
#menue_side a:hover {
	color: #99CC66; text-decoration: none;
}
#menue_side a:active {
	color: #336633; text-decoration: none;
}
#menue_side hr {
	width: 100%;
	background-color:#003399; /* Mozilla 1.4 */
	color:#003399; /* IE 6 */
	border: #003399; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}	


/********************************* CONTENT ******************************/
#content {
/*	border: 1px solid red; */
	position: absolute;
	background-color:#FFFFFF;
	left: 79px;
	top: 275px;
	width: 658px;
	height: 300px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 40px;
	color:#003399;
	}
#content h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-size: 18px;
	color:#003399;
	}	
#content a:link {
	color: #336633; text-decoration: none;
}
#content a:visited {
	color: #336633; text-decoration: none;
}
#content a:hover {
	color: #99CC66; text-decoration: none;
}
#content a:active {
	color: #336633; text-decoration: none;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}	
#content hr {
	background-color:#336633; /* Mozilla 1.4 */
	color:#336633; /* IE 6 */
	border: #336633; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}	

/********************************* Bestenlisten ******************************/
#bestenlisten {
/*	border: 1px solid red; */
	position: absolute;
	left: 79px;
	top: 40px;
	width: 658px;
	height: 300px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: auto;
	padding-right: 40px;
	color:#003399;
	}
#bestenlisten h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-size: 18px;
	color:#003399;
	}	
#bestenlisten a:link {
	color: #336633; text-decoration: none;
}
#bestenlisten a:visited {
	color: #336633; text-decoration: none;
}
#bestenlisten a:hover {
	color: #99CC66; text-decoration: none;
}
#bestenlisten a:active {
	color: #336633; text-decoration: none;
}
#bestenlisten table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}	
#bestenlisten hr {
	background-color:#336633; /* Mozilla 1.4 */
	color:#336633; /* IE 6 */
	border: #336633; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}	

/********************************* BIG TEXT ******************************/

#bigtext {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 536px;
	}

/********************************* FOOTER ******************************/

#footer {
	position: absolute;
	left: 62px;
	top: 575px;
	width: 900px;
	height: 50px;
	z-index: 50;
	color: #99CC66;
	padding-left: 18px;
	padding-top: 4px;
	background-color: #003399;

	}
#footer a:link {
	color: #99CC66;
	}	
#footer a:hover {
	color: #336633;
	}	
