/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE-PNG Behavior by WebFX */
img {
   behavior: url('_inc/js/pngbehavior.htc');
   border: none;
}
/*------*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	height: 100%;
	width: 100%;
	background: #fff url('../../images/design/mainbg.gif') repeat-x 0 110px;
	margin:0; padding:0;
	text-align: center;
	scrollbar-face-color:#CECECE;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#868686;
	scrollbar-darkshadow-color:#868686;
	scrollbar-shadow-color:#E7E7E7;
	scrollbar-arrow-color:#FFF;
	scrollbar-track-color:#FAFAFA;
}
body {
	font-size: 0.8em;
}
div {text-align: left; background: #fff;}

/*##### HEADER */
#header {
	height: 105px;
	background: url('../../images/design/mainbg_header.gif') repeat-x;
	width: 100%;
	margin-bottom: 5px;
}
.headbg-mid {
	position: absolute;
	top:0; left:50%;
	margin-left: -700px;
	z-index: 1;
}
.headbg-left {
	position: absolute;
	top:0; right:0;
	z-index: 1;
}
.logo {
	display: block;
	position: absolute;
	top:32px; left:50%;
	margin-left: -315px;
	z-index: 100;
}
img[class="logo"] {margin-left: -320px;}
/*##### HEADER Adress-Zeile  */
#adressbalken {
	position: absolute;
	top:64px; left: 0;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/bg_headaddress.png', sizingMethod='scale'); /* IE PNG */
	height: 19px;
	z-index: 2;
}
div[id="adressbalken"] {	/*IE PNGfix siehe oben */
	background: url('../../images/design/bg_headaddress.png');
}
address {
	position: absolute;
	left: 50%; top:2px;
	margin-left: -115px;
	font-style: normal;
	color: #2F2F2F;
	font-size: .9em;
	width: 612px;
	z-index: 3;
}
address a, address a:link, visited {
	font-weight: bold;
	width: 90px;
	color: #2F2F2F;
	float: left;
	text-decoration: none;
}
address span {color: #CF0000}
/*##### HAUPTCONTAINER: Hauptnavigation, Sekundärnavigation, Content, Footer */
#hauptcontainer {
	background: #fff;
	width: 990px;
	text-align: left;
	margin: auto;
	color: #333333;
}
/*##### Content */
#content {
	margin-left: 50px;
	width: 550px;
	line-height: 18px;
	float: left;
	background: #fff;
}

/** Hauptnavigation **/
div#hnav {
	background: #E7E7E7;
	border: 1px solid #CBCBCB;
	width: 168px;
	height: 302px;
	margin: 0 5px 0 5px;
	float: left;
	display: inline;
}
#hnav ul {
	list-style-type: none;
	margin: 11px 0 0 0;
	padding:0;
	font-size: 1.1em;
}
#hnav li {
	margin: 0;
	padding: 0;
}
#hnav a, #hnav a:link, visited {
	display: block;
	height: 22px;
	color: #616161;
	padding-left: 20px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	text-decoration: none;
	line-height: 22px;
	letter-spacing: 1px;
	background: url('../../images/design/hnav_bg.gif') 10px 65% no-repeat;
}
#hnav a:hover, active {
	background: #FAFAFA url('../../images/design/hnav_bgover.gif') 10px 65% no-repeat;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
#hnav a.aktiv {
	background: #FAFAFA url('../../images/design/hnav_bgover.gif') 10px 65% no-repeat;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

/** Sekundärnavigation **/
div#snav {
	float: left;
	width: 196px; height: 306px;
	display: inline;
	margin: -1px 0 0 0;
	background: url('../../images/design/snav_wirgestaltenlebensraum.jpg');
}
#snav ul {
	position: relative;
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: .9em;
	letter-spacing: 2px;
}
#snav li {
	margin:0;
	padding:0;
}
#snav a, #snav a:link, #snav a:visited {
	display: block;
	color: #fff;
	height: 23px;
	width: auto;
	margin: 1px 2px 0;
	text-decoration: none;
	padding-left: 18px;
	line-height: 23px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/bg_snav.png', sizingMethod='scale');  /* IE PNG */
}
#snav a:hover, #snav a:active,  #snav a:focus {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/bg_snavover.png', sizingMethod='scale');  /* IE PNG */
}
div[id="snav"] a {background: url('../../images/design/bg_snav.png');} /*IE PNG*/
div[id="snav"] a:hover, div[id="snav"] a:active, div[id="snav"] a:focus {background: url('../../images/design/bg_snavover.png');}

#snav a.aktiv {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/bg_snavover.png', sizingMethod='scale');  /* IE PNG */}
div[id="snav"] a.aktiv {background: url('../../images/design/bg_snavover.png');} /*IE PNG*/

/*##### Footer */

.footer {
	margin-top: 50px;
	text-align: right;
	clear: both;
	color: #999;
	border-top: 1px solid #999;
	font-size: .85em;
}
#content a.top {
	color: #999;
	float:left;
	font-style: italic;
	font-size: .9em;
	text-decoration: none;
	padding: 0;
	margin: 3px 0 5px 0;
	background: none;
	width: 8em;
}
#content a.top:link, visited {
	color: #999;
	text-decoration: none;
	background: none;
	padding:0;
}
#content a.top:hover, active {
	color: #666;
	background: none;
	padding:0;
}
.top span {
	float: left; 
	margin: -3px 0 0 5px;
}
span.topicon {
	font-size: 2em;
	margin:0;
}
#content a.clear {clear:both; margin:0;}

/** Styleelemente **/
#content a.blocklink, #content a.blocklink:link, #content a.blocklink:visited  {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	line-height: 22px;
	color: #CF0000;
	height: 18px;
	background: url('../../images/design/blocklink_bg.gif') repeat-x;
}
#content a.blocklink:hover, active {
	background: url('../../images/design/blocklink_bgo.gif') repeat-x;
}
a.teleskopstapler {
	position: absolute;
	left: 0px; top: 360px;
}









/**################### Templates #######################**/
#content img {
	border: 1px solid #929292;
}
#content a, #content a:link, visited {
	color: #CF0000;
	font-weight: bold;
	background: url('../../images/design/linkicon.gif') no-repeat 0 .5em;
	padding-left: 21px;
}

#content a:hover, active {text-decoration: none;}

#content a.map24, #content a.map24:link, visited, #content img.map24 {
	border: none;
	padding: 0; margin:0;
	background: 0;
}
#content a.fotolink:link, #content a.fotolink:visited {
	background: none;
	padding:0;
}
body #content a.pdf {
	background: url('../../images/design/pdficon.gif') no-repeat 0 .15em;
	padding: 5px 0 5px 25px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
	clear: right;
	margin: 0 0 30px 0;
	padding: 18px 0 0 2px;
	font-size: 1.9em;
	color: #333333;
	height: 1.4em;
	background: url('../../images/design/h1line.gif') no-repeat 0 1.65em;
}

h2 {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 2px 8px 2px;
	font-size: 1em;
	color: #333333;
	height: auto;
	background: url('../../images/design/h2line.gif') no-repeat 0 95%;
}
h2.newstitel span {
	float: right;
	font-size: .7em;
	padding: .1em 0 0 .1em;
}
hr {
	display: block;
	clear: both;
	margin: 8px 0; padding: 3px;
	height: 2px;
	border: none;
 	background: url('../../images/design/hr.gif') no-repeat 0 -1px;
}
img.fr {
	float: right;
	margin: 0 0 10px 40px;
}
img.fl {
	float: left;
	margin: 0 40px 10px 0;
}
br.clear {
	clear: both;
}
#content img.noborder {border: none;}
#content ul {
	list-style-position: outside;
}
#content p {
	margin-top: 0;
	padding-top: 0;
}
p.bildunterschrift {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 15px 0;
	padding: 3px 2px 2px 2px;
	font-size: .7em;
}
.dropcap {
	float: left;
	width: .8em;
	font-size: 3em;
	line-height: 90%;
	font-weight: bold;
}

/** Jumper SubPage **/

#tpl-jumper .footer {
	padding-bottom: 1000px;
}
#tpl-jumper #content {
	height: 440px;
	overflow: hidden;
	float: left;
}

#content a.anker {
	height: 1px;
	width: 1px;
	visibility: hidden;
	padding:0;
	margin:0;
}

/** Referenzen **/

.referenz-pdf-download {
	position: absolute;
	top: 418px;
	left: 50%;
	margin-left: -315px;
}

#tpl-referenzen #content {
	margin: 0 0 0 3px;
	padding:0;
	width: auto;
	float: left;
	line-height: 18px;
	overflow: hidden;
	height: 440px;
}
#tpl-referenzen .infobereich {
	height:107px;
	padding-left: 50px;
	vertical-align: top;
}
#tpl-referenzen h1 {
	font-size: 1.5em;
	background: none;
	margin: 0 0 0 -0.2em;
}
#tpl-referenzen p {
	margin: 0;
}
#tpl-referenzen .bildbereich {
	width: 606px;
	height: 304px;
	margin:0; padding:0;
}
/*-Bildbereich-*/
#tpl-referenzen .bildbereich img {
	border: none;
	vertical-align: bottom;
}
.bildbereich .left {
	float: left; 
	margin-right: 3px;
}
.bildbereich .right {
	margin-bottom: 2px;
}
/*-Footer-*/
#tpl-referenzen .footer {
	margin: 3px 0 50px 0;
}
/*-- REFERENZNAVIGATION --*/
div#referenzmenu {
	position: absolute;
	top: 111px; left: 50%;
	width: 166px;
	margin-left: 277px;
	visibility: hidden;
	border: 1px solid #242424;
	z-index: 100;
	background: #E7E7E7;
}
div[id="referenzmenu"] {
	background: url('../../images/design/bg_refmenu.png');
}
#referenzmenu ul {
	font-size: .9em;
	margin: 10px 10px 10px 20px;
	padding: 0;
}
#referenzmenu li {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 5px;
	color: #333;
}
#referenzmenu a {
	color: #333;
	text-decoration: none;
}
#referenzmenu a:link, visited {
	color: #333;
	text-decoration: none;
}
#referenzmenu a:hover, active {
	text-decoration: underline;
	color: #000;
}
#btn-referenzliste {
	position: absolute;
	top: 110px; left: 50%;
	margin-left: 448px;
	z-index: 100;
}

/*** 2-Spaltiges Template ***/
.spalte1 {
	float: left;
	clear: left;
	width: 250px;
	margin-right: 50px;
	
}
.spalte2 {
	float: left;
	width: 250px;
}
/*** Thumbnailgallerie (Baureportagen) ***/
#content .tpl-thumbnails a {
	border:none;
	padding:0; margin:0;
	background: 0;
}

#content .tpl-thumbnails img {
	float: left;
	margin: 7px 7px 12px 7px;
	vertical-align: bottom;
}
#content .tpl-thumbnails img:hover {
	background: #CECECE;
}

#content div[class="tpl-thumbnails"] img {
	margin: 0px;
	padding: 8px;
	border: none;
}
#content .tpl-thumbnails {

}


/* Formulare */
form {
	width: 100%;
}
form p.col {
	width: 40%;
	float: left;
} 
form p {
	margin: 0;
	padding: 0;
}
label {
	width: 40%;
	float: left;
	vertical-align: middle;
	padding-top: 4px;
}
p label {
	float: none;
	width: auto;
	margin: 0;
}
select {
	width: 70px;
}
input {
	margin: 3px 0;
	height: 18px;
	border: 1px solid #757580;
	vertical-align: middle;
	width: 58%;
}
input:hover {
	background: #EBEBEC;
}
p input {
	width: auto;
	border: none;
}
fieldset {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px solid #EBEBEC;
}
legend {
	font-weight: bold;
	color: #757580;
	padding: 0 5px;
}
textarea {
	width: 58%;
	border: 1px solid #757580;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
}
.submit {
	height: 26px;
	width: 140px;
	border: none;
}
