@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
body {
	font: 100%/1.1 Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background-image:url(../material/backgroundtext.gif);
	color:#000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link { /*schriffarbe*/
	color: #F6EDBA;
	text-decoration: none; 
}
a:visited {
	color: #F6EDBA;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.distance {
	width:1px;
	height:50%;
	background-color:#003300;
	margin-bottom:-17.5em;
	float:left;
}
.container {
	margin:0 auto;
	position:relative;
	background-image:url(../material/bgm.jpg);
	text-align:left;
	height:35em;
	width:960px;
	clear:left;
}
#header {
	width:100%;
	position:static;
	background-color:#7C2324;
}
.sidebar {
	float:left;
	position:absolute;
	height:24em;
	width:220px;
	background: #7C2324;
	padding-top:20px;
	
}
/*.aside {
	float: left;
	width: 220px;
}*/
.content {
	float:right;
	text-align:left;
	width:740px;
}
.content ul, .content ol {
	list-style:square;
	padding-left:25px;
	padding-right:5px; 
}
.content li {
	padding-bottom:15px;
}
.section {
	border:#999;
	border-style:solid;
    border-width:1px;
	background-image:url(../material/bg75.png);
	margin-left:20px;
	margin-right:20px;
}
.sectionu {
	border:#999;
	border-style:solid;
    border-width:1px;
	background-image:url(..material/bg75.png);
	margin-left:20px;
	margin-right:20px;
}
.section a:link {
	color:#7C2324;
}
.section a:visited {
	color:#7C2324;
}
.sectionu a:link {
	color:#7C2324;
}
.sectionu a:visited {
	color:#7C2324;
}
nav ul {
	list-style: none; /* Listenmarkierung entf */
/*	padding-top:10px; */ 
	margin-bottom: 15px; /* Abstand Nav und darunter */
}
nav ul li {
/*	border-bottom: 1px solid #F6EDBA; /* Trennung zw Schaltflächen */
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 200px;  
	text-decoration: none;

	background: #7C2324;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background-color:F6EDBA;
	background-image:url(../material/bg75.png);
	color:#000;
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:right;
	color:#999;
	padding: 0px 0;
	background-image:url(../material/bg100.gif);
	clear: both;
}
.footer a:link {
	color:#999;
}
.footer a:visited {
	color:#999;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.impressum {
	font-size:12px;
}
