body {
	font-family:arial;

}
table{
	margin-top:50px;
	width:600px;
	height:200px;
	text-align:center;
	/*background-color:#f4f8ac;*/
	background:#b0c4de;
}



#header{
	position:relative;	
	height:50px;
	text-align:center;
	font-size:25px;
	font-family:arial;
	margin-top:20px;
	font-weight:bold;
	text-decoration:underline;
}

#content{
	font-size:15px;
	text-align:left;
	margin-top:20px;
	font-family:arial;
}

#content1{
	position:absolute;
	margin-left:20px;
	/*height:200px;*/
	float:left;

}

#content2{
	position:relative;
	margin-right:20px;
	/*height:200px;*/
	float:right;
}
	
#clear{
	clear:right;
}

#clearb{
	clear:both;
}

#footer{
	position:relative;
	width:100%;
	font-size:15px;
	margin-top:0px;
	text-align:center;
}

.right{
	text-align:right;
}

.ueberschrift{
	font-size:20px;
	text-decoration:underline;
	margin-left:40px;
}

.textlinks{
	margin-bottom:5px;
	float:left;
	margin-left:30px;
	width:150px;
	text-align:left;
	font-size:15px;
	
}

.textrechts{
	margin-bottom:5px;
	text-align:left;
	font-size:15px;
}

.empty{
	display:inline;
}
.clear{
	clear:both;
}

.spaceholder{
	display:inline;
}

.impressumtxt{
	text-align:justify;
	margin-left:30px;
	width:500px;
}