body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #000;
	background: #fff url(images/background.gif) repeat-x;
}

a:link, a:visited { color: #2A1515; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #2A1515; text-decoration: none;}

a.web { padding: 2px; color: #ff9900;}
a.web:hover {	text-decoration: none; padding: 2px; background:#000;}

p.menu {
	background: url(images/p_menu.gif) no-repeat;
}

p.menu:hover { background: url(images/p_menu_hover.gif) no-repeat;}

p.currentmenu {
	background: url(images/p_menu_hover.gif) no-repeat;
}

p.date {
	background: url(images/bericht.png) no-repeat;
}
p.bericht {
	background: url(images/bericht.png) no-repeat;
}
p.filter {
	background: url(images/p_filter.gif) no-repeat;
}

p {
	margin: 0px;
	padding: 0px;
}


img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

h1 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #000;
	font-weight: normal;
	background: url(images/h1.gif) left bottom no-repeat;	
}

h2 {
	clear: both;
	padding-bottom: 18px;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #000;
	font-weight: normal;
	background: url(images/h1.gif) left bottom no-repeat;	
}

#rechts h2 {
	clear: both;
	height: 24px;
	padding: 2px 0 0 10px;
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(images/rechts_header.png) no-repeat;
	
}

#header_wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(images/header.gif) no-repeat center top;
	padding-top: 120px;
}

#header img {
	margin: 20px 0 10px;
}

/* menu */

ul.menu {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	font-size: 1.0em;
}
ul.menu li {
	float: left;
	margin: 0;	
	padding: 0 25px 0 0;
	position: relative;
}
ul.menu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.menu li a:hover{
	background: url(images/menu_hover.gif) no-repeat center top;
}
ul.menu li span {
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/dropdown.gif) no-repeat center top;
}
ul.menu li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.menu li ul.submenu {
	list-style: none;
	position: absolute;
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.menu li ul.submenu li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	clear: both;
	width: 170px;
}
html ul.menu li ul.submenu li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_link.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.menu li ul.submenu li a:hover {
	background: #222 url(images/dropdown_link.gif) no-repeat 10px center; 
}



#content_wrap {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 900px;
	padding: 0 40px 20px 40px;
	min-height: 600px;
}


#links {
	float: left;
	width: 620px;
	line-height: 20px;
}

#rechts {
	float: right;
	width: 240px;
	margin-top: 26px;
	margin-bottom: 50px;
}

#links p {
	margin-bottom: 15px;
}

#rechts p {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 20px;
}

.news_entry {
	border-left: 2px solid #404040;
	padding-left: 10px;
}

.stat {
	width: 300px;
	float:left;
}



#footer_wrap {
	width: 100%;
	margin: 0 auto;
	background: url(images/footer_background.gif) repeat-x;
}

#footer {
	width: 890px;
	padding: 20px 50px 10px 20px;
	margin: 0 auto;
	color: #fff;
}

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



.hell {
	color: #404040;
}

.linksbuendig {
	float: left;
}

.rechtsbuendig {
	float: right;
}

img.linksbuendig {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.spieler {
	padding: 0 0 0 18px;
}

.klein {
	font-size:10px;
}

td.ungerade {
	background-color:#fafafa;
}
td.gerade {
	background-color:#f5f5f5;
}

th {
	background-color: #f5f5f5;
	text-align: left;
	padding-left: 5px;
}
td {
	padding-left: 5px;
}

.eingabe {
	width: 500px;
}

.grau  { color: #ccc; }
