@charset "utf-8";

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/kasten_hintergrund.gif);
	background-repeat: repeat;

}

#main {
	width: 100%;
}
.header {
	background-color: #58595a;
	width: 96%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 40px;
	font-size: 80%;
	padding-right: 2%;
	padding-left: 2%;
}
.header a {
	color: #b0b1b3;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header #container_left{
	width: 50%;
	text-align: left;
	float: left;
	color: #b0b1b3;
	height: 40px;
	display: table;





	#position: relative;
	overflow: hidden;

}

.header #container_right {
	width: 50%;
	text-align: right;
	float: left;
	vertical-align: middle;
	color: #b0b1b3;
	display: table;










	#position: relative;
	overflow: hidden;
	height: 40px;

}
#emblem_1 {
	background-repeat: no-repeat;
	background-position: right;
	width: 98%;
	padding-left: 2%;
	background-image: url(../../images/top1.jpg);
	height: 21px;
	background-color: #FBBA00;

}





#emblem_2 {
	width: 98%;
	text-align: left;
	clear: left;
	background-image: url(../../images/top2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFCF00;
	padding-left: 2%;
	float: left;
	height: 18px;

}

#emblem_3 {
	width: 98%;
	padding-left: 2%;
	clear: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #58595A;
	background-image: url(../../images/top3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FBBA00;
	height: 20px;

}
.navtitle {
	font-size: 80%;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	float: left;
	width: 10%;

}
#content {
	width: 96%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;

}

#footer {
	width: 98%;
	text-align: left;
	font-size: 60%;
	height: 20px;
	line-height: 20px;
	clear: left;
	background-color: #FBBA00;
	padding-left: 2%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #58595A;

}
.valign-container {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

