/* CSS viel jazz*/

body,td,th,a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#000;
	line-height:15px;
	letter-spacing:1px;
}
body {
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align:center;
}
p{
	margin-top: 0px;
	margin-bottom: 15px;
}
a{
	text-decoration:none;
	color: #cccccc;	
}
a:hover{
	color:#ffffff;
}
b {
	font-weight:normal;
	color:#FFFFFF;
}
.blau {
	color:#336699;
}
.hellgrau{
	/*color: #D0D1D5;*/
	color: #fff;
}
.input{
	height:16px;
	border:0px;
	background-color:#666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top:4px;
	padding-left:5px;	
	width:220px;
}
.select{
	height:18px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#center {
	background-color:#fff;
	margin:auto;
	width:1000px;
	margin:auto;	
	text-align:left;	
	overflow:hidden;
	background-color:#33CCCC;
	
}
#main{

	position: absolute;
	height:560px;
	top: 0px;
	margin-top: 0px;
}
#menu{
	display:none;
}
#inhalt{
	position:absolute;
	width:840px;
	height:410px;
	margin-left:0px;
	top:0px;
}
#fuss{
	display:none;
}
#titel{
	width:805px;
	height:40px;
	border-bottom:#999999 1px solid;
}
#zeit {
	position:absolute;
	left:0px;
	top:65px;
	width:176px;
	height:68px;
	z-index:1;
}
#bild {
	position:absolute;
	left:0px;
	top:154px;
	width:168px;
	height:108px;
	z-index:2;
}
#spalte1, #spalte0 {
	position:absolute;
	left:197px;
	top:65px;
	width:293px;
	height:300px;
	z-index:3;
}
#spalte0{
	width:606px;
	overflow:auto;
}
#spalte2 {
	position:absolute;
	left:510px;
	top:65px;
	width:293px;
	height:340px;
	z-index:4;
	overflow:auto;
}

