body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	min-height: 101%;	
/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
    font-size: 100.01%; 
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
    position: relative; 
	}
* { margin:0; padding:0; font-size: 100%; } 

a:link, a:visited, a:active {
	text-decoration:none;
	color:#098690;
}
a:hover {
color:#000000;
}
#container {
	position: absolute;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	}
	
#header {
	background-image: url(header00.jpg);
	height: 199px;
	width: 850px;
	background-repeat: no-repeat;
	position: relative;
	}
	
#footer {
	background-image: url(footer00.gif);
	height: 40px;
	width: auto;
	clear: both;
	}	
	
/* ############################
Auf einen Blick Top Links 
############################ */	

#main_links {
	position: absolute;
	top: 69px;
	right: 0px;
	height: 100px;
	width: 154px;
	left: 677px;
	text-align: right;
	}
	
#main_links h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #055F5F;
	margin-left: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
	
#main_links ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-type: square;
	}
	
#main_links ul a:link, #main_links ul a:visited {
	color: #098690;
	font-weight:bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#main_links ul a:hover {
	color: #098690;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#main_links li {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
}


/* #####################
Menu/Navigation an der linken Seite
##################### */

#menu {
	width: 198px;
	background-image: url(menu_top.gif);
	margin-top: -64px;
	margin-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	}

#menu_bottom {
	background-image: url(menu_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	width: 198px;
	}
#menu_bottom .main_link {
	font-size: 11px;
	display: block;
	margin-left: 30px;
	line-height: 25px;
}
#menu_bottom a {
	width: 136px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aeaa82;
}

#menu_nav_links {
	width: 146px;
	padding-top: 15px;
	margin-left: 30px;
	}	
#menu_nav_links a {
	width: 136px;
	display: block;
	overflow:hidden;
}
#menu_nav_links a:hover {
	color:#000000;
	}
#menu_nav_links .main_link {
	font-size:11px;
	color: #098690;
	font-weight: bold;
	line-height: 30px;	
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aeaa82;
}
#menu_nav_links .main_link_act {
	font-size:11px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;	
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #aeaa82;
}
#menu_nav_links .sub_link {
	color: #098690;
	padding-left: 20px;
	font-size: 10px;
}
#menu_nav_links .sub_link_act {
	color: #000000;
	padding-left: 20px;
	font-size: 10px;
}
#menu_news {
	margin-left:30px;
	font-size:10px;
	margin-top: 30px;
}

#menu_news p {
}
#menu_news h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #055F5F;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
#menu_news .title {
font-weight:bold;
margin:0px;
padding:0px;
}

/* ########################
Inhaltsspalte und Formatierung
######################### */

#content {
	margin-left: 260px;
	padding-top: 25px;
}	
#box1 h1, #box2 h1, #box3 h1 {
	font-size: 12px;
	color: #088694;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}		
#box1 p, #box2 p, #box3 p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix {display: block;}

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns{	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: 0 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}
#content #box1 {
	width: 250px;
	float: left;
	height: 255px;
}
#content #box2 {
	margin-left: 295px;
	width: 250px;
	height: 255px;
}
#content #box3 {
	width: auto;
	margin-right: 45px;
	margin-top: 25px;
}
#sportdb {
	font-size: 11px;
}
#sportdb input {
	font-size: 10px;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 8px;
}
#content #box1 p a {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#content #box2 .quali_title {
	font-weight: normal;
	font-size: 10px;
 	font-weight:bold;
}
#content #box2 ul {
	font-size: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEAA82;
	margin: 0px;
	padding: 0px;
}
#content #box2 li {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AEAA82;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

#box3 .news-list-item h2 {
	font-size: 11px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
#box3 .news-list-item img {
	float: right;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#box3 .news-list-item {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEFBD;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#box3 .news-list-item h2 a {
	color: #000000;
}
#box3 .news-list-morelink {
	font-size: 11px;
}

#content #box2 li:hover {
	background-color: #EEEDBF;
}

#content #box2 li a {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
