@import url("bdu_berater.css");

/* +++++ General Style +++++ */
*{
	margin:0;
	padding:0;
	border:none;
}

body, html{
	background:#fff;
	font:normal 85.01% Arial, Helvetica, sans-serif;
	color:#000;
}

h1{
         font-size: 1.2em;
         color: #102e6c;
		 margin:0 0 10px 0;
}

h2{
	font-size: 1.0em;
    color: #004489;
	margin:0 0 5px 0;
}

h3{
	font-size: 1.0em;
    color: #102e6c;
}

a{
	color:#000;
}
a:visited{
	color:#004489;
}

select, input, textarea{
	border:1px solid #004489;
	font-size: 0.9em;
}

p{
	margin:0 0 20px 0;
}

/* Layout *****************************************************************/
#outer-wrapper{
	padding:20px;
	padding-bottom: 0;
	margin:20px auto 20px auto;
	width:600px;
	background-color:#FFFFFF;
	position:relative;
}

#header{
	display:none;	
	height:0px;
	position:relative;
}
#contentBorder{
	margin:0px 0 20px 0px;
	position:relative;
}
.logo{
	position:absolute;
	top:20px;
	left:20px;
}

/*Suche   */
#searchForm{
	position:absolute;
	top:75px;
	right:15px;
	color:#fff;
}

#searchForm input{
	border:1px solid #fff;
	margin:0 1px 0 3px;
}

#searchForm .send{
	background: url(img/arrowWhite.gif) no-repeat 0px 4px;
	border:none;
	padding:0;
}

#startBox{
	width:560px;
	padding:10px 0 0 15px;
	margin:0 0 -10px 0;	
	position:relative;
}

/* Leiste Links ********************************* */
#left{
	display:none;
	width:160px;
	margin:0 0 0 10px;
	float:left;
	height:100%;
}
* html #left{
	width:160px;
	margin:0 0 0 5px;
	float:left;
	height:100%;
}

/* Leiste Rechts **********************/
#infoBoxRight{
	display:none;
	width:1px;
	float:right;
	margin:0 10px 0 0;
	position:relative;
}
* html #infoBoxRight{
	margin:0 5px 0 0;
}

/* Content ************************* */
#content{
	float:left;
	width:600px;
	margin:0;
	position:relative;
}
#content h2{
	margin:0 0 15px 0;
}
#content .contBox{
        margin: 0 0 8px 0;
		padding:10px 15px 14px 0px;
		position:relative;
		background:#FFFFFF;
}

#content .contBox ul{
	color:#004489;
	list-style-type:none;
	margin: 0 0 0 10px;
	padding:0 0 0 0;	
}

#content .contBox ul li{
	list-style-type:none;
	font-weight:bold;
	margin: 0;
	padding:6px 0 14px 0;	
}

#content .contBox ul li a{
	font-weight:normal;
	display:block;
	width:90%;
	background:url(/docs/images/arrowMenu.gif) no-repeat right;
}
#content .contBox ul li a:hover{
		text-decoration:none;
}


#content a.right{
    text-decoration: none;
    font-weight: normal;
    color: #003366;
	text-align:right;
	margin: 0px 0 0 0;
	background: url(/docs/images/arrowBlueSmal.gif) no-repeat right;
	padding:0 10px 2px 0;
	border:none;
	float:right;
}
#content a.right{
	margin: 0 12px 0 0;
}

#content .item{
	padding: 12px 12px 0 0;
	border:none;
	border-bottom:2px solid #e7eaf0;
}

#berater{
	padding: 0;
	}

/* WideContent ************************* */
#widecontent{
	float:left;
	width:600px;
	margin:0 0 0 0px;
}

#widecontent p{
	padding: 0; margin: 0;
	}

#widecontent h2{
	margin:0 0 15px 0;
}
#widecontent .contBox{
        margin: 0 0 8px 0;
		padding:10px 15px 14px 0px;
		border-right:1px solid #d8d8d8;
		border-bottom:1px solid #d8d8d8;
		background:#FFFFFF;
}

#widecontent .contBox ul{
	color:#004489;
	list-style-type:none;
	margin: 0;
	padding:0 0 0 0;	
}

#widecontent .contBox ul li{
	list-style-type:none;
	font-weight:bold;
	margin: 0;
	padding:6px 0 14px 0;	
}

#widecontent .contBox ul li a{
	font-weight:normal;
	display:block;
	width:90%;
	background:url(/docs/images/arrowMenu.gif) no-repeat right;
}
#widecontent .contBox ul li a:hover{
		text-decoration:none;
}


#widecontent a.right{
    text-decoration: none;
    font-weight: normal;
    color: #003366;
	text-align:right;
	margin: 0px 0 0 0;
	background: url(/docs/images/arrowBlueSmal.gif) no-repeat right;
	padding:0 10px 2px 0;
	border:none;
	float:right;
}
#widecontent a.right{
	margin: 0 12px 0 0;
}
/*#content img{
	float:left;
	margin: 0 8px 0 0;
	padding:0;
}*/
#widecontent .item{
	padding: 12px 12px 0 0;
	border:none;
	border-bottom:2px solid #e7eaf0;
}

/********************************************************************/
/**************    Start Navigation       ***************************/
#left .naviBox{
	margin: 0 0 8px 0;
	padding:10px 0 14px 10px;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	background:#fff ;
	position:relative;
	overflow: hidden;
}
#left .naviBox a{
	text-decoration: underline;
	font-weight:normal;
	color:#003366;
	
}
#left .naviBox ul{
	padding:0;
	margin:0;
}
#left .naviBox ul a{
	padding:0;
	margin:0;
	background:none;
}
#left ul a:hover{
	text-decoration:underline;
}


#left h1{
	margin: 0;
	padding:6px 0 14px 10px;
	display:block;
	font-weight:bold;
	color: #003366;
	text-decoration: none;
	background: url(/docs/images/backBoxLeft.gif) repeat-x top;
}
#left h2{
	margin: 0 0 10px 0;
	display:block;
	background: url(/docs/images/backBoxLeft.gif) repeat-x top;
}

/*Ebene 1*/
#left ul{
	margin:0 0 15px 2px;
	padding:0;
	list-style-type:none;
}
#left li{
	font-size:0.99em;
	padding:2px 0 2px 0;
}

#left ul a{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 0 0 15px;
	background:url(/docs/images/arrowMenu.gif) no-repeat 0px 4px;
}

#left ul a.setNav{
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 0 0 15px;
	background:url(/docs/images/arrowMenuDown.gif) no-repeat 0px 4px;
}

#left li.act2 a:hover{
	text-decoration: underline;
}

/*Ebene 2*/
#left ul ul{
	margin:5px 0 5px -10px;
	padding:0 0	 0 10px;
	list-style-type:none;
}
#left ul ul a{
	display:block;
	font-weight:normal;
	text-decoration:none;
	background:none;
}
#left ul ul a:hover{
	text-decoration:underline;
}
#left ul ul a.setNav{
	color:#e2001a;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background:none;
}
#left ul ul li.act{
	background:#fff;
	display:block;
	margin:0;
}

/********************************************************************/
/**************    Ende Navigation       ***************************/


/*Top Menu **************************************/
#topmenu{
	float:right;
	height:65px;
	background:url(/docs/images/backTopmenu.gif) no-repeat top right;
}
#topmenu ul{
	margin:10px 20px;
	padding:0;
	list-style-type:none;
}
#topmenu li{
	line-height:10px;
	margin:0;
	padding:0 6px 0 6px;
	color:#fff;
	float:left;
	border-left:1px solid #fff;
}
#topmenu li.left{
	line-height:10px;
	margin:0;
	padding:0 6px 0 6px;
	color:#fff;
	float:left;
	border:none;
}

#topmenu ul a{
	padding:0;
	margin:0;
	color:#fff;
	text-decoration:none;
}
#topmenu ul a:hover{
	color:#C1494D;
}
#topmenu ul a.act{
	color:#C1494D;
}

/*Top Menu **************************************/
#headMenu{
	position:absolute;
	top:118px;
	left:10px;
	color:#fff;
}
#headMenu h2{
	font-weight:normal;
	padding:0 6px 2px 6px;
	color:#fff;
}
#headMenu .headMenuLeft{
	float:left;
	margin:0 50px 0 0px;
}
#headMenu .headMenuRight{
	float:left;
}
#headMenu ul{
	padding:0;
	list-style-type:none;
}
#headMenu li{
	margin:0;
	float:left;
	border-right:2px solid #fff;
}
#headMenu li.left{
	margin:0;
	float:left;
	border:none;
}

#headMenu ul a{
	display: block;
	color:#fff;
	padding:2px 6px 6px 6px;
	font-weight: bold;
	text-decoration:none;
}
#headMenu ul a:hover, #headMenu ul a.setNav{
	color:#102e6c;
	background:#fafafa;
}
#headMenu ul a.act{
	color:#C1494D;
}

.clear{
	padding:0;
	margin:0;
	clear:both;
}
.clearRight{
	padding:0;
	margin:0;
	clear:right;
}
.clearLeft{
	padding:0;
	margin:0;
	clear:left;
}
#copyright{
	float:right;
	padding:0 410px 0 0;
}
#copyright a{
	color:#5e5e5e;
	text-decoration:none;
}

/* Infobox Rechts **********************/

#infoBoxRight .infBox{
	margin: 0 0 8px 0;
	padding:10px 0 0 0;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	background:#e7eaf0;
	position:relative;
}

#infoBoxRight h2{
	margin: 0;
	padding:0 0 14px 10px;
	font-weight:bold;
	background: url(/docs/images/backBoxCenterRight.gif) repeat-x top;
}
#infoBoxRight .infBox a{
	text-decoration: none;
	font-weight:normal;
	color:#003366;
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	padding:0 10px 0 0;
	border-bottom: 1px solid #fff;
}

#infoBoxRight .infBox p{
	margin: 0 5px 10px 10px;
}

#infoBoxRight .infBox a:hover{
	text-decoration: none;
	background:#fff;
}
#infoBoxRight .infBox label{
	color:#004489;
}
/*Login */
#infoBoxRight form{
	font-weight:bold;
	font-size:0.95em;
	background: #fafbfc;
	padding:6px 0 14px 10px;
}

#infoBoxRight input{
	padding: 0 0 0 5px;
	width:120px;
	background: #fff;
	border:1px solid #e7eaf0;
	margin: 5px 0 0 0;
}
#infoBoxRight .send{
    width:13px;
	background: url(/docs/images/arrowMenu.gif) no-repeat 4px 4px;
	border:none;
	margin:0;
	padding:0;
}


/********************* flash-weiche **********************/



.mozilla {
  display:block;
}

* html .mozilla {
  display:none;
}

/* Fussbereich **********************/
#footer{
	display:none;
}

#BeraterDBResults {
	overflow:auto;
	border: 2px solid #d8d8d8;
	width : 640px;
	height : 300px;
	margin:0 0 20px 0;
	padding:12px 0 0 0;
}
