body 
{
	/*schriftart, farbe und größe für die ganze seite festlegen*/
	font-family:Verdana;
 	font-size:12px;
	line-height:15px;
	color:#000000;
 	background-color:#999999
}

/* links im text */
a:link, a:visited
{
	  text-decoration:underline;
	  font-weight:normal;
	  color:#000000;
	  font-size:12px;
}

a:hover
{
	  text-decoration:underline;
	  font-weight:normal;
	  color:#003C66;
	  font-size:12px;
}

a:active
{
	  text-decoration:normal;
	  font-weight:normal;
	  color:#003C66;
	  font-size:12px;
}

/* menü */
a.menu:link, a.menu:visited
{
	 text-decoration:none;
	 font-weight:bold;
	 color:#ffffff;
	 font-size:14px;
}

a.menu:hover
{
	 text-decoration:underline;
	 font-weight:bold;
	 color:#ffffff;
	 font-size:14px;
}
 
a.menu:active, a.menu_active
{
	 text-decoration:underline;
	 font-weight:bold;
	 color:#ffffff;
	 font-size:14px;
}							 


/* submenü */
a.submenu:link, a.submenu:visited
{
	 text-decoration:none;
	 font-weight:normal;
	 color:#ffffff;
	 font-size:12px;
}

a.submenu:active, a.submenu:hover, a.submenu_active
{
	 text-decoration:underline;
	 font-weight:normal;
	 color:#ffffff;
	 font-size:12px;
}

/* submenü2 */
a.submenu2:link, a.submenu2:visited
{
	 text-decoration:underline;
	 font-weight:normal;
	 color:#000000;
	 font-size:11px;
}

a.submenu2:active, a.submenu2:hover, a.submenu2_active
{
	 text-decoration:underline;
	 font-weight:normal;
	 color:#003C66;
	 font-size:11px;
}

/* zielgröße: 900 x 570 */
#navigation
{
	width:880px; /*900-20*/
	height:108px; /*128-20*/
	/*innenabstand für text - oben, rechts, unten, links */
	padding:20px 0px 0px 20px;
	position:absolute;
	background-image:url(pics/navigation_neu2.gif);
	background-repeat:no-repeat;
  	background-position:0px 0px;
	/*background-color:#003366;*/
}	

#imagemap
{  		 
	width:200px ; 
	height:120px ; 
	position:absolute;
	top:0px; 
	left:690px;
	/*background-color:#009933;*/

}	 

#adresse
{  		 
	width:200px ; 
	height:120px ; 
	position:absolute;
	top:135px; 
	left:690px;
	/*background-color:#009933;*/
	text-align:right;
	font-size:11px;
}	

#inhalt_background 
{	
	/*position:absolute;*/
	width:870px ; /*900-15-15*/
	height:555px ; /*570-15*/
	padding:15px 15px 0px 15px;
	background-image:url(pics/inhalt_neu.gif);
	background-repeat:no-repeat;
  	background-position:674px 128px; /*900-226(bildbreite)*/
	background-color:#ffffff;
	

}

#inhalt_ohne_scroll
{	
	width:689px ; /*900-15-15-226  + 45 um den platz unter dem bogen mit auszunutzen */
	height:445px ; /*570-128-15*/
	position:absolute;
 	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#ffffff;*/

}


#inhalt_ohne_scroll_klein
{	
	width:600px ; /*900-15-15-226 */
	height:430px ; /*600-128-15-15 - f&uuml;r >>Turniere<<*/
	position:absolute; 
	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#888999;*/

}

#inhalt_ohne_scroll_gross
{	
	width:750px ; /*900-15-15-226  + 45 um den platz unter dem bogen mit auszunutzen */
	height:445px ; /*570-128-15*/
	position:absolute;
 	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#ffffff;*/

}

#inhalt_ohne_scroll_komplett
{	
	width:850px ; /*900-15-15-226  + 45 um den platz unter dem bogen mit auszunutzen */
	height:445px ; /*570-128-15*/
	position:absolute;
 	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#ffffff;*/

}


#inhalt_ohne_scroll_sponsors
{	
	width:800px ; /*900-15-15-226  + 45 um den platz unter dem bogen mit auszunutzen */
	height:445px ; /*570-128-15*/
	position:absolute;
 	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#ffffff;*/

}

#inhalt_mit_scroll
{	
	width:620px ; /*900-15-15-226*/
	height:430px ; /*600-128-15*/
	position:absolute;
 	top:120px; 
	padding:0px 15px 0px 15px;
	/*background-color:#cccccc;*/
	overflow:scroll;
}

p.inhalt
{
	text-align:left;
	line-height:20px;
}

p.inhalt2
{
	text-align:left;
	line-height:16px;
}

p.bold
{
	font-weight:bold;
}

p.center
{
	font-weight:bold;
	text-align:center;
}




