*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	
}
body{
	background-color:#ffffff;
	margin-left: 25px;
	margin-top: 25px;
	padding:0px;
}

#left {
	padding-left: 0px;
	width: 150px;
	float: left;
	height: 100%;
	/*background-color: #CCCCCC;*/
}

#content{
	FLOAT: left;
	width: 753px;
	padding-left: 0px;
	/*background-color: #999999;*/
}

#topmenue {
	padding-top:105px;
	padding-bottom:25px;
	/*background-color: #666666;*/
}

#subcontent{
padding-left: 30px;
}




td{
	height: 20px;
}
select{
	margin:0px;
}
input{

	margin:0px;
}


a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

img.center {
	position: absolute;
	left: 50%;
	width: 164px;
	margin-left: -82px; /* negative Hälfte von width:400px */
	top: 35%;
	height: 257px;
	margin-top: -128px; /* negative Hälfte von height:150px */
}

