html, body { position: relative; }
body {
	color: #10100f;
	font: 10pt/14pt "Trebuchet MS", Helvetica, sans-serif;
}

.widget_content .parent p, .kundenmeinung p{
	font-size:12px;
	text-align:left;
}

a { color: #674f19; text-decoration: underline; }
a:hover { color: #A47F28; }
p { padding-bottom: 10px; text-align: justify; }

/* !---------- !general ---------- */
#bg_left { height: 700px; position: absolute; width: 50%; background: url('../images/bg_left.png') top left repeat-x; left: 0px; top: 0px; z-index: -2; }
#bg_right { height: 700px; position: absolute; width: 50%; background: url('../images/bg_right.png') top left repeat-x; right: 0px; top: 0px; z-index: -2; }

#bg_footer {
	background: #000 url('../images/bg_footer.png') top left repeat-x;
	bottom: 0px;
	height: 400px;
	left: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
}

#container {
	margin: 0px auto;
	position: relative;
	width: 977px;
}

#header {
	background: url('../images/header.jpg') top left no-repeat;
	height: 195px;
}

#header-notice {
	color: #fff;
	text-align: right;
	padding: 10px 10px 0 0;
}

#logo {
	display: block;
	height: 170px;
	left: 29px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width: 180px;
}

/* !---------- !footer ---------- */
#footer {
	height: 400px;
	position: relative;
}
#footer .menu.inner {
	display: block;
	top: 45px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#footer .menu li.parent {
	color: #fff;
	display: block;
	height: 150px;
	float: left;
	margin-top: 20px;
	width: 195px;
}
#footer .menu li.parent .separator {
	display: block;
	font-weight: bold;
	padding: 5px 0px;
}
#footer .menu li.parent li a {
	display: block;
	font-size: 12px;
	padding: 1px 0px;
}
#footer .menu li.parent li a { color: #fff; }
#footer .menu li.parent li a:hover { color: #A47F28; }

#content {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#sidebar {
	float: left;
	width: 232px;
}

#main {
	float: right;
	position: relative;
	width: 745px;
}
	#main_head { background: url('../images/main_head.png') top left no-repeat; height: 70px; position: absolute; z-index: -1; left: 0px; right: 0px; top: 0px; }
	#main_mid { background: url('../images/main_mid.png') top left repeat-y; height: auto; position: absolute; z-index: -1; left: 0px; right: 0px; top: 70px; bottom: 71px; }
	#main_foot { background: url('../images/main_foot.png') top left no-repeat; height: 71px; position: absolute; z-index: -1; left: 0px; right: 0px; bottom: 0px; }

	#main_content {
		height: auto !important;
		height: 500px;
		margin: 10px 35px 80px 36px;
		min-height: 500px;
		position: relative;
		width: 674px;
	}
	#page {
		overflow: hidden;
		width: 100%;
	}
	.menu-1 #page { overflow: visible; }
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

/* !---------- !menus ---------- */	
.menu {

}

#navi {
	position: absolute;
	top: 107px;
	left: 238px;
}
	#navi .menu, #navi .menu li, #navi .menu li a { display: block; }
	#navi li { float: left; }
	#navi li a { float: left; height: 35px; position: relative; text-indent: -9999px; }
	
	#navi li a span {
		background: url('../images/flare.png') center center no-repeat;
		background-color: transparent;
		display: none;
		left: -14px;
		position: absolute;
		height: 36px;
		top: -16px;
		width: 36px;
	}
	#navi li.active a span, #navi li.active a:hover span { display: block; }
	
	#navi li.item1 a { width: 93px; }
	#navi li.item54 a { width: 160px; }
	#navi li.item55 a { width: 118px; }
	#navi li.item56 a { width: 123px; }
	#navi li.item57 a { width: 110px; }
	#navi li.item58 a { width: 130px; }
	
	
#navi2 {
	position: absolute;
	top: 155px;
	left: 238px;
}
	#navi2 .menu, #navi2 .menu li, #navi2 .menu li a { display: block; }
	#navi2 li { float: left; }
	#navi2 li a { float: left; height: 35px; text-indent: -9999px; }
		 
	#navi2 li.item644 a { width: 198px; }
	#navi2 li.item645 a { width: 152px; }
	#navi2 li.item646 a { width: 188px; }
	#navi2 li.item647 a { width: 108px; }
	#navi2 li.item648 a { width: 133px; }


/* !---------- !content ---------- */
#main_content p img {
	border: 5px solid #e6e3d9;
	margin: 3px 15px 5px 0;
}
#main_content ul {
	padding: 5px 0 15px 0;
}
#main_content ul li {
	color: #860614;
	list-style-image: url('../images/list-icon.png');
	list-style-position: inside;
	padding: 2px 0px;
}

ol.steps{
	padding: 0 0 0 50px;
	list-style: decimal;
	
}

ol.steps li {
	list-style: decimal;
	list-style-position:outside;
	margin-bottom:8px;
	background-color:#F2EDE7;
	padding:15px;
	color:#860614;
	font-weight:bold;
	font-size:15px;
	}
	
ol.steps li p {
	padding-bottom:0px;
	text-align:left;
	color:#10100F;
	font-weight:normal;
	padding:8px;
	font-size:13px;
	margin:0px;
	}

ol.steps li .liTwoCol{
display:block;
width:45%;
float:left;
margin-right:10px;
}

ol.steps li .col2{
margin-right:0px;
}

h1 {
	color: #a70818;
	height: 35px;
	font-size: 16pt;
	line-height: 20pt;
	margin-bottom: 15px;
}
h2.sIFR-replaced {
	display: block;
	height: 31px;
}
h2, .pm-desc {
	background: url('../images/headline_bg.png') top left no-repeat;
	clear: both;
	color: #fff;
	display: block;
	font-size: 10.5pt;
	height: 31px;
	line-height: 31px;
	margin: 12px 0 17px 0;
	padding: 0px 8px;
}
h3 { font-size: 10.5pt; padding: 5px 0px; }
h4 { color: #a70818; font-size: 10pt; padding: 3px 0px; }
p.buttonheading { display: none; }

p.back {
margin-top:10px;
background: url('../images/backLine.gif') 0px center repeat-x;
text-align:center;
padding-top:8px;
}

p.back a{
background-color:#FFF;
padding:0 8px 0 8px;
text-decoration:none;
font-size:14px;
}

p.back a:hover{
color:#860614;
}






/* !---------- !widgets ---------- */
.moduletable { position: relative; padding: 50px 10px 20px 0px; width: 100%; }
.moduletable h3 { height: 97px; position: absolute; width: 100%; z-index: -1; top: 0px; left: 0px; text-indent: -9999px; }
.widget_mid { background: url('../images/widget_mid.png') top left repeat-y; position: absolute; width: 100%; z-index: -1; top: 97px; left: 0px; bottom: 61px; }
.widget_foot { background: url('../images/widget_foot.png') top left no-repeat; height: 61px; position: absolute; width: 100%; z-index: -1; left: 0px; bottom: 0px; }

.widget_content {
	height: auto !important;
	height: 180px;
	overflow: hidden;
	min-height: 180px;
	position: relative;
	margin: 0 auto;
}


/* !---------- !subnavi ---------- */
.subnavi h3 { background: url('../images/weitereinformationen.png') top left no-repeat; }
.subnavi { padding: 50px 0px 20px 9px; }
.widget_content .menu li.parent { margin: 0px; }
.warumwir .widget_content .menu li.parent { list-style-image: none; }

.widget_content .menu li.parent .separator {
	background: url('../images/subnavi.png') 0px 2px no-repeat;
	display: block;
	height: 31px;
	line-height: 33px;
	padding-top: 2px;
	width: 212px;
}
	.widget_content .menu li.parent .separator span {
		display: block;
		font-weight: bold;
		padding-left: 16px;
	}

.widget_content .menu li {
	list-style-image: url('../images/arrow.gif');
	list-style-position: outside;
	margin-left: 25px;
}
	.widget_content .menu li a {
		color: #10100f;
		display: block;
		padding: 2px 0px;
		text-decoration: none;
	}
	.widget_content .menu li a:hover { color: #A47F28; }
	.widget_content .menu ul li.active a { color: #a70818; }
	
	.item714 { margin-bottom: 10px; }
	
.widget_content .menu li.parent {
	list-style-image: none !important;	
}

.widget_content p{

text-align:center;
}




/* !---------- !warumwir ---------- */
.warumwir { padding: 50px 0px 20px 9px; }
.warumwir h3 { background: url('../images/warumwir.png') top left no-repeat; }
.warumwir .widget_content li p { display: block; padding: 10px 6px; width: 200px; }
.warumwir .widget_content li p span { display: block; margin: 8px 0px; }
.warumwir .widget_content li p span a { color: #674f19; display: inline; text-decoration: underline; }
.warumwir .widget_content li p span a:hover { color: #A47F28; }






.verkaufstarten h3, .verkaufstarten .widget_mid, .verkaufstarten .widget_foot { display: none; }
.verkaufstarten { padding: 0px; }
.verkaufstarten .widget_content { margin: 0px; height: 70px !important; min-height: 70px; }
.verkaufstarten .widget_content a {	background: url('../images/verkaufstarten.png') -1px 0px no-repeat; display: block;	height: 100%; text-indent: -9999px;	width: 100%; }



.seolinks { padding: 55px 10px 0px 10px; }
.seolinks h3 { background: url('../images/weitereinformationen.png') top left no-repeat; }
.seolinks .widget_content { position: relative; text-align: center; white-space: normal; overflow: hidden; }

.seolinks a { border: 1px solid transparent; line-height: normal; margin: 1px; padding: 3px; text-decoration: none; white-space: normal; z-index: 10000; }
.seolinks a:hover { color: #a70818; }














.menu-1 .text {
	margin: 0 25px 10px 15px;
}