body {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #BAC7CF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
} 

.center {
    height: 600px;
    left: 50%;
    margin-left: -415px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 830px;
} 

#header {
    background-image: url(../images/header.jpg);	
    height: 129px;
    left: 0;
    position: absolute;
    width: 830px;
} 

#topmenu {
	right: 20px;
	position: absolute;
	top: 100px;
	width: 255px;
}

#banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    height: 150px;
    left: 0;
    position: absolute;
    top: 129px;
    visibility: visible;
    width: 830px;
}

#banner2 {
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    height: 150px;
    left: 0;
    position: absolute;
    top: 129px;
    visibility: visible;
    width: 830px;
}

#middle {
    background-image: url(../images/contentBg.jpg);
    background-repeat: repeat-y;
    left: 0;
    position: absolute;
    top: 280px;
    width: 830px;
} 

.contentpane {
	background-color: #FFFFFF;
    color: #686868;
    font-size: 12px;
    height: auto !important;
    line-height: 1.5em;
    margin-right: 20px;
    min-height: 250px;
	padding: 50px 10px 10px 10px;
    text-decoration: none;
    width: 480px;
	margin-left: 250px;
} 

#mainmenu {
	left: 40px;
	position: absolute;
	top: 50px;
	width: 150px;
	height: 217px;
} 

#footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    height: 154px;
    position: relative;
    width: 830px;
    z-index: 50;
}

#impressum {
	color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	margin: 0;
	position: relative;
	left: 50px;
	bottom: 0px;
	width: 200px;
} 

#spacer {
    background-color: transparent;
    height: 30px;
    position: absolute;
} 

/************************ TOP MENU *******************************/
#topmenu ul {
    margin: 0;
    padding: 0;
	display: inline;
} 

#topmenu ul li {
	display: inline;
    height: 20px;
    list-style-type: none;
} 

#topmenu ul li a {
    color: #686868;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	margin: 0px 0px 0px 10px;
} 

#topmenu ul li a:hover, #mainmenu ul li a.aktiv {
    color: #003366;
    font-size: 12px;
    font-weight: bold;
	margin: 0px 0px 0px 10px;
} 
/************************ TOP MENU ***********************/

/************************ MAIN MENU *******************************/
#mainmenu ul {
    margin: 0;
    padding: 0;
} 

#mainmenu ul li {
    height: 30px;
    list-style-type: none;
    width: 180px;
} 

#mainmenu ul li a {
    color: #686868;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border-bottom: 1px dotted #3f4140;
	margin: 0px 0px 0px 20px;
} 

#mainmenu ul li a:hover, #mainmenu ul li a.aktiv {
    color: #003366;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
	border-bottom: 1px dotted #3f4140;
	margin: 0px 0px 0px 20px;
} 
/************************ MAIN MENU ***********************/
.contentpane p1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
} #impressum a {
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

a {
    color: #686868;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

p a:hover {
    color: #003366;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    text-decoration: underline;
} .clr {
    clear: both;
}

h2 {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.impressumHeader {
	font-size: 12px;
	font-weight: bold;
}

