@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background-image:url(images/verl.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
.hintergrund{
    background: #DAD5EA;
}
#container_page{
	margin: auto;
	width: 670px;
	height: 1005px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	border-left: 4px solid #CCC;
	border-right: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
}
#container{
	width: 670px;
	height: 920px;
	#background-color: gray;
}
#container_countdown{
	margin-top: 370px;
	width: 200px;
	height: 100px;
	float: right;
	#background-color: #cccccc;
}
#container_content{
	width: 340px;
	height: 600px;
	float: left;
	padding-left: 8px;
	margin-top: 370px;
	margin-left: 10px;
	overflow: auto;
	#background-color: #ccc000;
}
#container_menue{
	width: 300px;
	height: 300px;
	float: right;
	margin-top: 100px;
	#background-color: #ccc444;
}
#container_fuss{
	margin: auto;
	width: 670px;
	text-align:center;
	font-size: 12px;
}

a{
	color: #C40505;
	text-decoration: underline;
}

p{
	padding-bottom: 3px;
	
}



.clearer{
	clear:both;
}
h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 6px;
}
.GBeintrag{
	border-bottom: 1px solid black;
	width: 98%;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

table, th, tr, td{
	border: 1px solid black;
	text-align: center;
	font-size:12px;
}


