html, body{
	margin:0;
	height:100%;
}
body{
	background:#8aa37e url(../images/bg-body.gif) repeat-x;
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:995px;
	height:100%;
}
/*all page*/
.main-holder{
	min-height:100%;
	width:995px;
	margin:0 auto;
	background:url(../images/bg-content-inner.png) repeat-y;
}
* html .main-holder{
	height: 100%;
}
#main{
	padding:0 0 219px 0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{text-decoration:underline;}
/*header*/
.header-inner{
	margin:0 auto;
	height:122px;
	width:995px;
	overflow:hidden;
	background:#fff url(../images/bg-header-content.gif) no-repeat;
}
.header{
	overflow:hidden;
	width:728px;
	padding:0 92px 0 175px;
	position:relative;
	height:100%;
}
.logo{
	display:block;
	position:absolute;
	top:30px;
	left:190px;
}
.logo a{
	display:block;
	overflow:hidden;
	width:223px;
	height:66px;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
.rufen{
	position:absolute;
	top:34px;
	right:189px;
	display:block;
	width:146px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/text-rufen.gif) no-repeat;
}
.number{
	position:absolute;
	top:70px;
	right:120px;
	display:block;
	width:192px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/text-number.gif) no-repeat;
}
/*all content*/
.content-inner{
	width:995px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:100;
}

label {
	float: left;
	display: block;
	width: 90px;
	font-weight:bold;
	line-height: 22px;
	vertical-align: middle;
	
}

input,textarea {
	border: 1px solid #8aa37e;
	margin: 2px;
}
textarea {
	width: 271px;
	font:13px Arial, Helvetica, sans-serif;
}

input:focus {
	border: 1px solid #708f61;
}

acronym {
	color: #FF8888;
	font-weight: bold;
	font-size: 12px;
}

fieldset {
	border: none;
	padding-bottom: 20px;
}

.button {
	margin-left: 92px;
	background-color: #8aa37e;
	border: 1px solid #708f61;
	color: #FFF;
	margin-top: 10px;
}
/*sidebar*/
#sidebar{
	float:left;
	width:175px;
	padding:0 0 241px 0;
}
.sidebar-nav-top{
	margin:0;
	float:right;
	padding:11px 8px 0 0;
	list-style:none;
	width:167px;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
.sidebar-nav-top li{
	width:100%;
	float:left;
	padding:0 0 14px 0;
}
.sidebar-nav-top li a{
		text-decoration: none;
}

.sidebar-nav-top li a:hover{
		text-decoration: underline;
}

.sidebar-nav-center{
	margin:0;
	float:right;
	padding:52px 8px 0 0;
	list-style:none;
	width:167px;
	display: block;
	text-align: right;
	font-weight: bold;
}
.sidebar-nav-center li{
	width:100%;
	float:left;
	padding:0 0 10px 0;
}
.sidebar-nav-center li a{
	text-decoration: none;
}

.sidebar-nav-center li a:hover{
	text-decoration: underline;
}
.adress{
	position:absolute;
	clear:both;
	bottom:8px;
	left:0;
	width:167px;
	padding:0 8px 0 0;
	text-align: right;
	color: #FFFFFF;
}

.adress .firmierung {
	font-weight: bold;
}
.adress address{
	float:right;
	margin:15px 0 0 0;
}
.bauregie{
	float:right;
	text-indent:-9999px;
	width:150px;
	height:25px;
	background:url(../images/text-bauregie.png) no-repeat;
}
.strube{
	float:right;
	text-indent:-9999px;
	width:122px;
	height:25px;
	background:url(../images/text-strube.png) no-repeat;
}
.tel{
	float:right;
	text-indent:-9999px;
	width:129px;
	height:25px;
	background:url(../images/text-tel.png) no-repeat;
}
/*content*/
.content-top{
	float:left;
	width:726px;
	overflow:hidden;
	background:url(../images/bg-content-top.gif) repeat-x;
}
.content-bottom{
	width:710px;
	min-height:518px;
	overflow:hidden;
	padding:9px 9px 12px 9px;
}

.images{
	width:710px;
	overflow:hidden;
	position:relative;
}
.images img{
	display:block;
}
.images-text{
	position:absolute;
	top:25px;
	left:25px;
	width:350px;
	padding:10px 25px 15px 22px;
	background:url(../images/bg-images-text.png);
}
.images-text h1{
	margin:0;
	color:#fff;
	font:24px/26px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.images-text p{
	margin:2px 0 0;
	color:#fff;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

.content-center{
	overflow:hidden;
	width:730px;
	margin:0 0 0 -10px;
	padding:8px 0 0;
	float:left;
}
/*box*/
.box{
	float:left;
	width:230px;
	margin:0 0 0 10px;
	padding:0 0 0px 0;
	background:url(../images/bg-box.gif) repeat-x 0 100%;
}
.title{
	width:211px;
	background:#708f61;
	padding:6px 0 6px 19px;
}
.title h2{
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:18px;line-height:18px;
	font-weight:normal;
	font-weight: bold;
}
.box img{
	display:block;
}
.box-text{
	width:190px;
	padding:14px 20px 20px 20px;
	height: 80px;
	display: block;
	background: #E3E3E3;
}
.box-text p{
	margin:0 0 14px 0;
	font-size: 9pt;
	line-height: 13pt;
}
.box-text a{
	text-decoration:underline;
	color:#000;
	font-weight: bold;
}
.box-text a:hover{
	text-decoration:none;
	font-weight: bold;
}
/*bigbox*/
.bigbox{
	float:left;
	width:470px;
	margin:0 0 0 10px;
	padding:0 0 20px 0;
	/*background:#f0f0f0 url(../images/bg-box.gif) repeat-x 0 100%;*/
}
.bigboxtitle{
	width:451px;
	background:#708f61;
	padding:6px 0 6px 19px;
}
.bigbox-text{
	width: 441px;
	padding:14px 0 0 20px;
	min-height:166px;
}
.bigboxtitle h2{
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	font-weight: bold;

}
.bigbox img{
	display:block;
}
.bigbox-text p{
	margin:0 0 14px 0;
	font-size: 9pt;
	line-height:13pt;
}
.bigbox-text a{
	text-decoration:underline;
	color:#000;
}
.bigbox-text a:hover{
	text-decoration:none;
}
/*footer*/
.footer{
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(../images/bg-footer.gif) repeat-x;
	height:261px;
	position:relative;
	margin:-261px 0 0;
}
.footer-inner{
	width:995px;
	margin:0 auto;
	height:219px;
	padding:42px 0 0;
	background:url(../images/bg-footer-inner.gif) no-repeat;
}
.footer-box{
	overflow:hidden;
	width:696px;
	padding:18px 0 0 196px;
}
.footer-text{
	float:left;
}
.footer-text p{
	margin:0;
}
.footer-text p span{
	font-style:italic;
}
.footer-nav{
	float:right;
	margin:0;
	padding:1px 3px 0 0;
	list-style:none;
}
.footer-nav li{
	float:left;
	padding:0 7px 0 8px;
	background:url(../images/bg-footer-nav-line.gif) no-repeat 0 55%;
}
.footer-nav li a{
	color:#000;
}
.footer-nav li:first-child{
	background:none;
}.bigbox-text ul {
	list-style: none;
	display: block;
	padding: 7px 15px;
}
.bigbox-text li p {
	margin: 0px;
}
.bigbox-text li {
	margin: 7px 0px;
}
.bigbox-text li a {
	color: #336600;
}
.bigbox-text  h3  {
	display: block;
	border-bottom: 1px dotted #708f61;
	margin-right: 20px;
	padding-bottom: 5px;
}
a.link1 {
	text-decoration: none;
}
