*{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-image: url(images/rasen.gif);
	background-image: url(images/rasen.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	}
td{
	font-family: Verdana;
	font-size: 10px;
	}
a{
	text-decoration: none;
	}
p{
	margin: 5px;
	}

.main_caption{
	font-size: 16px; 
	font-weight: bold; 
	color: #cc0000;
}

.article_headline a{
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}


input, textarea, .tbox{
	font-family: Verdana;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	margin: 1px;
	font-size: 11px;
}

li{
	margin-left: 50px;
}


#container{
	text-align: left;
	margin: auto;
	width: 926px;
	background-color: #ffffff;
	}

#logo{
	background: url(images/logo.gif);
	width: 230px;
	height: 170px;
	position: absolute;
	left: 730px;
	top: 25px;
	z-index: 50;
	}
	
#top{
	height: 20px;
	background: url(images/top_bg.gif);
	}

#willkommen{
	height: 55px;
	background-color: #CC0000;
	background-image: url(images/willkommen_bg.gif);
	background-repeat: no-repeat;
	}

#header{
	height: 197px;
	/* background: url(images/header_test.gif); */
	}
	
#main{
	/* background-image: url(images/main_bg.gif); */
	/* background-repeat: repeat-x; */
	background-color: #FFFFFF;
	/* height: 600px; */
	padding: 10px;
	}
	
#left{
	float: left;
	width: 600px;
	margin-bottom: 30px;
	}

#right{
	float: right;
	width: 260px;
	}
#footer{
	width: 100%;
	height: 30px;
	background-color: #000000;
}

#vote{
 	padding: 10px; 
	width: 260px;
	background-color: #F6F6F6;
}

html>body #vote { 
	width: 240px;
} 

.boxstyle{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	}
.tabelle {
	background-color:#f6f6f6;
	}
.tabelle tr{
	height: 20px;
	}

h1, .forumheader{
	background-image: url(images/h1_bg.gif);
	background-repeat: repeat-x;
	padding: 2px 0 2px 5px;
	font-size: 10px;
	font-weight: normal;
	height: 12px;
	color: #FFFFFF;
	}
h1 a, .forumheader a{
	color: #FFFFFF;
}


.forumheader2, .forumheader3{
	background-color: #F6F6F6;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.forumheader_left{
	background-color: #F6F6F6;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.forumheader_right{
	background-color: #F6F6F6;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


.head{
	background-image: url(images/h1_bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	height: 12px;
	color: #FFFFFF;
	}
.indent {
	background-color: #FFFFFF;
	margin-left: 30px;
	padding: 5px;
}
	
	
/* dropdown navigation */

#navigation{
	position: absolute;
	top: 75px;
	height: 22px;
	}

#navigation ul{
	list-style: none;
	line-height: 1;
	}

#navigation li {
	margin: 1px 0 0 1px;;
	float: left;
}

#navigation .hover { 
	text-decoration: none; 
	border: 0;  
	display: block; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size: 0; 
	width: 100px; 
	height: 20px; 
	background: 0 0 no-repeat;
	}

#navigation .hover:hover { 
	background-position: 0 -20px;
	}

#navigation li ul {
	border: 1px solid #3d3d3d;
	position: absolute;
	background-color: #EEEEEE;
	/*filter:alpha (opacity=50); 	/* durchsichtig für IE */
	/*-moz-opacity: 0.5;		/* durchsichtig für mozilla */
	width: 98px;
	left: -999px;
}

#navigation li ul a {
	width: 88px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding: 2px;
	margin: 2px;
}
#navigation li ul a:hover{
	background-color: #c92020;
	color: #FFFFFF;
	}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* live-tabelle */

#livetabelle table{
	width: 245px;
	border: 0;
}

.c4utabs_td{
	display:none;
}
.c4utabs_mann{
	font-weight:bold;
}
.c4u_cols1{
	height: 20px;
}
.c4u_cols2{
	height: 20px;
}



	
/* Login */

.tbox_login_user, .tbox_login_pass{
	background-color: #FFFFFF; 
	height: 12px; 
	font-size: 9px;
}

.tbox_login_button{ 
	height: 14px; 
	font-size: 9px;
}
	




.helpbox{
	font-size: 9px;
}


