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

* {
	padding: 0;
	margin: 0;
}

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

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

#wrapper {
	position: relative;
	width: 926px;
	min-height: 100%;
	margin: 0 auto;
	z-index:1;
	background: url(../images/layout/hgr.jpg) 0 0 repeat-y #F7F2E3;
	font-size: 12px;
}

* html #wrapper {
	height: 100%
}

#kopf1
{
width: 281px;
height: 212px;
background: url(../images/layout/index_01.jpg) 0 0 no-repeat #425D98;
float: left;
}

#kopf2
{
width: 281px;
height: 212px;
background: url(../images/layout/index_02.gif) 0 0 no-repeat #FFFCF6;
float: left;
}

#kopf3
{
width: 281px;
height: 212px;
background: url(../images/layout/index_03.jpg) 0 0 no-repeat #425D98;
float: left;
}

#kopf4
{
width: 83px;
height: 212px;
background: url(../images/layout/index_04.jpg) 0 0 no-repeat #425D98;
float: left;
}

#menue_oben
{
width: 926px;
height: 32px;
background: #8C2117;
}

#menue_oben1
{
width: 307px;
height: 32px;
background: url(../images/layout/index_05.gif) 0 0 no-repeat;
float:left;
}



#navigation
{
width: 336px;
height: 32px;
float:left;
}

#menue_oben2
{
width: 283px;
height: 32px;
background: url(../images/layout/index_10.gif) 0 0 no-repeat;
float:left;
}


#links
{
width: 182px;
height: 333px;
background: url(../images/layout/index_11.jpg) 0 0 no-repeat;
float:left;
}


#content
{

width: 562px;
min-height: 333px;
background: url(../images/layout/index_12.jpg) 0 0 no-repeat;
float:left;
}

#subnavi
{
width: 562px;
height: 22px;
}

#subnavi_innen
{
padding-top: 6px;
padding-left: 82px;
}


* html #content {
	height: 333px;
}

#content_innen {
	
	padding-top: 36px;
	padding-left: 62px;
	padding-bottom: 30px;
}



#rechts
{
width: 182px;
height: 333px;
background: url(../images/layout/index_13.jpg) 0 0 no-repeat;
float:left;
}


















#footer {
	position: absolute;
	width: 926px;
	margin: 0;
	padding: 0;
	bottom: 0;
	height: 42px;
	font-size: 11px;
	color: #92241A;
	text-align: center;
	background: url(../images/layout/index_15.jpg) 0 0 no-repeat;
}

#footer_innen {padding-top: 16px;}








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

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

}

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


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



