/* CSS Document */



html, body {  
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	text-align: center; /*IE centered content*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #A7A79B;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
*/
	font-family:Verdana, Geneva, sans-serif;
		}
#fullheightcontainer {
min-height: 81%;
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html  {
	height: 81%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #head, #footer{
	position: relative;
}

/*----------width of whole content-----*/
#fullheightcontainer, #content, #head, #menu, #navbox, #wrapper{
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding:0;
}
#wrapper{
	width:960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	float:none;
	background-image: url(../pics/halbtransparent.png);
	border: 1 px solid #fff;
}
/*-------content elements definition-------*/

#content {
	padding-top:  0px;  /*distance to top = height of header*/
	padding-bottom:  0px; /*important! distance between content + page end incl. footer*/
	background-color:transparent;
	padding-right:0;
	float:left;
	border: 1 px solid #fff;
	width: 960px;
	height: auto;
	background-image: url(../pics/halbtransparent.png);
}
#kopf {
	padding-top:  0px;
	padding-bottom:  0px;
	float:left;
	width: 960px;
	height: 153px;
	background-image: url(../pics/kopfmotiv_rohrwick.gif);
}
#kopf h1 {
	font-size:18px;
	font-weight:bold;
	color:#888576;
	height:auto;
	margin-top: 35px;
	margin-left:30px;
	margin-bottom: 20px;
	background-color: transparent;
	border-left: 10px solid #F49E22;
	padding-left: 10px;
}

#leistungen
{
	width: 220px;
	float: left;
	text-decoration:none;
	font-size:10px;
	line-height:15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color: #F49E22;
	background-color: #DBDBDB;
}
#leistungen h1
{
	width: auto;
	text-decoration:none;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	background-color:#888576;
	display:block;
	color:#fff;
}
#leistungen ul 
{
	width:auto;
	margin-left:-20px;
	paddding:0;
	}
#leistungen ul li
{
	list-style:none;
	margin-bottom:10px;
	paddding-left:0;
	margin-left: -20px;
	color: #333;
	padding-bottom:5px;
	border-bottom:1px dotted silver;
	width: auto;
	display: block;
}
#head {
	height: 144px;
	width:960px;
	background-color: white;
	float:left;
}
#leftBox {
	float:left;
	font-size:10px;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left:0px;
	width:620px;
	background:transparent;
	height:auto;
}
#BildBox {
	float:none;
	width:auto;
	height:220px;
	display:block;
	float:none;
	z-index:5;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../pics/hellgruen.png);
	}

#Titelbild {
	width:540px;
	height:205px;
	margin:0;
	padding:0;
	float:right;

	}

#rightBox {
	float:none;
	width:960px;
	padding:0;
	color:#666666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#infoBox {
	float:left;
	width:310px;
	height:auto;
	color:#F49E22;
	font-size:12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:0;
	border-bottom-style: none;
	background-color: #888576;
	margin-left: 10px;
	}

* html #infoBox {
	margin-right: 10px;

	}
#infoBox h1{
	display:block;
	font-size:12px;
	width:auto;
	color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0;
	background-color: #F49E22;
}
#infoBox h2{
	display:block;
	font-size:12px;
	width:auto;
	color:#F49E22;
	padding-top: 10px;
	padding-left: 10px;
	margin:0;
}
#infoBox p{
	line-height:18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	color:#FFF;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

#footer{
	background-color:#888576;
	color:#fff;
	height: 40px;
	width: 960px; /*centered content*/
	padding:0;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: solid #022D021px;
	float:left;
	margin-bottom: 10px;
}
#footer p{
	padding-left: 24px;
	font-size:11px;
	line-height: normal;
	padding-top: 0px;
}
#footer p a{
	color:#999999;
}
#footer p a:hover, #footer p a.visited{
	color:#fff;
}

a{
	text-decoration:underline;
	border: 0;
	color: #F49E22;
    }




#conBox {
	float: left;
	width: auto;
	padding: 0 10px 0 10px;
	line-height: normal;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	color: #515151;
	background-color: #FCFCFC;
}
#conBox h1 {
	font-size:14px;
	font-weight:bold;
	color:#F49E22;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	margin-left: 20px;
	width: auto;
}
#conBox h2 {
	font-size:14px;
	font-weight:bold;
	color:#888576;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	margin-left: 20px;
	width: auto;
    }
#conBox h3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#888576;
	line-height:22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	float:none;
}

#conBox p, #conBox ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#888576;
	line-height:16px;
	text-align: left;
	margin: 5px 10px 20px 20px;
}
#conBox  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#515151;
	line-height:20px;
	text-align: left;
	list-style-type:square;
	list-style-position: outside;
	margin-left: 15px;
}
#conBox p a{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    color:#F49E22;
	text-decoration:none;

}
#conBox p a:hover{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#F49E22;
	text-decoration:underline;
}
#conBox img{
    padding:0;
	margin:0;
}
a:hover {
	color:#FFF;/*background-repeat:no-repeat;*/

}

.horst,  #footer p .horst a{
	color: #DBDBDB;
}

#footer p .horst a:hover{
	color: #fff;

}
