body,html{
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#5b85a3;
	font-family: verdana, arial, tahoma;
	font-size:10px;
}
a{
	color:#0066CC;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a td.menu{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover td.menu{
	text-decoration:none;
}

/* * * * * * * * */
/* Begin layout  */
/* * * * * * * * */
div.content{
	width:668px;
	height:100%;
}
	.container{
		width:100%;
		height:100%;
		background:#FFFFFF;
	}
		.logo1{
			background:url(gfx/logo.png) no-repeat;
			width:668px;
			height:198px;
		}
		.logo2{	
			background:url(gfx/logo_2.png) no-repeat;
			width:668px;
			height:111px;
		}
		.menu{
			background:#a0cf67;
			width:100%;
			height:25px;
			text-align:center;
		}
		td.content{
			background:#FFFFFF;
			height:200px;
			vertical-align:top;
			padding-left:5px;
			text-align:left;
		}
		td{
			font-size:11px;
			line-height:1.5em;
			text-align:left;
		}
		span.titel{
			font-size:25px;
			font-weight:bold;
			color:#a0cf67;
		}