/* CSS Document */

body, td{
	height:100%;
	margin:0px;
	background-color:#95bed5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:100%;
	height:100%;
	background-color: #95bed5;/*#8BB7D0;#9FC7E0;*/
	
}

#content{
	width:700px;
	
}

td.grau {
	background-color: #E2CFC0;/*#D5D5D5;*/
}
td.blau{
background-color:#95bed5;
}

.titel{
	font-weight:bold;
	text-decoration: underline;		
}
.textblack{
	color:#000000;
	font-weight:bold;
}


	
	

