/* -- www.hno-duisburg.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: 2px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

ul, ol{
	list-style: none;
	}

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


h1{
	font-size: 18px;
	color: #0051c1;
	background-image: url(../images/bg-h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 3px 25px;
	margin: 0 0 10px 0;
	}
h2{
	font-size: 14px;
	color: #1b4cba;
	margin: 0px 0 10px 0px;
	}
.addi h3{
	font-size: 12px;
	width: 234px;
	line-height: 21px;
	color: #fff;
	margin: 0 0 10px 0px;
	background-color: #1b4cba;
	}
h3{
	font-size: 14px;
	color: #fff;
	
	background-color: #0051c1;
	line-height: 24px;
	padding: 0 0 0 3px;
	margin: 0 0 0 25px;
	}
.text h4 {
	font-size: 14px;
	color: #0051c1;
	line-height: 24px;
	padding: 0 0 0 3px;
	margin: 0 0 30px 0px;
	border: 1px dashed #0051c1;
	}
p{
	line-height: 1.5em;
	margin: 0 0 11px 0px;		
	}
ul.list{
	margin: 10px 0 20px 0px;
	}
ul.list ul{
	margin: 5px 0 0 20px;
	}
ul.list li{
	font-weight: bold;
	}
ul.list li li{
	font-weight: normal;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;
	}

/* 2. layout */
/* -- 2.1 header --*/
div#header{
	width: 833px;
	height: 197px;
	margin: 0 0 0px 79px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #fff;
	background-image: url(../images/bg-wrap.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	}
div#header h1{
	/*margin: 35px 0 0 20px;*/
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #fff;
	z-index: 5;
	position: relative;
	top: 50px;
	left: 70px;
	}
div#header h1 span.sub{
	/*margin: 35px 0 0 20px;*/
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #a8bbe5;
	z-index: 5;
	}
div#header .ohr{
	width: 76px;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
	background-image: url(../images/ohre.png);
	background-repeat: no-repeat;
	}

/* --end of header --*/
div#content{
	min-height: 330px;
	}
#bg-inhalt{
	width: 582px;
	position: relative;
	z-index: 20;
	background-color: #f6f4f4;
	margin: -50px 0 0 0;
	float: left;
	background-image: url(../images/bg-left-inhalt.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	}
.text{
	width: 342px;
	margin: 0 0 11px 214px;	
	padding: 25px 0 0 0;
	}

div#info{
	width: 503px;
	border-top: 21px solid #1b4cba;
	margin: 0 0 0 79px;
	float: left;
	}
.addi{
	width: 234px;
	border-top: 1px solid #fff;
	float: left;
	margin: 0 0 0 50px;
	
	}
.addi h3{
	font-size: 12px;
	width: 220px;
	line-height: 21px;
	color: #fff;
	margin: 0 0 10px 0px;
	background-color: #1b4cba;
	padding: 0 0 0 14px;
	}
.addi p{
	line-height: 1.2em;
	margin: 0 0 5px 14px;
	color: #0c2357;	
	}
.addi p.abstand{
	line-height: 1.2em;
	margin: 0 0 20px 14px;
	color: #0c2357;	
	}
	
p.pictxt{
	line-height: 1.2em;
	margin: 0 0 11px 0px;
	font-size: 10px;
	color: #333;
	background-color: #d7e3fd;
	padding: 2px;	
	}
p.pic{	
	margin: 0 0 0px 0px;
	padding:0px;
	border-bottom: 1px solid #fff;
	}
p.picright{
	width: 150px;
	float: right;
	margin: 0 0 0px 0px;
	padding: 0px;
	line-height: 1.2em;
	margin: 0 0 11px 0px;
	}
p.picright img{
		border-bottom: 1px solid #fff;
		display: block;
		}
p.picright .txt{
	width: 150px;
	display: block;
	font-size: 10px;
	color: #333;
	background-color: #d7e3fd;
	padding: 2px 0 2px 2px;	
	}
	
.fixfloat{
	clear: left;
	margin: 0;
	}	



/* -- 3. navi --*/
ul.subnav{
	position: absolute;
	top: 3px;
	left:635px;
	width: 200px;
	height: 21px;
	z-index: 20;
	}
ul.subnav li{
		float: left;		
		}
ul.subnav li a{
	font-size: 11px;
	color : #fff;
	text-decoration : none;
	padding: 0 10px 0 5px;
	line-height: 21px;
	display: block;
		}
ul.subnav li a:hover{
	color : #a8bbe5;
	text-decoration : underline;
		}
/* --nav inhalt --*/
ul.nav{
	width: 450px;
	padding: 0 0 0 0px;
	position: relative;
	top: 75px;
	left: 60px;
	}
ul.nav li{
	float: left;
	}
ul.nav li a{
	display: block;
	font-size: 14px;
	color : #fff;
	
	text-decoration : none;
	padding: 0 10px 0 10px;
	
		}
ul.nav li a:hover{
	display: block;
	color : #a8bbe5;
	text-decoration : none;
	}


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



/* --- impressum --*/
 
p img.ew{
	border: none;
	margin: 0px 0 0 0;		
	}


/* -- kontakt --*/


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

