* {
	margin:0;
	padding:0;
	border:0;
	}
html[xmlns^="http"]
	{
	/* verhindert Mozilla-Zucken
	* > Firefox 1.5
 	*/
	overflow-y: scroll;
	}
h1	{
	font-size:17px;
	font-weight:normal;
	color: #01AFE9;
	margin:0 0 15px 0;
	border-bottom:#CCC 1px dashed;
	padding-bottom:7px;
	font-family: Arial, Verdana, sans-serif;
	}
h2	{
 	font-size:12px;
	font-weight:normal;
	color:#996633;
	padding-bottom:5px;
	}
h3	{
	font-size:17px;
	font-weight:normal;
	color: #666;
	margin:15px 0 0 0;
	border-bottom:#CCC 1px dashed;
	padding-bottom:7px;
	font-family: Arial, Verdana, sans-serif;
	}
h4	{
	font-size:17px;
	font-weight:normal;
	color: #666;
	margin:0;
	border-bottom:#CCC 1px dashed;
	padding-bottom:7px;
	font-family: Arial, Verdana, sans-serif;
	}
h5	{
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-bottom:5px;
	}
	
body{
	text-align: center;
	background: #CECECE url("../css/bg_body.gif") top left repeat-x;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 140%;
	}
#wrapper{
	margin: 0 auto;
	text-align:left;
	width:950px;
	background: url("../css/bg_wrapper.gif") top left repeat-y;
	}
#head{
	height: 100px;
	width: 950px;
	float:left;
	background:#5F5F64;
	border-bottom: 10px solid #fff;
	}
#logo{
	position: absolute;
	margin: 10px 0 0 0;
	}
#mininav {
	position: absolute;
         width:220px;
	margin:7px 0 0 750px;
	color:#ccc;
	font-size:11px;
	}
#mininav ul{
	margin:0 0 7px 0;
	padding:0;
	}
#mininav li{
	display:inline;
	padding-right:17px;
	}
#mininav a{
	color:#CCC;
	text-decoration:none;
	}
#mininav a:hover{
	color:#01AFE9;
	text-decoration:none;
	}
#mininav a.active{
	color:#01AFE9;
	}
.searchform{
	width: 160px;
	background: #999;
	color: #fff;
	font: normal 11px Arial, sans-serif;
	color: #fff;
	border: 0;
	padding: 3px
	}
.searchsubmit{
	width: 23px;
	background:#999;
	color: #fff;
	font: normal 11px Arial, sans-serif;
	color: #fff;
	border: 0;
	padding: 1px;
	cursor: hand;
	margin-left: 5px;
	}
html>body .searchsubmit	{
	padding: 2px;
	}

#columLeft{
	float:left;
	width:210px;
	}
#subnavi{
	width:209px;
         background:#FFF;
	}
#subnavi ul	{
	margin: 0 0 0 10px;
         padding-bottom:10px;
	width:190px;
	}		
#subnavi li{
	list-style-type:none;
	background:url("../css/bulletsecondnav.gif") 0 10px no-repeat;
	padding: 5px 0 5px 8px;
	border-bottom: #ccc 1px dashed;
	}	
#subnavi li a{
	color:#666;
	text-decoration:none;
	}
#subnavi li a:hover{
	color:#01AFE9;
	}
	
#subnavi li.active{
	background:/*#fff */url("../css/bulletsecondnavactive.gif") 0 10px no-repeat;
	}
#subnavi li.active a{
	background:none;
	color:#01AFE9;
         font-weight:bold;
	}


ul#sub	{
	margin: 0 0 0 0;
	border:0;
	width:170px;
         padding-bottom:0;
	}
ul#sub li{
	background:url("../css/bulletsecondnav.gif") 0 10px no-repeat;
	margin: 0;
	padding: 5px 0 0 8px;
	border:0;
	font-weight:normal;
	}
#subnavi ul#sub li a{
	background:none;
	color:#666;
	padding: 5px 0 0 0;
	font-weight:normal;
	}
#subnavi ul#sub li a:hover{
	color:#01AFE9;
	}
#subnavi ul#sub li.active a{
	background:none;
	color:#01AFE9;
	padding: 5px 0 0 0;
	font-weight:normal;
	}

#ani    {
	float:left;
	}

#contentwrap{
	float:left;
	width:740px;
	margin-bottom:40px;
	}
#areaimg{
	float:left;
	border-bottom: 10px solid #fff;
	}
	
#content{
	float:left;
	width:470px;
	margin:30px 0 0 10px;
	}
html>body #content	{
	margin:30px 0 0 20px;
	}
#content p{
	padding: 0 0 12px 0;
	}
#content ul{
         margin: 0 0 15px 16px;
	}
#content li{
	list-style-type:square;
	padding: 0 0 7px 0;
	}
#content a, #sidebar a{
	color: #01AFE9;
	text-decoration:underline;
	}

#content ul.pdf{
         margin: 0 0 15px 0;
        }
#content ul.pdf li{
	list-style:none;
	padding: 6px 6px 6px 33px;
         background:url("../css/acrobat_icon.gif") 4px 3px no-repeat;
	border:#d6d6d6 1px solid;
	}

#content ul.download{
         margin: 0 0 15px 0;
        }
#content ul.download li{
	list-style:none;
	padding: 6px;
        border:#d6d6d6 1px solid;
	}
#sidebar{
	float:right;
	width:190px;
	margin-top:30px;
	padding-right:10px;
	}
#sidebar h1	{
	font-size:17px;
	font-weight:normal;
	color: #666;
	margin:0 0 15px 0;
	border-bottom:#999 1px dashed;
	padding-bottom:7px;
	}
#sidebar p{
	font-size:11px;
	padding: 0 0 7px 0;
	}
.sidebarImg{
         margin-top:-15px;
	padding-bottom: 10px;
	}
	
#footer{
	clear:both;
	background:#fff;
	height:30px;
	border-top:#CECECE 3px solid;
	} 
#footer a{
	color:#666;
	text-decoration: none;
	}
#footer a:hover{
	color:#01AFE9;
	}
#made {
	position: absolute;
	margin: 0 0 0 875px;
	padding-top:7px;
	}

#footernav {
	width:490px;
    position: absolute;
	margin: 0 0 0 230px;
	font-size:11px;
	color:#666;
	/*border-top: #CCC 1px dashed;*/
	padding-top:7px;
	}
#address{
    background: none;
	font-size:11px;
	color:#666;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
	}
#address a{
    color:#666;
    text-decoration:none;
	}

.newsanleser{
	border-bottom: #CCC 1px dashed;
	margin-top: 20px;
	}

.grey{
	color:#666;
	}
.newsletter {
	font-size:11px;
	float:right;
	}
.newsletter a{
	color: #666;
	text-decoration:none;
	}
.infobox {
         margin-bottom:20px;
         }
.logo {
float:left;
width:100px;
height:100px;
border:1px solid #d6d6d6;
padding:3px;
margin-bottom:10px;
}

/* --------TABLE----------------- */

table {
width: 100%;
background:#fff;
color: #333;
line-height: 120%;
margin:0 0 15px 0;
}
th{
color: #fff;
font-size: 12px;
border-bottom: #d6d6d6 5px solid;
margin-right:10px;
}
td {
padding:10px 5px 15px 0;
vertical-align: top;
margin-bottom:10px;
}
td.first {
width:120px;
color:#996633;
border-top: #999 3px solid;
}
td.second{
border-top: #d6d6d6 3px solid;
}


/* --------NAVIGATION----------------- */


#mainnavi	{
	width: 530px;
	height: 20px;
	position: absolute;
	margin: 70px 0 0 220px;
	}
		
#mainnavi ul#menu	{
	height: 20px;
	width: 530px;
	background: transparent url(../css/navi.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#mainnavi ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 20px;
	display: block;
	}
	
#mainnavi ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#one	{left: 0px; width: 74px;}
#two	{left: 73px; width: 91px;}
#three	{left: 163px; width: 107px;}
#four	{left: 269px; width: 89px;}
#five	{left: 357px; width: 106px;}
#six	{left: 462px; width: 68px;}

#one a:hover	{background: transparent url(../css/navi.gif) 0 -20px no-repeat;}
#two a:hover {background: transparent url(../css/navi.gif) -73px -20px no-repeat;}
#three a:hover {background: transparent url(../css/navi.gif) -163px -20px no-repeat;}
#four a:hover {background: transparent url(../css/navi.gif) -269px -20px no-repeat;}
#five a:hover {background: transparent url(../css/navi.gif) -357px -20px no-repeat;}
#six a:hover {background: transparent url(../css/navi.gif) -462px -20px no-repeat;}

/* Navigation "Aktivstatus" */
	
li#one a.active {background: transparent url(../css/navi.gif) 0 -20px no-repeat;}
li#two a.active {background: transparent url(../css/navi.gif) -73px -20px no-repeat;}
li#three a.active {background: transparent url(../css/navi.gif) -163px -20px no-repeat;}
li#four a.active {background: transparent url(../css/navi.gif) -269px -20px no-repeat;}
li#five a.active {background: transparent url(../css/navi.gif) -357px -20px no-repeat;}
li#six a.active {background: transparent url(../css/navi.gif) -462px -20px no-repeat;}

/* Tabelle Bookmarks */
div.bookmarks {
  margin: 20px auto 0px auto;
  border: 1px dashed #cccccc;
  width:190px;
}

table.bookmarks {
  width: auto;
  margin: 5px auto 5px auto;
  line-height: 100%;
background-color:#F2F2F2;
}

th.bookmarks {
  font-size: 100%;
  border: 0;
  padding:6px 0 6px 0;
  margin:0;
}

td.bookmarks {
  padding:0px 0px 0px 0px;
  vertical-align: middle;
  margin:0px;
  padding: 8px 0px 0px 0px;
}

a.bookmarks {
  text-decoration:none;
}

a.bookmarks span {
  text-decoration:underline;
  margin-top:3px;
  font-weight:normal;
  color: #01afe9;
  background-color:transparent;
}


/* --------Login----------------- */

.dpDiv
{
}

.dpTable
{
  font-size: 12px;
  text-align: center;
  color: #505050;
  background-color: #A5B4E3;
  border: 1px solid #AAAAAA;
  margin:0;
  line-height: 100%;
  width:200px;
}

.dpTR
{
  margin:0;
  padding:0;
}

.dpTitleTR
{
  margin:0;
  padding:0;
}

.dpDayTR
{
  margin:0;
  padding:0;
}


.dpTodayButtonTR
{
  margin:0;
  padding:0;
}

.dpTD
{
  margin:0;
  padding:0;
  border: 1px solid #A5B4E3;
}

.dpDayHighlightTD
{
  margin:0;
  padding:0;
  background-color: #C2CDEF;
  border: 1px solid #AAAAAA;
}

.dpTDHover
{
  margin:0;
  padding:0;
  background-color: #94A6DE;
  border: 1px solid #888888;
  cursor: pointer;
  color: red;
}

.dpTitleTD
{
  margin:0;
  padding:0;
}

.dpButtonTD
{
  margin:0;
  padding:0;
}

.dpTodayButtonTD
{
  margin:0;
  padding:0;
}

.dpDayTD
{
  margin:0;
  padding:0;
  background-color: #738BD4;
  border: 1px solid #4C67AF;
  color: white;
}

.dpTitleText
{
  font-size: 12px;
  color: #505050;
  font-weight: bold;
}

.dpDayHighlight
{
  color: 4060ff;
  font-weight: bold;
}

.dpButton
{
  font-size: 10px;
  color: gray;
  background: #C2CDEF;
  font-weight: bold;
  padding: 0px;
}

.dpTodayButton
{
  font-size: 10px;
  color: gray;
  background: #C2CDEF;
  font-weight: bold;
}

table.login
{
  margin:0px;
  padding:0px;
  background-color: transparent;
}
table.login_bg
{
  background: transparent url(http://www.bkd.de/css/bg_contact.gif) repeat-y;
}
tr.login
{
  margin:0px;
  padding:0px;
}
td.login
{
  margin:0px;
  padding:0px;
  text-align: center;
}
td.login_offer
{
  margin:0px;
  padding:0px;
  text-align: left;
  background: transparent none;
}
td.login_offer_ue
{
  margin:0px;
  padding:0px;
  padding-left:10px;
  padding-top:3px;
  color:#000000;
  font-size: 11px;
  font-weight:bold;
  text-align: left;
}
td.loginl_offer
{
  margin:0px;
  padding:0px;
  text-align: right;
}
td.loginr
{
  margin:0px;
  padding:0px;
  text-align: left;
}
td.loginl
{
  margin:0px;
  padding:0px;
  padding-right: 5px;
  text-align: right;
}
div.login_error
{
  color: #ff0000;
}
legend.admin
{
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-size:12px;
}
legend.admin_tranzp
{
  padding-left: 5px;
  padding-right: 5px;
  font-size:12px;
}
fieldset.admin
{
  border: 1px dashed #cccccc;
  padding:10px;
}
fieldset.admin_bg
{
  border: 1px dashed #cccccc;
  padding:10px;
}
div.login_aspacer
{
  text-decoration:normal;
}
div.login_back
{
  padding-bottom:10px;
  padding-top:10px;
}
div.admin_ueberschrift
{
  font-weight: bold;
  text-decoration: underline;
}
div.admin_ueberschrift_small
{
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
}
input.login_checkbox
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #333333;
}
input.login, select.login, textarea.login
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #333333;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
input.login, option.login, textarea.login
{
 padding-left: 3px;
}
hr.login
{
  border: 0;
  border-top: 1px dashed #cccccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
ul.closed, ul.opened {
  font-size:12px;
  list-style-type:none;
  font-weight:bold;
  line-height:16px;
}

ul.closed {
  display:none;
}

ul.opened {
  display:block;
}
div.closed {
  display:none;
}

div.opened {
  display:block;
}
span.closed {
  display:none;
}

span.opened {
  display:block;
}
a.folder {
  cursor:pointer;
} 
div.login_text
{
  font-size: 12px;
}
span.login_angebotstext
{
  font-weight: normal;
}
div.login_text_ue
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
ul.login
{
  padding: 0;
}

li.login
{
  padding-bottom: 0px;
}
/* --------Login----------------- */
