/* Boxen  */

.block_abschluss{
	clear: right;
}

#kopfzeile{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/background-kopf_kachel.jpg");
}

#kopfzeile #kopfzeile_logo{
	width: 100%;
	height: 100px;
	background-image: url("../images/background-kopf_rechts.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

#navigation{
	float: left;
	margin-top: 20px;
	width: 160px;
}

#voting{
	margin-top: 20px;
	clear: both;
	float: left;
	width: 160px;
	background-color: #556c98;
}

.contentblock{
	height: auto;
	padding: 0.5em;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 50px;
	background-color: #b0c0d8;
}

div.content_text{
	height: 100%;
}

.fusszeile{
	font-size: 0em;
	margin-left: 200px;
	margin-right: 50px;

	border-top: 1px solid #103a71;
	text-align: right;
	background-color: #ffffff;
}

.titelblock{
	margin-right: 50px;
	margin-left: 200px;
	background-color: #ffffff;
}

#hinweis{
	position: absolute;
	top: 65px;
	right: 10px;
	font-size: 0.76em;
	text-align: right;
	color: #ffffff;
}