* {
margin: 0;
padding: 0;
}

body {
background: #DBDAD8 url("images/back.jpg");
background-repeat:repeat-x;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #990000;
	color: #CCCCCC;
}

#header {
	width: 750px;
	height: 210px;
	background-position: top right;
	background-color: #D22F5C;
}

#header {
	background: #993333 url("images/header.jpg") no-repeat;
	background-position: top right;
	background-color: #990000;
}
#header2 {
	background: #993333 url("images/header2.jpg") no-repeat;
	background-position: top right;
}
#header3 {
	background: #993333 url("images/header3.jpg") no-repeat;
	background-position: top right;
}
#header4 {
	background: #993333 url("images/header4.jpg") no-repeat;
	background-position: top right;
}
#header5 {
	background: #993333 url("images/header5.jpg") no-repeat;
	background-position: top right;
}
#header6 {
	background: #993333 url("images/header6.jpg") no-repeat;
	background-position: top right;
}
#header7 {
	background: #993333 url("images/header7.jpg") no-repeat;
	background-position: top right;
}
#wrapper {
width: 750px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #D22F5C;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 589px;
height: 30px;
background-color: #D22F5C;
float: left;
font: bold 18px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
font-weight:bold;
}

#navigation {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#navigation li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #D22F5C;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation li a:hover {
background-color: #990000;
}

#aktuell a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
background-color: #993333;
}

#sidebar {
width: 132px;
background-color: #A6C635;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

.sideh1 {
	font-weight: bold;
	margin-left:10px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.sidetext {
	margin-left:6px;
	padding: 3px;
	width: 125px;
	border-color:#D22F5C;
	border-style:dotted;
}
img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#main {
	float: right;
	width: 585px;
	margin: 10px 0 0 10px;
	font-size: 1.1em;
}

#main h3 {
padding-bottom:10px;
}

#main li {
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	font-size: 1.1em;
}
p {
margin-bottom: 20px;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 234px;
}

.orange {
   color: #DE955F;
   font-weight:bold;
   }
   
hr {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #D22F5C;
}
.img {
	border: thin solid #000000;
}

