/* -- www.ibv-vanbelle.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: #666;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 3px;
	/*margin: 0 0 0 50px;*/
	margin: 0 0 0 10px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

ul, ol{
	list-style: none;
	}

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




h3{
	font-size: 18px;
	color: #9bcffb;
	padding: 0px 0 0 0px;
	/*margin: 0px 0 33px 20px;*/
	margin: 0px 0 33px 10px;
	}
	
h4{
	font-size: 14px;
	color: #9bcffb;
	padding: 0px 0 0 20px;
	margin: 0px 0 5px 0px;
	}
h5{
	font-size: 22px;
	width: 919px;
	text-align:center;
	color: #fff;
	padding: 5px 0 0 0px;
	margin: 0px 0 0px 0px;
	}

p{
	line-height: 1.5em;
	/*padding: 0 20px 0 50px;*/
	padding: 0 20px 0 10px;
	margin: 0 0 7px 0;		
	}
em{
	font-weight: bold;
	font-style: normal;
	color: #fd7329;
	}
img.bild{
	width: 100px;
	float: right;
	/*margin: 0 10px 0px 50px;*/
	margin: 0 0px 10px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	}
img.light{
	margin: 0 0 0 200px;
	}


/* 2. layout */
/* -- 2.1 header --*/
div#header{
	width: 550px;
	height: 163px;
	margin: 0px;
	position: relative;	
	z-index: 1;
	}
div#header h1{
	/*margin: 35px 0 0 20px;*/
	width: 350px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	font-size: 0.001em;
	color: #fff;
	z-index: 5;
	position: relative;
	top: 67px;
	left: 20px;
	background-image: url(../images/ibv-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	}
div#header h1 span.sub{
	/*margin: 35px 0 0 20px;*/
	padding: 0px 0 0 0px;
	margin: 0px;
	font-size: 22px;
	color: #fff;
	z-index: 5;
	line-height: 34px;
	font-weight: normal;
	position: relative;
	top: 62px;
	left: 0px;
	
	}


/* --end of header --*/
#wrapper{
	width: 927px;
	margin: 0px auto;
	position: relative;
	}
.content{
	width: 620px;
	min-height:220px;
	position: relative;
	clear:left;
	padding: 30px 0px 30px 10px;
	
	}


div#footer{
	width: 920px;
	height: 127px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
	margin: 0 0 30px 10px;
	background-position: left bottom;
	}
/*#footer .pic{
	width: 855px;
	height: 80px;
	margin: 0 auto 10px auto;
	background-image: url(../images/footer-pics.jpg);
	background-repeat: no-repeat;
	}*/
#footer .pic{
	width: 900px;
	height: 84px;
	margin: 0 auto 10px auto;
	background-image: url(../images/footer2-pics.jpg);
	background-repeat: no-repeat;
	}
#footer p{
	line-height: 1.5em;
	padding: 0 20px 0 20px;
	margin: 0 0 7px 0;		
	}
#footer p strong{
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 20px 0;
	color: #fff;	
	}
	
.label{
	width: 272px;
	height: 424px;
	float: right;
	margin: 52px 0 0 0;
	position: relative;
	}
.label .ptype, .label .stype{
	width: 50px;
	height: 424px;
	float: left;
	}
.label .mtype{
	width: 80px;
	height: 424px;
	float: left;
	
	}
.label .wtype{
	width: 92px;
	height: 194px;
	float: left;
	margin: 230px 0 0 0;
	}

	
.fixfloat{
	clear: left;	
	}	



/* -- 3. navi --*/




ul.subnav{
	position: absolute;
	top: 3px;
	left:0px;
	width: 100%;
	height: 21px;
	z-index: 20;
	}
ul.subnav li{
		float: right;		
		}
ul.subnav li a{
	font-size: 11px;
	color : #000;
	text-decoration : none;
	padding: 0 10px 0 5px;
	
	display: block;
		}
ul.subnav li a:hover{
	color : #f00;
	text-decoration : underline;
		}
		
ul.subnav li a.deutsch{
	
	color: #000;
	text-indent: -10000px;
	width: 23px;
	height: 13px;
	background-image: url(../images/deutsch-off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	}
ul.subnav li a.deutsch:hover{
	background-image: url(../images/deutsch-on.gif);
	}
ul.subnav li a.gb{
	color: #000;
	text-indent: -10000px;
	width: 23px;
	height: 13px;
	background-image: url(../images/gb-off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	}
ul.subnav li a.gb:hover{
	background-image: url(../images/gb-on.gif);
		}
ul.subnav li a.french{
color: #000;
	text-indent: -10000px;
	width: 23px;
	height: 13px;
	background-image: url(../images/french-off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	}
ul.subnav li a.french:hover{
	background-image: url(../images/french-on.gif);
	
	}
	
/* --nav inhalt --*/
ul.nav{
	width: 650px;
	padding: 6px 0 0px 0px;
	}
ul.nav li{
	float: left;
	
	}
ul.nav li.ptype a{
	display: block;
	width: 73px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/ptype-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.ptype a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/ptype-on.jpg);
	background-repeat: no-repeat;
	}
	
/*---------------*/

ul.nav li.stype a{
	display: block;
	width: 69px;
	font-size: 12px;
	color : #000;
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/stype-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.stype a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/stype-on.jpg);
	background-repeat: no-repeat;
	}
	
/*---------------------*/

ul.nav li.wasser a{
	display: block;
	width: 98px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/wasser-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.wasser a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/wasser-on.jpg);
	background-repeat: no-repeat;
	}
	
/*---------------------------*/

ul.nav li.mess a{
	display: block;
	width: 102px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/mess-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.mess a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/mess-on.jpg);
	background-repeat: no-repeat;
	}
	
/*----------------*/
ul.nav li.einsatz a{
	display: block;
	width: 125px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/einsatz-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.einsatz a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/einsatz-on.jpg);
	background-repeat: no-repeat;
	}

/* ---------------- */

ul.nav li.iso a{
	display: block;
	width: 109px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/iso-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.iso a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/iso-on.jpg);
	background-repeat: no-repeat;
	}
	
/*------------------------*/

ul.nav li.kontakt a{
	display: block;
	width: 73px;
	font-size: 12px;
	color : #000;	
	text-decoration : none;
	text-align: center;
	padding: 15px 0px 0 0px;
	height: 21px;
	background-image: url(../images/kontakt-off.jpg);
	background-repeat: no-repeat;	
		}
ul.nav li.kontakt a:hover{
	display: block;
	color : #fff;
	text-decoration : none;
	background-image: url(../images/kontakt-on.jpg);
	background-repeat: no-repeat;
	}


/* -- 3. end of navi --*/
	
/* 4. content */
/* --allgemein --*/

ul.list{
	
	margin: 20px 0 25px 40px;
	}
ul.list ul{
	width: 500px;
	margin: 5px 0 10px 20px;
	}

ul.list li{
	margin: 0 0 5px 0px;
	padding: 0 0 0 0px;
	font-weight: bold;
	
	}
ul.list li ul li{
	margin: 0 0 5px 0px;
	padding: 0 0 0 0px;
	font-weight: normal;
	background: none;
	line-height: 18px;
	
	}
/* --- impressum --*/
 
p img.ew{
	border: none;
	margin: 0px 0 0 0;		
	}
/*.imbox{
	width: 290px;
	float: left;
	margin: 0 0 0 50px;
	}
	*/
.imbox{
	width: 290px;
	float: left;
	margin: 0 0 0 10px;
	}
.imbox1{
	width: 210px;
	float: left;
	}
.imbox p, .imbox1 p{
	line-height: 1.5em;
	padding: 0 20px 0 0px;
	margin: 0 0 7px 0;		
	}

/* -- home --*/


/* --  anfahrt -- */

form#link2map24{
	width: 342px;
	
	/*background-color: #e6edff;*/
	}
	
form#link2map24 label, form#link2map24 input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:200px;
	margin:10px 5px 0 0;
	padding:1px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form#link2map24 input{				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #2f5ab6;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}



form#link2map24 input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #0177AF;	
}

form#link2map24 label {							/* Feldbeschriftungen */
	text-align:right;				
	width:40px;						
	padding:0 15px 0 0;			
}

form#link2map24 legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	/*display:none;*/
	font-size: 13px;
	color: #2f5ab6;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	}

form#link2map24 fieldset {						/* Formularabschnitte */
	border-top: 1px solid #2f5ab6;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
	padding:0 0 0px 0px;
	margin: 0 0 0px 0;
	
	float: left;
	width: 280px;
}
form#link2map24 fieldset#but{
	border: none;	
	padding:5px 0 0px 15px;
	
	float: left;
	width: 230px;
}

form#link2map24 fieldset#but input#submitRoute {				/* Gestaltung des Submit-Buttons */
	width:170px;
	padding:5px;
	background:#2f5ab6;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
}

form#link2map24 fieldset#but input#submitRoute {			/* Element zur Ausrichtung des Submit-Buttons */
	width:205px;
	height:25px;
	margin:0 0 20px 45px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	}	
form#link2map24 fieldset#ziel p{
	margin: 0 0 5px 40px;
	}	
	
form#link2map24 fieldset#hidden{			
	display:none;
}
form#link2map24 fieldset#berechnen input#scountry{			
	display:none;
}		



#karte{
	position: absolute;
	left: 40px;
	top: 260px;
	z-index: 5;
	padding: 0 0 30px 0;
	}
/*-- end of anfahrt --*/
/* 5. links */
a img{
	border: none;
	}
a{
	text-decoration: underline ;
	font-weight: normal;
	}
a:hover{
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}
.addi a span{
	text-decoration: underline ;
	line-height: 1.2em;
	color: #0c2357;	
	}
.addi a:hover span{
	color: #999;
	text-decoration: none;
	font-weight: normal;
	}

	
/* --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;
	}



