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