﻿/* CSS-Layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #B8BE92;
}

#page_content {
	margin-left: 200px;
	font-family: "Arial Narrow";
}

#footer {
}
.neueFormatvorlage1 {
	font-family: "Arial Narrow";
	font-size: medium;
	color: #000000;
	text-align: center;
	background-color: #B8BE92;
}
