/**
 *  Stylesheet Dr. Heidtkamp

 **/


@import 'reset.css';

* {font-family: arial, verdana, sans-serif;
   font-size:12px;
   color:#58585a;
}

strong {font-weight:bold;}


/* ------ Helper ------ */
.clear:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */


body{
	width:967px;
	margin:0 auto;
}

#head{
	width:967px;
	clear:both;
	margin:25px 0 0 0;
}

#impressum{
	width:717px;
	float:left;
	padding:11px 0 0 0;
}

#impressum a{
	text-decoration:none;
	color:#768080;
	font-size:10px;
}

#slogan{
	width:250px;
	float: left;
}

#header{
	clear:both;
	width:967px;
}

#logo{
	width:188px;
	float:left;
	padding:0 4px 4px 0;
}

#headera{
	width:354px;
	float:left;
	padding:0 4px 4px 0;
}

#headerb{
	width:166px;
	float:left;
	padding:0 4px 4px 0;
}

#headerc{
	width:247px;
	float:left;
}

#main{
	clear:both;
	width:967px;
	background: url(../_img/main_bg.gif) repeat-y;
}

#sidebar{
	width:188px;
	float:left;
	margin:0 4px 0 0;
}

#helpContainer{
	background: url(../_img/sidebar.gif) no-repeat bottom left;
}

#content{
	width:506px;
	float:left;
	margin:0 4px 0 0;
	padding:0 17px 90px 0;
}

#content h1{
	color:#FFFFFF;
	font-size:23px;
	padding:20px 0 13px 24px;
}

#content p{
	padding:0 0 16px 119px;
	line-height:16px;
}

#content a{
	text-decoration:none;
	color:#FFFFFF;
}

#content a:hover{
	text-decoration:underline;
}

#content p.space{
	padding:0 0 30px 119px;
}

#content p.approach a{
	background:url(../_img/pfeil_w.gif) no-repeat left;
	padding:0 0 0 9px;
	font-weight: bold;
	color:#58585a;
}

#navi{
	width:230px;
	float:left;
	padding:29px 0 0 17px;
}

#navi span{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#navi ul{
	line-height:16px;
	padding:15px 0 12px 0;
}

#navi ul li{
	background:url(../_img/pfeil_b.gif) no-repeat left;
	padding:0 0 0 9px;
}

#navi table thead,
#navi table tfoot{
	display:none;
}

#navi table{
	line-height:18px;
}

#navi table tbody tr td{
	padding:0 4px 0 0;
}