
body {
padding: 0px;
margin: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-image:url(/images/body.jpg);
 background-repeat: repeat-x;
 background-color: #fefcfd;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
 height: auto;
 background-color: #fff;
 border-left: 1px solid #b0afaf;
 border-right: 1px solid #b0afaf;
 border-bottom: 1px solid #b0afaf;
}
#header {
 color: #333;
 width: 950px;
 float: left;
 padding: 0px;
 height: 255px;
 border-bottom: 1px solid #fff;
 margin: 0px 0px 0px 0px;
 background: #ffff;
 background-image: url(/images/header_bg.jpg);
 background-position: bottom;
 background-repeat: repeat-x;
}
#navigation {
 float: left;
 width: 942px;
 color: #fff;
 padding: 4px;
 border-bottom: 1px solid #fff;
 margin: 0px 0px 0px 0px;
 background-color: #044369;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: right;
}

#navigation a{
 color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: right;
 padding-left: 15px;
 text-decoration: none;
}
#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 height: 500px;
 width: 180px;
 float: left;
}

#titel{
list-style-type:square;
color: #044369;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
}

#rightcolumn { 
 float: right;
 color: #333;
 background: #fff;
 width: 770px;
 min-height: 500px;
 display: inline;
 position: relative;
}


#rightcolumn ul{
list-style-type:square;
color: #044369;
}

#rightcolumn a{
color: #044369;
}

#rightcolumn p{
	padding-left: 25px;
	padding-right: 10px;
}
#clear {
padding: 10px;
clear:both;
}

#clear_footer {
clear:both;
}

#vertmenu {
width: 160px;
padding: 0px;
margin: 0px;
padding-left: 10px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-bottom: 5px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding-bottom: 5px;
}
#vertmenu ul li a {
display: block;
border: 1px solid #66abd5;
padding: 7px 0px 7px 5px;
text-decoration: none;
color: #044369;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #fff;
background-color: #66abd5;
}

/* Slideshow */
#slideshow {
	position:relative;
	height:212px;
	overflow:hidden;
}
#slideshow img {
	position:absolute;
	left:0px;
	top:0px;
}
#slideshow-ontop {
	position:absolute;
	height:212px;
	width:930px;
	left:0px;
	top:0px;
	z-index:50;
}

#banner {
	position:relative;
}
#banner img {
	display:block;
}
#banner h1 {
	position:absolute;
	left:19px;
	top:25px;
}
#banner .slogan {
	position:absolute;
	right:10px;
	bottom:10px;
}
