
/* Chaos made by ennokunze.de 03/06 */
/* Body */


/*  misc
----------------------------------------------- */ 


.body
{
	background:#fffff5 url(http://www.diakobremen.de/img/bgc.gif) repeat-y top left;
	text-align:left;
	position:relative;
	min-height:101%;
}


a:link, a:visited { text-decoration: underline; color:black; }
a:active { text-decoration: underline overline; color:black;  }
a:hover { text-decoration: none; }


h1 {
	font:bold 180% Verdana, Arial, Helvetica, sans-serif;
	color:#002c72;
	padding:0;
	margin:0;
	position:relative;
	min-height:101%;
}


h2
{
	font:bold 140% Verdana, Arial, Helvetica, sans-serif;
	color:#002c72;
}


.emotionspec {
	padding:0;
}


/*  CSS Layout
----------------------------------------------- */ 


#header {
	float:left;
	background-color:#fff;
}


#header h1 {
	width:215px;
	height:80px;
	display:block;
	background:url(http://www.diakobremen.de/img/LogoDIAKO.jpg) no-repeat;
}

#header h1 span {
	display: none;
}


/* Bilderbalken oben und Links Organigramm u. Geschäftsführer */

#bc
{
	background:url(http://www.diakobremen.de/img/Hauptbg.jpg) repeat-x;
	float:left;
	width:760px;
	height:100px;
	z-index:10;
	position:relative;
}


#bc span {
	position:relative;
	top:80px;
	left:20px;
	width:653px;
	text-align:right;
	display: block;
}


/* Rahmen für alle Elemente */

#wrapit {
	width:980px;
}


/* Navigation */

#nav {
	width:188px;
	float:left;
	padding:0 0 0 25px;
	background:url(http://www.diakobremen.de/img/gesundheitszentrum.gif) no-repeat transparent;
	position:relative;
	top:-20px;
}


/* Hauptinhalt */

#contentL {
	width: 562px;
	width/* */:/**/482px;
	width: /**/482px;
	float:left;
	padding:40px 35px 40px 40px;
}

#contentL hr { 
	background-color:#CCC;
	color:#CCC;
	border: #CCC;
	height: 1px;
}


#contentR {
	width:210px;
	float:left;
	padding:20px 0px;
	font-size:10px;
}

#contentR p
{
	font-size:10px;
}

#contentR .submit_user
{
	margin-top:3px;
}


#contentR hr { 
	background-color:#002c72;
	color:#002c72;
	border: #002c72;
	height: 1px;
}

#contentR .caption {
	font-size:10px;
}

#bc img {
	border:0;
}

.custom_textbox {
	padding:10px;
}

div#suche {
padding-left:16px;
}



/*   
#contentR p {
	padding:0 10px 10px 10px;
	border-bottom: 1px solid #002c72;
}
*/


#contentR h2 {
	font:bold 120% Verdana, Arial, Helvetica, sans-serif;
	color:white;
	padding:3px 5px;
	display: block;
	background-color:#002c72;
	margin:0;
}


/* BC */


#bc span a {
	color:#fff;
	padding:0 26px 0 8px;
	font:bold 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: url(http://www.diakobremen.de/img/p2.gif) no-repeat #002c72;
	text-align: right;
}


/* Navigation */

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

/*  mainNav1
----------------------------------------------- */

#mainNav1 a {
	display: block;
	padding: 0 0 0 10px;
	width: 178px;
	color: #fff;
	background-color: #002c72;
	text-decoration: none;
	border-bottom:1px solid #b4c0d6;
	font:bold 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
		
}


ul#mainNav1 a:hover {
	color: #fff;
	text-decoration: none;
	background: url(http://www.diakobremen.de/img/p.gif) no-repeat #4c6b9c;
}

/*  mainNav2
----------------------------------------------- */

ul#mainNav2 li {
	margin: 0;
}


ul#mainNav2 a {
	display: block;
	padding: 0 0 0 15px;
	width: 173px;
	color: #fff;
	background-color: #4c6b9c;
	text-decoration: none;
	border-bottom:1px solid #b4c0d6;
}


ul#mainNav2 a:hover {
	color: #002c72;
	background-color: #b4c0d6;
	text-decoration: none;
}

/*  mainNav3
----------------------------------------------- */

ul#mainNav3 li {
	margin: 0;
	padding:0;
}

ul#mainNav3 a {
	display: block;
	padding: 0 0 0 30px;
	width: 158px;
	color: #fff;
	background-color: #4c6b9c;
	text-decoration: none;
	border-bottom:1px solid #b4c0d6;
}


ul#mainNav3 a:hover {
	background-color: #b4c0d6;
	text-decoration: none;
}


/* current */

ul#mainNav1 a.current {
	font-weight: bold;
	border-bottom:1px solid #4c6b9c;
	background: url(http://www.diakobremen.de/img/p.gif) no-repeat;
}

ul#mainNav2 a.current {
	font-weight: bold;
	border-bottom:1px solid #b4c0d6;
	background: url(http://www.diakobremen.de/img/p.gif) no-repeat #4c6b9c;
}

ul#mainNav3 a.current:hover {
	font-weight: bold;
	color:white;
	border-bottom:1px solid #4c6b9c;
	background: url(http://www.diakobremen.de/img/p.gif) no-repeat;
}



