/* -- www.ibau-hdl.de -- */

/* ----------------------
	0. import css
	1. basic tags
	2. layout
	3. content
	4. links
	
	------------------- */

/* 0. import css */
@import url("kontaktstyle.css");

/* 1. basic tags */
html, body, div, p, h1, h2, h3,h4, ul, ol,  span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body{
	background-color: #a7ddff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}


h1{
	font-size: 18px;
	color: #000;
	}
h2{
	font-size: 16px;
	color: #e95f47;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e95f47;
	padding: 0 0 3px 0;
	}
h3{
	font-size: 12px;
	color: #666;
	margin: 10px 0 0px 0px;	
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	float: left;
	margin: 0 0 -7px 95px;
	width: 500px;	
	}
p{
	line-height: 1.35em;
	margin: 0 0 5px 20px;		
	}
strong{
	color: #095483;
	}
img.start{
	margin: 3px 12px 0 0px;
	float: right;
	}
em{
	font-style: normal;
	font-weight: bold;
	}

/* 2. layout */
/* -- 2.1 header --*/
div#header{
	/*width: 996px;*/
	width: 90%;
	min-width: 996px;
	height: 152px;
	margin: 78px auto 0 auto;
	padding: 0px 0px 0 0px;
	background-image: url(../images/ibau-unternehmenssitz.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border-top: 1px solid #000;
	}
div#header h1{
	/*margin: 35px 0 0 20px;*/
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	color: #000;
	position: relative;
	z-index: 1;
	width: 378px;
	height: 148px;
	font-weight: normal;
	background-image: url(../images/ibau-hdl-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: right;
	}
div#header h1 a{
	width: 378px;
	font-size: 0.001em;
	height: 147px;
	color: #fff;
	display: block;
	background: none;
	overflow: hidden;
	z-index: 1;
	}

div#header h1 a:hover{color: #fff;}
html>body div#header h1 a:hover{color: #fff;}


/* --end of header --*/

div#wrapper{
	width: 916px;
	min-height: 250px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}		

div#content{
	width: 676px;
	position: relative;
	z-index: 20;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;	
	padding: 40px 20px 0px 20px;
	}
	
.fixfloat{
	clear: right;
	margin: 0;
	}
.fixfloat2{
	clear: left;
	margin: 0;
	}
	
#footer{
	padding: 0px 0 20px 0px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 916px;
	height: 50px;
	position: relative;
	z-index: 30;
	background-color: #a7ddff;
	clear: right;
	background-position: right top;
	
	}	
#footer p{
	width: 695px;
	float: right;
	margin: 13px 0 0 0;
	
	}

div#links{
	width: 174px;
	height: 545px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* 3. navigation */	

/* --content nav --*/
div#nav{	
	margin: 0px 0 0 0px;	
	width: 150px;
	height: 130px;
	z-index: 10;
	position: absolute;
	top: 36px;
	left: 28px;
	}	
div#nav ul{
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0px 0 0 0;
	}
div#nav li{
	text-align: right;
	position: relative;
	}
div#nav li a{
	font-weight: bold;
	font-size: 14px;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/nav-off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 14px 0 0;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	}
div#nav li a:hover {		
		color : #025071;
		font-size: 14px;
		text-decoration : none;		
		background-image: url(../images/nav-on.gif);
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0 14px 0 0;
		}
/* --standard nav --*/
div#standard{
	width: 99%;	
	height: 15px;
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 2;	
	}
div#standard ul{
	list-style: none;
	width: 90%;
	min-width: 996px;
	margin: 0px auto;
	padding: 0px 0 0 0;	
	
	}
	
div#standard li{
	float: right;
	margin: 0  0 0 0px;
	}
div#standard li a{	
	width: 80px;
	font-size: 12px;
	color : #000;
	text-decoration : none;
	padding: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}
div#standard li a:hover {		
	
	font-size: 12px;
	color : #000;
	text-decoration : underline;	
		}
	
/* 4. content */


.box{
	float: right;
	width: 240px;
	height: 65px;
	margin: 10px 30px 10px 0px;
	background-color: #e5e7e8;
	padding: 10px;
	}
.box p{	
	margin: 0 0 5px 0px;
	
		}
.box ul{
	list-style: none;	
	}
.box ul li{
	margin: 3px 0 8px 0;
	background-image: url(../images/li-arrow.gif);
	background-position: left top;
	padding: 0 0 0 8px;
	background-repeat: no-repeat;
	}
	
.profil{
	width: 680px;
	float: right;
	margin: 0 0 6px 0px;
	
	}
.profil p{
	width: 220px;
	float: left;
	}
.profil-in{
	width: 440px;
	float: left;
	}
.profil-in ul{
	list-style: none;
	}
.profil-in ul li{
	
	}
.profil-in ul ul li{
	
	}
.profil-in ul ul{
	list-style: none;
	margin: 0 0 0 30px;
	}
.profil-in ul ul li{
	margin: 3px 0 3px 0;
	background-image: url(../images/li-arrow.gif);
	background-position: left top;
	padding: 0 0 0 8px;
	background-repeat: no-repeat;
	}

	
.impressum{
	width: 320px;
	color: #000;
	background-color: #eff0f0;
	float: left;
	margin: 0  0 0 10px;
	}
.impressum1{
	width: 300px;
	color: #000;
	background-color: #eff0f0;
	float: left;
	margin: 0  0 0 20px;
	}
#tableft {
	float:left;
}
#tabright {
	margin-left:100px;
}


/*--anfahrt--*/
#leer{
	width: 650px;
	height: 300px;
	}
#map24 iframe{
	position: absolute;
	z-index: 10;
	left: 35px;
	top: 90px;
	}
#map24 p{
	font-size: 12px;
	margin: 0 0 0px 0;
	padding: 0;
	}
#anfahrt{
	width: 640px;
	height: 240px;
	position: absolute;
	left: 35px;
	top: 90px;
	z-index: 5;
	padding: 0 0 0px 0;
	background-image: url(../images/karte.png);
	background-repeat: no-repeat;
	}
/*-- end of anfahrt --*/

/* -- home --*/

#home{
	width: 716px;
	height: 115px;
	margin: 70px auto 0 auto;
	background-image: url(../images/home-objekte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 219px 0 0 0;
	}
#homebox{
	width: 712px;
	height: 114px;
	background-image: url(../images/home-logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 7px 0 0 0;
	}
#homebox p{
	width: 350px;
	margin: 0 0 2px 20px;		
	padding: 0px;
	}
#homebox h1{
	width: 350px;
	font-size: 16px;
	color: #000;
	margin: 0px 0 0 20px;
	}
#homebox ul.linker{
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
	}
#homebox ul.linker li{
	float: left;
	margin: 0 20px 0 0;
	background-image: url(../images/li-arrow.gif);
	background-position: left top;
	padding: 0 0 0 8px;
	background-repeat: no-repeat;
	} 
#homebox ul.linker li a{
	font-weight: bold;
	text-decoration: none;
	}
#homebox ul.linker li a:hover{
	font-weight: bold;
	text-decoration: underline;
	}

#home2{
	width: 716px;
	height: 204px;
	background-image: url(../images/home-unternehmen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto 0px auto;
	}
#home2 p{
	width: 716px;
	
	padding: 165px 0 0 0px;
	
	}
	
div#standardhome{
	width: 99%;	
	height: 15px;
	position: absolute;
	top: 49px;
	left: 0px;
	z-index: 2;	
	}
div#standardhome ul{
	list-style: none;
	width: 716px;
	margin: 0px auto;
	padding: 0px 0 0 0;	
	
	}
	
div#standardhome li{
	float: right;
	margin: 0  0 0 0px;
	}
div#standardhome li a{	
	width: 80px;
	font-size: 12px;
	color : #000;
	text-decoration : none;
	padding: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}
div#standardhome li a:hover {		
	
	font-size: 12px;
	color : #000;
	text-decoration : underline;	
		}
/* 5. links */

/*--5.links --*/
a, a span{
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
	}
a:hover, a:hover span{
	color: #999;
	text-decoration: none;
	}			

	
/* --6. cms logout--*/
#ewcms_edit_controller {
    position: absolute;
    top:0px; left:0px;
    z-index:100;
    width:99%;
    
	height:50px;
    padding: 24px 0px 0px 20px;
    background-image: url(../images/bg_logout.gif);
    background-repeat: repeat-x;
    background-position: right center;
	background-color: #004b80;
	border-bottom: 2px solid #fff;
}
#ewcms_edit_controller img {
    border: none;
}

/* -- sonstige ew-cms --*/
.news .ewcms_edit_img, .bild .ewcms_edit_img{
	width: 16px;
	height: 16px;
	float: none;
	}
