/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
}

.html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
}


#pagewidth {
	width: 1020px;
	margin: 0 auto;
	padding: 0px;
	border: #CCCCCC solid 0px;
}

#background_shadow {
	width: 1008px;
	padding: 0 9px;
	background: url(../images/layout/bg-schadow.jpg) repeat-y top left;
}

#header {
	width: 992px;
	height: 112px;
	background: transparent;
	border-top: #EAC660 1px solid;
	border-bottom: #EAC660 1px solid;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

#header_image {
	position: absolute;
	z-index: 1;
	margin: 1px 0px 0px 0px;
	background: url(../images/layout/header-image.jpg) top left no-repeat;
    width: 680px;
    height: 110px;
}

#header_logo {
	position: relative;
	z-index: 2;
	float: right;
	background: url(../images/layout/bic-logo.jpg) top left no-repeat;
	background:url(../images/layout/bic-logo.jpg);
	margin: 7px 12px 0px 0px;
    width: 308px;
    height: 96px;
}
 
/*#main_nav {
	padding: 134px 220px 0 0;
	margin: 0px;
}*/

/* * * Die drei Spalten * * */
#main_content {
	margin: 0px;
	padding: 0px;
}

/* Linke Spalte */
#leftcol {
	width: 200px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0;
	background: transparent;
}

#navcontainer {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 10px 12px;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navi_top {
	background: url(../images/layout/navi-header.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	width: 180px;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
}

/* Navigation */
ul#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 180px;
	border-bottom: #EAC660 1px solid;
}

ul#navigation li {
	border-bottom: #FFFFFF solid 1px;
	margin-left:0;
	padding-left:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

ul#navigation li a:link,
ul#navigation li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background:#000080 url(../images/layout/pfeil-gelb-rechts.gif)  6px no-repeat;
	color:#FFFFFF;
	text-decoration: none;
	display:block;
	padding: 0px 0px 0px 20px;
	width:100px;
	width: 160px;
	line-height: 22px;
 }

ul#navigation li a:hover,
ul#navigation li a:active {
	color:#000080;
	background: #DEE1E9 url(../images/layout/pfeil-gelb-rechts.gif)  6px no-repeat;
	font-weight: bold;
}

/* Navi-Ebene 1 ON */
ul#navigation li .navi_1_on a {
	color:#000080;
	background: #DEE1E9 url(../images/layout/pfeil-gelb-unten.gif)  6px no-repeat;
	font-weight: bold;
}

/* Navi-Ebene 2 */
ul#navigation ul {
	list-style-type:none;
	margin:0;
	padding: 0px 0px 0px 0px;
	border: none;
}

ul#navigation li li {
	border: none;
	margin: 0;
	padding: 0 0 0 0px;
	background: #DEE1E9;
}

/* Navi-Ebene 2 - NORMAL */
ul#navigation li li a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #DEE1E9 url(../images/layout/pfeil-blau-rechts.gif)  6px no-repeat;
	color:#000080;
	text-decoration: none;
	display:block;
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 0px 0px;
 	line-height: 22px;
	font-weight: normal;
	width: 140px;
}

/* Navi-Ebene 2 - MouseOver-Zustände */
ul#navigation li li a:link,
ul#navigation li li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(../images/layout/pfeil-blau-rechts.gif);
	background-position: 20px 6px;
	background-color: #DEE1E9;
	background-repeat: no-repeat;  
	color:#000080;
	text-decoration: none;
	display:block;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	width: 145px;
	border-top: 1px solid #FFF;
 }

ul#navigation li li a:hover,
ul#navigation li li a:active {
	color:#FFF;
	background: url(../images/layout/pfeil-gelb-rechts.gif);
	background-position: 20px 6px;
	background-color: #000080;
	background-repeat: no-repeat;  
	font-weight: normal;
	width: 145px;
	border-top: 1px solid #FFF;
}

/* Navi-Ebene 2 ON */
ul#navigation li li .navi_2_on a {
	color:#000080;
	background: url(../images/layout/pfeil-blau-rechts.gif) ;
	background-position: 20px 6px;
	background-color: #EAC660;
	font-weight: bold;
	background-repeat: no-repeat;  
	width: 145px;
	border-top: 1px solid #FFF;
}

/* Suchen-Box */
#suche {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 1px 0px;
	width: 180px;
	border-bottom: #EAC660 1px solid;
}

#suche_top {
	background: #EAC660 url(../images/layout/suche-top.gif) top left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 10px;
	line-height: 15px;
	font-size: 12px;
	color: #000080;
	font-weight: normal;
}

#suche_form {
	background-color: #EAC660;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 8px;
	width: 172px;
}

#pfeil_suche {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.suchen_text_blau {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #000080;
	font-size: 11px;
}

/* Mittel-Spalte */
#maincol {
	float: left;
	width: 592px;
	position: relative;
	margin: 0px 0px 35px 0px;
	padding:  0px 0px 0px 0px;
	background: #FFF;
}

/* LINKS */
/* Underlines in anderer Farbe als der Link-Text */
#maincol a { 
	text-decoration:none;
	text-decoration: underline;
}

#maincol a:link { 
	color: #EAC660; 
}

#maincol a:visited { 
	color: #EAC660; 
}

#maincol span { 
	background: transparent; 
	color: #000080; 
}

#maincol a:hover { 
	color: #000080; 
	background: transparent;  
	text-decoration:underline; 
}

#maincol a:hover span { 
	background: transparent; 
	color: #000080; 
}

#maincol a:active, 
#maincol a:active span { 
	text-decoration:underline; 
	color:#000080; 
	background: #EAC660; 
}

/* Main-Content - gesamte Breite */
#content {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 6px;
	border-bottom: 0px solid #EAC660;
}

.content_top {
	background: transparent url(../images/layout/main-content-header.gif) top left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	width: 580px;
	font-weight: bold;
}

.content_box {
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 35px 20px;
	border: 1px solid #EAC660;
	width: 538px;
}

.anker_top {
	border: #CCCCCC 0px solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 430px;
}

/* Main-Content - halbe Breite  */
.content_halb_links {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 6px;
	border-bottom: 0px solid #EAC660;
	float: left;
}

.content_halb_rechts {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 6px;
	border-bottom: 0px solid #EAC660;
	float: right;
}

.content_halb_top {
	background: transparent url(../images/layout/halb-content-header.gif) top left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	width: 280px;
}

.content_halb_box {
	background: #FFF; 
	margin: 0px 0px 0px 0px;
	padding: 20px 15px 20px 15px;
	border: 1px solid #EAC660;
	width: 250px;
}

/* Content / Inhalte */
.image_float_rechts {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.image_float_links {
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.text_float_recht {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;	 
}

.text_float_links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;	 
}

.content_center {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 70px; 
}

.rahmen {
	border: 1px solid #EAC660;
}

.teaser_text {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}

/* Rechte Spalte */
#rightcol {
	width: 150px; /* hack keeps NN4 right column right? */
	float: left;
	position: relative;
	margin: 0px;
	background: #FFF;
	padding: 0;
}

/* Feature-Kasten 1-3 */
.feature {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 11px;
	color: #333333;
	width: 180px;
}

.featurekasten {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #EAC660;
}

.featurekasten h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 11px;
	color: #000080;
	line-height: normal;
}

.featurekasten a {
	font-weight: bold;
	color: #000080;
	font-size: 11px;
	line-height: 14px;
}

.featurekasten_top {
	background: transparent url(../images/layout/feature-header.gif) top left no-repeat;
	margin: 12px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.featurekasten_box {
	background: #EAC660; 
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 5px 10px;
 	line-height: 13px;
	border-bottom: 1px solid #FFF;
}

.featurekasten_image {
	background: transparent; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*height: 140px;*/
	border-bottom: 1px solid #FFF;
}
	
/* Footer und Inhalt */
#footer {
	background: url(../images/layout/footer-schadow.jpg) top left no-repeat;
	height: 25px;
	width: 1008px;
	padding: 0px 0px 50px 0px;
}

/* Footer linke Seite */
#footer_links {
	height: 25px;
	background: transparent;
	margin: 0;
	float: left;
	padding: 25px 0 0 15px;
	font-size: 10px;
}

.copyright a {
    cursor: text;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

/* Footer rechte Seite */
#footer_rechts {
	height: 25px;
	background: transparent;
	margin: 0;
	float: right;
	padding: 25px 15px 0 0;
}

div#footer_rechts a:link,
div#footer_rechts a:visited {
	background: transparent url(../images/layout/pfeil-gelb-rechts.gif)  6px no-repeat;
	color:#000080;
	text-decoration: none;
	display:block;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 0px 7px;
	float: left;
	font-size: 11px;
}

div#footer_rechts a:hover,
div#footer_rechts a:active {
	color:#000080;
	background: transparent url(../images/layout/pfeil-gelb-rechts.gif)  6px no-repeat;
	font-weight: normal;
}

/* Text-formatierung */
h1 {
	font-size: 14px;
	color: #000080;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

strong {
	color: #454545;
}

.blau {
	color: #000080;
	font-weight: bold;
}

.unilog
.unilog a {
	color: #AE1E2B;
	font-weight: bold;
	text-decoration:none;
}

.font_size_14px {
	font-size: 16px;
}

/* * * ALLGEMEINE ANGABEN * * */
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	line-height: 1.4em;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
}

/* Bilder */
img {
	border: 0px solid #fff;
}

/* Clear all Floats */
.clr {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

/* olemedien */
#orange {
	color: #ff6600;
}

#olemedien a:link, 
#olemedien a:visited {
	background : transparent;
	text-decoration : none;
	color : #ff6600;
	font-weight : normal;
}

#olemedien a:hover, 
#olemedien a:active {
	background : transparent;
	text-decoration : underline;
	color : #ff6600;
	font-weight : normal;
}
