/*
----- bdkj-hamburg.de screen stylesheet -----
----- Daniel Dobert 2007 -----

----- Background Colours -----
Main Background: #000
Navi Background: #c00

----- Foreground Colours -----
Main Divider: #6a6a6a

----- Text Colours -----
Main Heading: #fff
Sub-Heading: #fff
Main Body: #ccc
Secondary Body: #999
Internal Link: #c00
External Link: #cf3
Internal Link Hover: #900
External Link Hover: #690

----- Dimensions -----
Site Width: 970px
Column Width: 130px
Gutter Width: 10px 

p {
	margin-top: -20px !important;   * all browsers other than IE6 *
	margin-top: -15px;              * IE6 *
}
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	font-family: Verdana, Arial, sans-serif, Helvetica; 
}

body{
	font: 76% Verdana, Arial, sans-serif, Helvetica;
	background-color : #FFF;
}


div#header {
	height: 116px;
	padding-left:10px;
	background: url(bdkj_FILES/header01.jpg) repeat-x 0 0px;
}

div#wrapper{float:left;width:100%}

div#content{
	margin: 0 200px;
	background-color : White;
}

div#extra{
	float:left;
	width:200px;
	margin-left:-200px;
	background-color: #EDF7FF;
}

div#footer {
	clear:left;
	margin-top: 30px;
	width:100%;
	background-color: #EDF7FF;
}
div#footer p{
	padding:5px 10px;
	text-align : center;
	color: #0078AD;
}


/* Navigation */
div#navigation{
	float:left;
	width:180px;
	margin-left:-100%;
	padding-top: 20px;
	background-color: #0078AD;
}

#navigation a {
	color: #0078AD;
	background-color : #EDF7FF;
	display: block;
	font-size: 1.1em;
	font-weight : bold;
	margin: 5px 10px 0 15px ;
	padding: 3px;
	text-decoration : none;
}

#navigation a:hover {
	color: #FF0000;
	border-right : 3px solid #FF0000;
}

#navigation .navi-active {
	color: #FF0000;
	border-right : 3px solid #FF0000;
}

/* #navigation a:visited {
	color : #A5C9E9;
} */

#navigation ul li ul li a { /* zweite Ebene */
	color: #0078AD;
	display: block;
	font-size: 0.9em;
	margin: 2px 10px 0 30px ;
	padding: 1px;
	text-decoration : none;
}

/* Navigation End */


A:link {
	background-color : transparent;
	color : #0078AD;
	text-decoration : underline;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color : #A5C9E9;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : underline;
}
A:active {
	background-color : transparent;
	color : navy;
	font-weight : bold;
	text-decoration : none;
}


SELECT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}


H1 {
	font-size : 18px;
	color : black;
	margin-top : 10px;
}
H2 {
	font-size : 15px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-size : 12px;
	color : #666666;
	margin-top : 10px;
}
H4 {
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}
.subhead1 {
	font-size : 10px;
	color : black;
}
.subhead2 {
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-size : 10px;
	color : red;
}
.headerdate {
	font-size : 10px;
	color : Green;
	font-weight: normal;
}


#content img {
	margin: 0 10px 0px;
}

#content P {
	margin: 0 10px 0px;
	font-size : 11px;
	line-height : 180%;
}

#content ul{
	margin: 0 10px 0px;
	font-size : 11px;
	line-height : 180%;
	padding-left: 20px;
}

.caption {
	font-size : 10px;
	color : #FF9966;
}
.bulletlist {
	font-size : 10px;
	color : #6600CC;
}

/* Tabellenformatierung */
.contenttable {
	font-size: 12px;
}

.td-0 {
	text-align: left;
	vertical-align : top;
}



.searchform {
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}




.loginform {
	font-size : 14px;
	color : #CC0000;
	font-weight : normal;
}




.mailform {
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}






.filelinks {
	font-size : 14px;
	color : #990000;
}
.filelinkssize {
	font-size : 14px;
	color : Green;
}



.sitemap1 {
	font-size : 12px;
	color : #CC6600;
}
.sitemap2 {
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}
.sitemap3 {
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}
.sitemap4 {
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}


.celmenu {
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}

.rootline{
	font-size : 9px;
	margin-top: -2px;
	margin-left: 2px;
}

.rootline A:link {
	background-color : transparent;
	color : #0078AD;
	text-decoration : none;
	font-weight : bold;
}

/* .csc-header h1 {
	border: 1px solid #0078AD;
	background-image: url(bohrer_kl.gif);
	background-repeat : no-repeat;
	padding-left: 19px;
} */

.csc-header h1 {
	border-bottom: 1px solid #0078AD;
	padding-left: 0px;
	margin-bottom:5px;
}


