/**
 * Globale CSS Datei
 *
 * In dieser Datei stehen alle CSS Angaben, die für alle Seiten gelten.
 * Spezialfälle, die nur auf einzelnen Seiten vorkommen, stehen im lokalen Stylesheet.
 */
 

/* 
 Importiere Typographie 
 */
@import url('typo.css');

/* 
 Importiere Formstyles 
 */
@import url('form.css');

/*
 Begin Clearfix
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*
 End Clearfix
 */


/* Klassen ******************************************************************** */
div.clear {
	width:100%;
	clear:both;
	margin:0 0 0;
	padding:0;
	visibility:hidden;
}
.error {
	margin:0 0 10px;
	padding:5px 10px;
	list-style:none;
	background:#FCC;
	border-top:1px solid #900;
	border-bottom:1px solid #900;
}

/* Liste ohne Punkte */
.flatlist {
	list-style:none;
	margin:0;
	padding:0;
}

/* Contentspalten */
.col1, .col2, .col3, .col4, .half1, .half2 {
	float:left;
	margin:0 15px 15px 0;
}
/* Letzte Spalte */
.col4, .last { margin-right:0; } 
/* Vollbild */
.col4 { float:none; }

.col1 { width:200px; }
.col2 { width:415px; }
.col3 { width:630px; }
.col4 { width:845px; }

.half1 { width:308px; }
.half2 { width:307px; margin-right:0; }

.nofloat { float:none; clear:both; }


/* Hauptbereiche ************************************************************** */

body {
	background:#fbffff url(chrome/bg_body.gif) fixed;
	text-align:center; /* IE < 6 */
	margin:15px 0;
}

#main {
	margin:0 auto;
	text-align:left; /* Reset */
	width:911px;
}

#header {
	background:#FFF url(chrome/bg_header.gif) no-repeat 33px 75px;
	width:911px;
	height:155px;
	margin:0 0 15px;
	
	position:relative;
}

#outer {
	/*
	 Der Content (inkl. Footer) wird nochmal in ein Extra-Div verpackt
	 */
	background:#FFF;
	width:905px;
	padding:3px;
}

#footer {
	color:#757575;
	text-align:center;
}
	#footer p { margin:0; line-height:30px; }

#content {
	background:#FFF url(chrome/bg_content.jpg) repeat-x left bottom;
	border-bottom:1px solid #c6c6c6;
	padding:30px 30px 15px;
	
	xoverflow:hidden;
	
}

	* html #content { zoom:1; }
	*:first-child+html #content { padding-bottom:30px; }

#sidebar {}
#sidebar .contentitem {
	padding:0 0 5px;
}
#sidebar .contentitem .htmlitem { padding:0 0 0 11px; }
#sidebar .contentitem p, 
#sidebar .contentitem ul {
	margin-bottom:5px;
	margin-top:0;
}
#sidebar .contentitem h3 {
	font-size:12px;
	font-weight:bold;
	color:#1E4D86;
	line-height:18px;
	border-bottom:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	margin:0 0 5px;
	padding:0 0 0 11px;
}

/* Header ********************************************************************* */

/* ---------------------------------------------------------------------------- */
/* Für alle Logos */
#header-logo {
	position:absolute;
	left:33px;
	top:13px;
	height:77px;
	z-index:100;
}
	
#header-logo a {
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	
	outline:none;
	-moz-outline:none;
	
	display:block;
	height:77px;
	overflow:hidden;
}

body#ndrmedia #header-logo { width:250px; }
body#ndrmedia #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_media.png);
	width:190px;
}
body#ndrshop #header-logo { width:175px; }
body#ndrshop #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_shop.png);
	width:177px;
}
body#ndrticketshop #header-logo { width:286px; }
body#ndrticketshop #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_ticketshop.png);
	width:296px;
}
body#ndrkulturkarte #header-logo { width:317px; }
body#ndrkulturkarte #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_kulturkarte.png);
	width:333px;
}
body#ndrmitschnittservice #header-logo { width:418px; }
body#ndrmitschnittservice #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_mitschnittservice.png);
	width:429px;
}

body#ndrintranetshop #header { background:#FFF; }

body#ndrintranetshop #header-logo { width:418px; }
body#ndrintranetshop #header-logo a {
	/* Breite und BG Image */
	background-image:url(chrome/logos/ndr_werbemittelshop.png);
	width:354px;
}

/* ---------------------------------------------------------------------------- */
/* Navigation */
#header li {
	float:left;
	border-left:1px solid #c6c6c6;
	padding:0 5px;
}
	#header li.first { border:none; }

#header a { text-decoration:none;  }	
#header a:hover { text-decoration:none;  }	
	
/* Navi oben (Kontakt, Impressum...) */	
#nav-help {
	position:absolute;
	top:13px;
	right:28px;
} 
	#nav-help li { border-color:#999; }
	#nav-help a { color:#999; }
	#nav-help a:hover, #nav-help a.active { color:#333; }

/* Navi unten (Media, Shop...) */	
#nav-sites {
	position:absolute;
	bottom:13px;
	right:28px;
} 
	#nav-sites li { border-color:#1e4d86; }
	#nav-sites a { color:#1e4d86; }

/* Hauptnavigation, erste Ebene */	
#nav-main {
	position:absolute;
	right:28px;
	top:75px;
	z-index:200;
	
	float:left;
	text-align:right;
	line-height:30px; 
}
	/* IE 6 */
	* html #nav-main { right:22px; }
	
	#nav-main li { margin:0 5px 0 0; padding:0 0 0 5px; border:none; }
	#nav-main li a { 
		display:block; 
		font-weight:bold;
		color:#1e4d86;
		font-size:12px;
	}
	#nav-main li a:hover { color:#52a1d3; }
	#nav-main li.active {

	}
	#nav-main li.active a { 
		border-left:1px solid #c6c6c6; 
		border-right:1px solid #c6c6c6;  
		color:#52a1d3;
		padding:0 5px 0 5px;
	}

/* Subnavigation, Ebene 1 - n */	
#nav-sub {
	margin:0 0 15px;
	border-top:1px solid #c6c6c6;
}
	#nav-sub a { text-decoration:none; }	
	#nav-sub a:hover { text-decoration:underline; }	
#nav-sub li {
	border-bottom:1px solid #c6c6c6;
	line-height:20px;
	padding-left:10px;
}
#nav-sub ul {
	margin:0 0 3px;
	padding:3px 0 0;
	list-style:none;
	border-top:1px solid #c6c6c6;
}
#nav-sub li a {
	color:#1e4d86;
	font-weight:bold;
}
#nav-sub li.active a { color:#52a1d3; }
#nav-sub ul li {
	padding-left:12px;
	background:url(chrome/list_dotted.gif) no-repeat 12px 5px;
	border-bottom:none;
}
#nav-sub ul li a, #nav-sub li.active ul li a {
	color:#000;
	font-weight:normal;
	padding-left:12px;
}
#nav-sub ul li.active a {
	text-decoration:underline;
}
	
/* ---------------------------------------------------------------------------- */
/* Suche */
#form-search {
	position:absolute;
	left:119px;
	bottom:10px;
	height:20px;
	width:210px;
}
	#form-search label {
		font-weight:bold;
		font-size:11px;
		color:#316594;
		display:block;
		width:50px;
		line-height:20px;
		position:absolute;
		left:0;
		bottom:0;
		z-index:1;
	}
	#form-search input#q {
		position:absolute;
		left:50px;
		bottom:0;
		width:126px;
		border:1px solid #c6c6c6;
		font:normal 11px Verdana, sans-serif;
		padding:2px 2px 3px;
		margin:0;
		z-index:2;
		color:#999;
	}
	#form-search input#btnSearch {
		position:absolute;
		right:0;
		bottom:0;
		width:29px;
		height:20px;
		z-index:3;
	}
	
/* ---------------------------------------------------------------------------- */
/* 3. Navi (Startseite) */
#startlink {
	position:absolute; left:33px; bottom:15px; color:#316594; font-size:11px; font-weight:bold; line-height:13px; display:block; border-right:2px solid #c2c4c3; padding-right:10px;
}
/* Content ******************************************************************** */


#bluebox {
	border:3px solid #1e4d86;
	width:194px;
	height:164px;
	margin:0 0 15px;
	position:relative;
	background:url(chrome/bg_bluebox.gif) repeat-x;
}
	#bluebox #h3container {
		position:absolute;
		left:10px;
		top:10px;
		width:174px;
	}
	#bluebox #h3container h3 {
		color:#FFF;
		font-size:16px;
		/*font-size:36px;*/
	}
	#bluebox p {
		position:absolute;
		left:10px;
		bottom:10px;
		color:#52a1d3;
		margin:0;
	}
	#bluebox p a {
		color:#52a1d3;
		padding-left:13px;
		background:url(chrome/list_dotted_blue.gif) no-repeat 0 3px;
	}
	

#main-image {
	width:630px;
	height:170px;
	background:#FFF url(chrome/loading_ccc_fff.gif) no-repeat center;
}

.bluebox {
	border:2px solid #1e4d86;
	background:url(chrome/bg_headline.gif) repeat-x left center;
	color:#FFF;
	padding:0 9px;
	margin:0;
}
.bluebox * {
	display:block;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.bluebox h2, .bluebox h3 { color:#FFF; white-space:nowrap; overflow:hidden; }
.contentitem { clear:both; }

/* Plugin CSS */
#plugin_NDR_Media_Startseite { position:relative; top:-15px; margin-bottom:-15px; overflow:hidden; }
#plugin_NDR_Media_Startseite img { border-bottom:1px solid #FFF; margin:0;}
#plugin_NDR_Media_Startseite h3 {  }
#plugin_NDR_Media_Startseite ul { list-style:none; margin:0; padding:0; }
#plugin_NDR_Media_Startseite ul li { border-bottom:1px solid #C6C6C6; line-height:20px; background:url(chrome/list_dotted_blue.gif) no-repeat right; }
#plugin_NDR_Media_Startseite ul li.more-information {}
#plugin_NDR_Media_Startseite ul li a { color:#52A1D3; text-decoration:none; display:block;  background:url(chrome/list_dotted.gif) no-repeat right; }
#plugin_NDR_Media_Startseite ul li.more-information a { color:#1E4D86; font-weight:bold; }
#plugin_NDR_Media_Startseite ul li a:hover { text-decoration:underline; background-image:url(chrome/list_dotted_blue.gif) }
#plugin_NDR_Media_Startseite ul li.more-information a:hover {}

#plugin_Content_Startseite { overflow:hidden; }
#plugin_Content_Startseite img { border-bottom:1px solid #FFF; margin:0;}
#plugin_Content_Startseite h3 {  }
#plugin_Content_Startseite .thetext { margin:0 0 0; line-height:15px; height:50px; xtext-align:justify; overflow:hidden; }
#plugin_Content_Startseite ul { list-style:none; margin:0; padding:0; }
#plugin_Content_Startseite ul li { border-bottom:1px solid #C6C6C6; line-height:20px; background:url(chrome/list_dotted_blue.gif) no-repeat right; }
#plugin_Content_Startseite ul li.first { clear:left; }
#plugin_Content_Startseite ul li.more-information {}
#plugin_Content_Startseite ul li a { color:#52A1D3; text-decoration:none; display:block;  background:url(chrome/list_dotted.gif) no-repeat right; }
#plugin_Content_Startseite ul li.more-information a { color:#1E4D86; font-weight:bold; }
#plugin_Content_Startseite ul li a:hover { text-decoration:underline; background-image:url(chrome/list_dotted_blue.gif) }
#plugin_Content_Startseite ul li.more-information a:hover {}



/* Formulare */
form {
	padding:0;margin:0;
}

fieldset {
	border-top:none;
	border-left:3px solid #1E4D86;
	border-right:3px solid #1E4D86;
	border-bottom:3px solid #1E4D86;
	margin:0;
	padding:0;
}

label {
	margin:0px 0px 2px;
	padding:2px 0px 0px;
}

form fieldset.f1 {
	padding:15px 0px 15px 0px;
}

form fieldset.f1 label {
	float:left;
	/*margin-top:5px;*/
	padding-right:10px;
	text-align:right;
	width:180px;
}

form fieldset.f1 label.reverse_label {
	float:left;
	text-align:left;
	width:300px;
}
form fieldset.f1 input.reverse_checkRadio {
	float:left;
	margin-left:166px;
	margin-right:10px;
	text-align:right;
	width:14px;
}

form fieldset.f1 input,
form fieldset.f1 select {
	width:300px;
	/*margin:5px 3px;*/
	float:left;
}

form fieldset.f1 .checkRadio {
	width:14px;
	padding:0;
	margin:2px 0 0 0;
}

form fieldset.f1 .labelHeader {
	width:300px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}

form fieldset.f1 .strasse {
	width:238px; margin-right:6px;
}
form fieldset.f1 .hausnr {
	width:50px;
}
form fieldset.f1 .plz {
	width:50px; margin-right:6px;
}
form fieldset.f1 .ort {
	width:238px;
}
form fieldset.f1 .blz {
	width:145px; margin-right:6px;
}
form fieldset.f1 .ktonr {
	width:145px;
}

form fieldset.f1 textarea {
	width:300px; height:120px; float:left;
}

.form_entry {
	clear:both;
	height:20px;
	display:block;
	margin-bottom:10px;
}