* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
body {
	text-align: center;
	background: url(../images/body_bg.gif) repeat-x top #f8f8f8;
	font-family: arial, non-serif;
}
/*#body_bg {
	background-color: #f8f8f8;
	height: 124px;
	position: absolute;
	border: 1px solid red;
	left: 0;
}*/
#mainContainer {
	width: 850px;
	/*height: 933px;*/
	margin: auto;
	position: relative;
}
#rahmen_links {
	background: url(../images/rahmen_links.gif) repeat-y;
	width: 18px;
	height: 100%;
	position: absolute;
	left: 0;
	
}
#rahmen_links .oben {
	height: 124px;
	background: url(../images/rahmen_links_oben.gif) repeat-y;
}
#rahmen_rechts {
	background: url(../images/rahmen_rechts.gif) repeat-y;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	
}
#rahmen_rechts .oben {
	height: 124px;
	background: url(../images/rahmen_rechts_oben.gif) repeat-y;
}
#rahmen_unten {
	background: url(../images/rahmen_unten.gif) repeat-x;
	width: 814px;
	height: 18px;
	margin: auto;
}
#ecke_links {
	background: url(../images/ecke_links.gif) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
}
#ecke_rechts {
	background: url(../images/ecke_rechts.gif) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
}
#logo {
	position: absolute;
	right: 62px;
	top: 112px;
}
#contentContainer {
	width: 814px;
	height: 790px;
	margin: auto;
	background: url(../images/header_img1.jpg) #fff no-repeat top center;
	text-align: left; 
	position: relative;
	
}
#mainnavi {
	height: 46px;
	width: 742px;
	top: 12px;
	left: 36px;
	font-family: arial, non-serif;
	background: url(../images/navi_bg.gif) repeat-x bottom;
	position: absolute;
}


#mainnavi ul {
	list-style: none;
	position: absolute;
    left: 26px;
}
#mainnavi li {
	float: left;
	margin-right: 25px;
}
#mainnavi li a,
#mainnavi li a:link,
#mainnavi li a:visited,
#mainnavi li a:hover,
#mainnavi li a:active {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 45px;
	padding-top: 20px;
	float: left;
}
#mainnavi li a:hover {
	color: #b3c2cf;
}
#mainnavi li a.aktiv {
	color: #b3c2cf;
	background: url(../images/navi_bullet1.gif) no-repeat top center;
}
#mainnavi li a.aktiv.bullet3 {
	background: url(../images/navi_bullet3.gif) no-repeat top center;
}
#mainnavi li a.aktiv.bullet2 {
	background: url(../images/navi_bullet2.gif) no-repeat top center;
}

#subnavi {
	position: absolute;
	width: 742px;
	top: 55px;
	left: 36px;
	/*background-color: #fafafa;*/
}
#subnavi ul {
	list-style: none;
	margin: 7px 0 7px 26px;
}
#subnavi li {
	display: inline;
	margin-right: 29px;
}
#subnavi li a,
#subnavi li a:link,
#subnavi li a:visited,
#subnavi li a:hover,
#subnavi li a:active {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	/*padding-left: 10px;*/
	/*background: url(../images/subnav_listbullet.gif) no-repeat bottom left;*/
}
#subnavi li a:hover, #subnavi li a.aktiv {
	/*background: url(../images/subnav_listbullet_ak.gif) no-repeat bottom left;*/
	color: #b3c2cf;
}
#content {
	position: absolute;
	top: 360px;
	left: 36px;
	width: 650px;
	background: url(../images/content_rahmen.gif) repeat-y left;
	color: #333333;
	padding: 15px 40px;
	font-size: 14px;
	line-height: 180%;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #991200;
	margin-bottom: 20px; 
}
#content p, #content address {
	margin-bottom: 20px; 
}
#content li {
	margin-left: 15px;
}
#content address {
	font-style: normal;
}
#linie_unten {
	background-color: #66849e;
	position: absolute;
	bottom: 36px;
	left: 36px;
	height: 4px;
	width: 742px;
}
