body {
	background-color: #FFFFCF;
}

.balken1 {
	background-color:#CCCCCC;
	width:701px;
	height:20px;
	position:absolute;
	left:200px;
	top:10px;
	z-index:14;
}

.balken2 {
	background-color:#CCCCCC;
	width:701px;
	height:5px;
	position:absolute;
	left:200px;
	top:124px;
	z-index:13;
}

.balken3 {
	background-color:#CCCCCC;
	width:701px;
	height: 5px;
	position:absolute;
	left:200px;
	top:631px;
	z-index:15;
}

.title {
	background: #FFF;
	width:699px;
	height: 92px;
	border: 1px solid #CCCCCC;
	position:absolute;
	left:200px;
	top:30px;
	z-index:12;

}

.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 699px;
	height: 500px;
	border: 1px solid #CCCCCC;
	position:absolute;
	left:200px;
	top:129px;
	z-index:10;
}

.text {
	background-image:url(elements/background.png);
	font-size: 1.2em;
	margin: 0 auto;
	width: 522px;
	height: 487px;
	border: 1px solid #CCCCCC;
	position:absolute;
	left:370px;
	top:135px;
	z-index:15;
	overflow: auto;
	background-color: #FFF;
}

.impressum {
	background: #FFF;
	font-size: 12px;
	width: 699px;
	height: 30px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005784;
	text-align: center;
	vertical-align: text-bottom;
	position:absolute;
	left:200px;
	top:626px;
	z-index:6;
}

li {list-style: none;}

.navigation {
	float: left;
	text-align:left;
	width: 150px;
	background-color:#f7f7f7;
	color:#999999;
	font-size: 12px;
	margin-top:2px;
	margin-left:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	left:204px;
	top:134px;
	z-index:16;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #CCCCCC;
	margin: 0;
	list-style-type: none;
}

.navigation li {
	border-bottom: 1px solid #FFFFFF;
	list-style-type: none;
}


.navigation li a {
	color: #005784;
	background: #f7f7f7;
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 15px;
	text-decoration: none;
	width: 135px;
}

.navigation li a:hover {
	background: #ECECEC;
	color: #28E;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 16px;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #636666;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 12px;
	text-align: center;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636666;
	font-style: normal;
	line-height: 14px;
	list-style-type: disc;
	list-style-position: inside;
}
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:14px;
	color: #333333;
	text-decoration:underline;
}

a:hover {
	background: #ECECEC;
	color: #28E;
}