* {
margin: 0;
padding: 0;
}

body {
background: #013974;
background-repeat:repeat-x;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 20px;
}

a {
	text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-repeat: repeat;
}
.custom {
	text-decoration: none;
	background-repeat: repeat;
	color: #FF0000;
	font-weight: bold;
}


#header {
	width: 750px;
	height: 210px;
	background-position: top right;
	background-color: #013974;
}

#header {
	background: #013974 url("images/header.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: #213846;
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: #213846;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}
#noke {
visibility:hidden}

#navigation {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#aktuell a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
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;
margin-left:20px;
}

#sidebar p{
    margin-bottom: 15px;
	padding-top: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
		}


.sideh1 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
	margin-left:20px;
	margin-bottom: 15px;
	padding-top: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	list-style: none;
	
}
.sidetext {
	margin-left:10px;
	margin-bottom: 5px;
	padding-top: 10px;
	width: 140px;
}
img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
	border-color: #4182A8;
}

#main {
float: right;
width: 585px;
margin: 10px 0 0 10px;
}

#main h3 {
padding-bottom:10px;
}

#main li {
	margin-left: 20px;
}
p {
margin-bottom: 20px;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 234px;
}
strong {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Navigation */
.navileiste {
	background: #ffffff;
	font: 1.2em Verdana,sans-serif;
	height: 144px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 30px;
	width: 180px;
}
.sideh1 ul {
	margin: 0;
	margin-left: -10px;
	padding: 0;
}
.sideh1 li {
	list-style: none;
	margin-left: -10px;
}

.sideh1 li a {
	
	color: #5B5E63;
	display: block;
	padding: 3px 4px 3px 10px;
	width: 136px;
	text-decoration: none;
	height: 11%;
}
.sideh1 li a:hover {
	background: #013974;
	color: #ffffff;
	background-image:url(images/hover.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
}
#redlink a {
     color: #FF0000;
	 font-weight:bold;
}
#redlink a:hover {
     color: #FF0000;
	 	 font-weight:bold;
	 text-decoration:underline;
}