@import url(text.css);
@import url(navi.css);
@import url(content.css);
@import url(lightbox.css);
@import url(kontaktstyle.css);



* {
	padding: 0;
	margin: 0;
}

html
{
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

body {
      	font-family: Arial, Helvetica, sans-serif;
	color: #0A4973;
	font-size: 12px;
	height: 100%;
	background: url(../images/layout/mainhgr.jpg) 0 0 repeat-x #DEDEDE;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#wrapper {
	position: relative;
	width: 905px;
	min-height: 100%;
	margin: 0 auto;
	z-index:1;
	background: url(../images/layout/hgr.gif) 0 0 repeat-y #fff;
}

* html #wrapper {
	height: 100%
}


#menue_oben
{
width: 999px;
height: 59px;
}

#menue_links
{
width: 195px;
height: 250px;
float:left;
}
* html menue_links {
	height: 250px;
}

#kopf1
{
width: 265px;
height: 120px;
background: url(../images/layout/index_01.gif) 0 0 no-repeat #FBA20B;
float:left;
}
#kopf1_innen
{
text-align: right;
font-size: 11px;
color: #214A79;
margin-top: 40px;
margin-right: 36px;
line-height: 17px;
}
#kopf2
{
width: 266px;
height: 120px;
background: url(../images/layout/index_02.jpg) 0 0 no-repeat #3C77BB;
float:left;
}

#kopf3
{
width: 374px;
height: 120px;
background: url(../images/layout/index_03.jpg) 0 0 no-repeat #3C77BB;
float:left;
}
#anzeiger
{
width: 374px;
height: 120px;
}
#kopf3_innen
{
padding-top: 90px;
padding-left: 53px;
}

#kopf4
{
width: 265px;
height: 121px;
background: url(../images/layout/index_04.gif) 0 0 no-repeat #000;
float:left;
}
#kopf4_innen
{
text-align: right;
font-size: 11px;
color: #fff;
margin-top: 40px;
margin-right: 36px;
line-height: 17px;
background: url(../images/layout/telefon.gif) 70px 0  no-repeat;
}

#kopf5
{
width: 266px;
height: 121px;
background: url(../images/layout/index_05.jpg) 0 0 no-repeat #E7E7E7;
float:left;
}

#kopf6
{
width: 374px;
height: 121px;
background: url(../images/layout/index_06.jpg) 0 0 no-repeat #E7E7E7;
float:left;
}



#content {
	
	width: 640px;
	min-height: 344px;
	float: left;
	
}

* html #content {
	height: 344px;
}

#content_innen {
	
	padding-left: 54px;
	padding-top: 64px;
	

}


#footer {
	position: absolute;
	width: 905px;
	margin: 0;
	padding: 0;
	bottom: 0;
	height: 0;
	font-size: 0;
}




#links
{
	width: 265px;
	min-height: 250px;
	float: left;
}
* html #links{
	height:  250px;
}

#links_innen
{
padding-top: 64px;
}





.floatstop {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#punktlinie
{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DAD8C5;
	padding-left: 40px;

}

.headline_linie
{
	background-image:url(../images/layout/headlinie.gif);
	height: 2px;
	margin-top:3px;
}


#pfeil
{
	margin-right: 5px;
	vertical-align: middle;
}



