/* Main CSS */

/* Global */
html, body{
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}

html{
	background:url("../img/bg.gif") repeat-x #323264;
}

body{
	background:url("../img/bg_logo.gif") no-repeat 850px 41px;
	width:100%;
}

a{
	text-decoration:none;
	color:#000;
}

table{
/* 21.12.2011
	width:100%;	
*/
	float:left;
}

thead{
	background:#D8E4EF;	
	border:1px solid #000;
}

th{
	font-weight:bold;
	text-align:center;
}

#content th p{
	/*padding:5px 0 5px 0;	*/
	padding:0;
	margin:0;
}

#content td p{
	/*padding:5px;	*/
	padding:0;
	margin:0;	
}

#content td{
	padding:5px;
	border:1px solid #000;	
	vertical-align: top;
}

#content th{
	padding:5px;
}

caption{
	text-align:center;
	font-weight:bold;
}

p{
	margin:0 0 8px 0;	
}

.h1{
	color:#262674;
	border-bottom:1px solid #6697c0;
	font-weight:bold;
	/* 2009-06-04 DW: padding:0 0 2px 0; */
	padding:0 0 1px 0;
	margin:0 0 10px 0;
	/* 2009-06-23 AB: H1 im Content-Bereich soll nicht 
	   mehr über volle Breite gehen sondern nur über volle 
	   breite der Seite im Content-Breich gehen (width:635px;) */	
	position:absolute;
	top:0;
	left:0;
	float:none;
}

h1{
	color:#262674;
	border-bottom:1px solid #6697c0;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:10px 0 10px 0;
	width:100%;	
	float:left;
}

h2{
	color:#2d70a9;
	font-weight:bold;
	font-size:18px;
	margin:10px 0 10px 0;
}

h3{
	color:#2d70a9;
	font-weight:bold;	
	margin:0 0 10px 0;
	width:100%;
	clear:both;
}

h4{
	font-weight:bold;
	margin:10px 0 0 0;
	width:100%;
	clear:both;	
}

strong{
	font-weight:bold;	
}

em{
	font-style:italic;	
}

#base{
	float:left;
	width:815px;
	border-right:15px solid #fff;
	min-height:100%;
	background:url("../img/bg_headerbild.gif") no-repeat top right;
}

#main{
	background:#fff;
	float:left;
	width:100%;
	margin:15px 0 0 0;
}

.hide,legend{
	display:none;
}




/* Head */
#head{
	width:655px;
	height:195px;
	overflow:hidden;
}

#logo{
	width:500px;
	height:67px;
	float:left;
	background:url("../img/logo.gif") no-repeat;
}

#logo span{
	display:none;	
}

#service{
	float:right;	
}

#service li{
	float:right;
	margin:10px 0 0 3px;
	padding:0 6px 0 0;
	font-size:11px;
	background:url("../img/dot.gif") top right no-repeat;
}

#service .first{
	padding:0;
	margin-right:0;
	background:none;
}

/* 2009-06-23 AB: Neue Flaggenauswahl */
#lang {
   float:right;
   clear:right;
   min-width: 145px;
   text-align: center;
   width:300px;
}
#lang li{
	float:right;
	margin:10px 0 0 3px;
	padding-left: 5px;
	font-size:11px;
	display:inline;
}



/* Navigation */
#navigation{
	float:left;
	background:#3c7aaf;
	width:655px;
	height:20px;
	overflow:hidden;
	border-right:10px solid #fff;
}

#navigation li{
	float:left;
}

#navigation a{
	color:#fff;
	float:left;
	/* 2009-06-04 DW: padding:2px 5px 2px 5px; */
	padding:1px 5px 3px 5px;
	border-right:1px solid #fff;
}

#navigation .last a{
	border-right:none;	
}

#navigation .first a{
	width:160px;
	padding-left:15px;
}

#navigation a:hover,#navigation .active,#navigation .sub{
	background:#d8e4ef;
	color:#568cb9;
}




/* Linke Spalte */
#left{
	width:165px;
	float:left;
	padding:0 0 0 15px;
	min-height:10px;
}

#left p{
	/* 2009-06-03 AB: color:#5c90bc; */
	color:#3c7aaf;
	font-weight:bold;
	margin:0 0 5px 0;
}

#left ol{
	width:150px;
	float:left;
	border-top:1px solid #fff;
}

#left li{
	border-bottom:1px solid #fff;
	background:#d8e4ef;
}

#left li .active{
	background:#3c7aaf;
	color:#fff;
}

#left li li{
	border-bottom:none;	
}

/* 3. Ebene */

#left li li a{
   /* 2009-06-03 AB: background:url("../img/sub_li.gif") no-repeat 5px 8px #c5d7e7; */	
	background:url("../img/sub_li.gif") no-repeat 5px 8px #c4d7e7;	
	font-size:11px;
	line-height:14px;
}

#left li li .active{
	background:url("../img/sub_li_active.gif") no-repeat 5px 8px #c4d7e7;
	color:#000;
	font-weight:bold;
}

#left a,#left li{
	width:150px;
	float:left;
}

#left a{
	width:140px;
	padding:4px 5px;
	line-height:15px;
}

#left li li a{
	width:130px;
	padding:3px 5px 3px 15px;
}

/* 4. Ebene */
#left li li li a{
	width:115px;
	padding:3px 5px 3px 30px;
}

#left li li li a{
	background-position:20px 8px;
}

#left li li li .active{
	background-position:20px 8px;
}

#left ol ol ol{
	border:none;	
}

#left .sub{
	background:#3c7aaf;
	color:#fff;
}

#left li .active a{
	font-weight:bold;	
}



/* Content */
#content{
	width:475px;
	float:left;
	min-height:10px;
	margin:0 15px 0 0;
	
	position:relative;
	padding:25px 0 0 0;
}

#content a{
	/* 2009-06-30: AB color:#e41028;	*/
	color: #262674;
	font-weight:bold;
	text-decoration:underline;
}

#content li{
	margin:0 0 0 25px;	
}

#content ul li{
	list-style-type:disc;	
}

#content ol li{
	list-style-type:decimal;	
}

#content ol,#content ul{
	margin:0 0 15px 0;	
}

#content input,#content textarea{
	width:250px;
	padding:2px;
}

/* 2009-06-21 AB */
#content label {
   width: 150px;
   float: left;
   font-weight: bold;
   margin-right:10px;
}


/* Rechte Spalte */
#right{
	width:145px;
	/* 2009-06-21 AB: h1 war nicht hozitontal auf der gleichen höhe (padding:36px 0 0 0;) */
	/* 2009-06-23 AB: RC-Box soll auf gleicher Höhe sein wie H1 des Content-Bereich (padding:25px 0 0 0;) */
	padding:0 0 0 0;
	float:left;
	overflow:hidden;
}

#right dd{
	color:#5c5c96;
	font-size:11px;
	margin:-3px 0 0 0;
}

#right .csc-textpic{
	margin:0 0 10px 0;
	float:left;
}


#right h1 {
	color:#5c90bc;
	font-weight:bold;
	font-size:12px;	
	/* 2009-06-23 AB: RC-Box soll auf gleicher Höhe sein wie H1 des Content-Bereich (margin:10px 0 5px 0;) */
	margin:0px 0 5px 0;
	padding-bottom: 1px;	
	padding-left: 1px;	
}


#right h2,#right h3,#right h4,#right h5,#right h6{
	color:#5c90bc;
	font-weight:bold;
	margin:10px 0 5px 0;
	font-size:12px;	
}


/* 2009-06-21 AB: Ungeordnete Liste für Rechte Seite definieren */
#right ul li {
   clear: both
}
#right ul li {
   list-style-image: url("../img/sub_li.gif");	
   margin-left: 15px;
}

/* 2009-06-21 AB: Verlinkungen nach Standard-Stil kenntlich machen */
#right a{
	/* 2009-06-30: AB color:#e41028;	*/
	color: #262674;
	font-weight:bold;
	text-decoration:underline;
}

/* 2009-06-22 AB: In der Rechten Spalte braucht ein Text 
   etwas margin rechts, damit er nicht abgeschnitten wird*/
#right p {
   margin-right: 2px;
}   




/* Footer */
#footer{
	float:left;
	width:100%;
	padding:30px 0 0 0;
	overflow:hidden;
}

#footer p{
	padding-left:180px;
	font-size:11px;
	color:#666;
}

#footer p a{
	color:#666;	
}

#footer .footer-schluessel {
	margin-left: 10px;
	vertical-align: middle;
}





#base .tx-bnmdculturebase-pi3 li{
	background:#d8e4ef;
	list-style-type:none;
	margin:0 0 2px 0;
	padding:4px;
}

#base .tx-bnmdculturebase-pi3 li strong{
	color:#3c7aaf;
}

#base .tx-bnmdculturebase-pi3 li a{
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

/* Mailform */
.csc-mailform-field {
   font-weight: bold;
}

.csc-mailform-radio fieldset .csc-mailform-radio {   
   width: auto !important;
   margin-right: 3px;
}

.csc-mailform-radio fieldset label {
   float: none !important;
   width: 100px;
   font-weight: normal !important;
}

