body {
    
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 16px;*/
	background-color: #003366;
	/*background-image: url(bilder/schneeflocken.jpg); background-repeat: repeat-x repeat-y;*/ 
	margin: 0; padding: 0;
	}
	
a:link { color: #0033CC; text-decoration: none;}
a:visited { color: #0033CC; text-decoration: none; }
a:hover, a:focus, a:active {
	color: #0033CC;
	text-decoration: underline;
} 
	
a.whitelink:link { color: #fff; text-decoration: none; font-weight: normal;}
a.whitelink:visited { color: #fff; text-decoration: none; font-weight: normal; }
a.whitelink:active { color: #fff; text-decoration: none; font-weight: normal; }
a.hover {font-weight: bold;}

#kopf {
	background-image: url(bilder/titel_schnee.png); background-repeat: no-repeat; background-position: right;
	height: 130px;
	}
#logo {
	position: absolute;
	top: 0px;
	left: 12px;
	}
#jubi{
	position: absolute;
	top: 0px;
	right: 650px;

	}	
	
#easterbunny{
	position: absolute;
	top: 0px;
	right: 20px;
	}
#rabbit{
	position: absolute;
	top: 370px;
	right: 66px;
	}
h1 {
	color: #3399FF;
    font-size: 4em;
	margin: 0; padding: 0.4em;
    text-align: right;
    border: 0;
  }
h2 {
	font-size: 1em;
	color: #336;
	 }
h3 {
	font-size: 1.5em;
	color: #003366;
	padding: 3px 10px ;
	}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	}
h5 { 
	font-size: 16px;
	font-weight: bold;
	}

/*Hauptnavi oben------------------------------------------------------*/
	
#navtop ul {
	position: absolute;
	top: 115px;
	left: 151px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ff9900;
	}
#navtop a, #navtop span {
	display: block;
	margin: 0; padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: black;
	
	}
#navtop li {
	float: left;
	width: 6.7em;
	/*height: 15px;*/
	text-align: center;
	border: 1px solid #003366;
	
	}
#navtop a:hover, #navtop span {
	background-color: #003366;
	color: #EAF4FF;
	/*height: 20px;*/
	
	}

/*Navi links---------------------------------------------------------------*/

#navleft ul {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	line-height: 1.3em;
	}
#navleft h2 {
    margin: 0; padding: 3px 10px;
	text-decoration: none;
    font-weight: bold;
	color: black;
	background-color: #6699FF;
	}
#navleft a, #navleft span {
	display:block;
    margin: 0; padding-left: 20px;
	text-decoration: none;
	color: black;
	background-color: #AAD5FF;
	border: 0px;
	width: 130px;
	}
#navleft a:hover, #navleft span {
	background-color: #EAF4FF;
	font-weight: bold;
	}
	
/*Navi-Unterseite*/

#nav_subsite ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
	}
#nav_subsite a {
	display: block;
	margin: 0px; padding: 0px;
	text-decoration: none;
	font-size: 12px;
	background-color: #003366;
	font-weight: bold;
	color: white;
	}
#nav_subsite li {
	float: left;
	width: 4em;
	text-align: center; 
	border: 1px solid white; 
		
	}
#nav_subsite a:hover {
	background-color: #6699FF;
	color: black;
	}

/*Rechte Spalte--------------------------------------------------------*/	
	
#info {
    float: right;
	width: 150px; height: 100%;
    margin: 0; padding: 0;
    border-left: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	/*background-color: #D5F1FF;*/
  }
#info h2 {
	background-color: #008FD5;
	margin: 0px; padding: 3px 10px;
	}
.imagelink {
	margin-bottom: 5px;
	padding: 0px;
	}	

/*Mittelspalte------------------------------------------------------------*/

#balken_oben {
	margin-top: 10px;
/*	padding: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333399#FF0000;
	font-weight: bold;
	text-align: center;*/
	background-color: #CCCCFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
    border-radius: 5px;
    /*behavior: url(../Scripts/PIE.htc);*/
	}
#balken_unten {
	margin-bottom: 10px;
/*	padding: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF0000;
	font-weight: bold;
	text-align: center; 
*/	background-color: #CCCCFF;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	border-radius: 5px;
	}
#startbild {
	text-align: center;
	}
#inhalt {
	background-color: #F4FAFF;
	margin: 0px 150px 0px 150px;
	padding: 5px 25px 5px 25px;
	border: 1px solid #6699FF;
	line-height: 1.4em;
    }
.archivleiste {
	background-color: #00509F;
	border-left: 1px solid #6699FF;
	border-right: 1px solid #6699FF;
	margin: 0px 150px 0px 150px;
	padding: 3px 0px 5px 0px;
	color: white;
	}
#inhalt h2 {
	font-size: 1.2em;
	color: #336;
	margin: 0.2em 0;
    }
/*#inhalt li{padding-left: 5px;}*/
#inhalt_headline {
	background-color: #AAD5FF;
	}
#inhalt_headline_start {
	background-color: #FC6;
	
	}
#pikto {
	float: left;
	margin-right: 10px; padding: 0px;
	}
.text_mitte {
	border: 1px solid #6699FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #F2F2FF;
	overflow:hidden;
	}
.text_mitte_start {
	border: 2px solid #6699FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFE6;
	overflow:hidden;
	}
.textbild_re{
	float:right;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	border: 1px solid #000000;
	}
.textbild_li{
	float:left;
	margin: 5px 10px 5px 0px;
	padding: 0px;
	border: 1px solid #000000;
	}
.bildtext {
	font-size:11px; 
	padding:5px; 
	background-color:#EAEAFF;
	border:none;
	}	
#text {
	margin-left: 150px; padding-left: 15px;
	border-left: 1px solid #6699FF;
	}
.trainingsort {
	margin-top: 5px;
	text-decoration: underline;
	}
#sportlogo {
	float: left;
	margin: 15px 0px; padding: 0px;
	}
#inhalt li {margin-bottom: 2px; padding: 0px;}
#inhalt_useite {
	background-color: #F4FAFF;
    margin: 0px 0px 0px 150px;
    padding: 5px 25px 5px 25px;
	}
.text_useite {
	margin: 0px; padding: 3px 15px 0px 15px;
	}
#archivmenue {
	float: right;
	background-color: #AAD5FF;
	padding: 5px;
}
#fuss {
	font-size: 10px;
	margin: 15px 0px; padding: 0;
	border-top: 1px solid #6699FF;
	}
.maillink{float: left;}
.seitehoch{float: right;}
.maillink a:hover {background-color: transparent; color: #0033CC; text-decoration: underline; font-size: 10px;}
.seitehoch a:hover {background-color: transparent; color: #0033CC; text-decoration: underline; font-size: 10px;}	
#fuss_neu {
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px; padding: 0;
	}
#fuss_neu a:hover {background-color: transparent; color: #0033CC; text-decoration: underline; font-size: 10px;}
	
/*Fussleiste------------------------------------------*/
	
#footer {
	clear: both;
	border-top: 1px solid #6699FF;
	color: #fff;
	text-align: center;
	margin: 0; padding: 10px;
	}
#footer a:hover, #footer span {
	background-color: transparent; 
	color: #AAD5FF;
	text-decoration: underline;
	}	

