﻿/* CSS layout */
body {
	background: #9E2843;
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('image/back_nsch.jpg');
	background-repeat: no-repeat;
	height: 115px;
	width: 750px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 225px;
}
#container {
	background-repeat: repeat-y;
	width: 750px;
	margin-left: 215px;
	background-color: #FFFF99;
}
#left_col {
	width: 110px;
	float: left;
	left: 5px;
	position: relative;
	margin-top: 10px;
	background-color: #FFFF99;
	padding-top: 5px;
}
#left_col a {
	width: 100px;
	left: 8px;
	position: static;
	background-repeat: no-repeat;
	background-image: url('image/BGlinkOver.jpg');
	height: 30px;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bolder;
	font-size: 15px;
	text-align: center;
	float: left;
	margin-left: 5px;
	color: #000000;
	margin-top: 10px;
}
#left_col a:hover {
	background-image: url('image/BGlink.jpg');
	color: #FFFFCC;
}

#right_col {
	border: thick inset #C0C0C0;
	padding: 5px;
	width: 180px;
	float: right;
	background-color: #FFFFCC;
	position: absolute;
	height: 530px;
	text-align: left;
	left: 0px;
	margin-left: 5px;
	top: 200px;
}

#page_content {
	padding: 5px;
	margin-left: 130px;
	margin-right: 0px;
	background-image: url('image/leer.gif');
	background-repeat: repeat;
}
#footer {
	clear: both;
	height: 60px;
	width: 750px;
	margin-left: 225px;
	margin-top: 5px;
	background-color: #9E2843;
}
#footer a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline overline;
}
#footer a:hover {
	color: #0000FF;
}
.aktuhead {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
	background-color: #9E2843;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-bottom-color: #666666;
}
.aktutab {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #666666;
	font-weight: bold;
}

#Ebene1 {
	position: absolute;
	width: 150px;
	height: 500px;
}

#container {
	background-repeat: repeat-y;
	width: 750px;
	margin-left: 225px;
	background-color: #FFFF99;
}


