/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus (Standart - Weite CSS für bestimmte Themenbereiche beachten!!!)

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");
	@import url("cms.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #4c4b4b;
	font-size:13px;
}

body {
	background: url(../images/bg.jpg) repeat-x;
}

h1{
	font-size: 32px;
	color: #006acc;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #4c4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 38px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 470px;
	text-align:right;
	font-weight:lighter;
	padding: 40px 60px 0 0;
}

p {
	margin: 0 0 20px 0px; line-height: 18px;}
	
.floatende {clear: both;}
hr {margin: 0 0 20px 0; color: #FFFCED; background:none; border-top: dashed 1px #ccc; height: -1px;}
.unsichtbar  {display: none;}
.noborder { border: none;}

/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

html, body {
	height:100%;
}

#dafloatkilla2k {
	clear:left;
	float:none;
}

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto -60px auto;
	min-height:100%;
}

*html #wrapper {
	height:100%;
}

#head{
	height: 333px;
	width: 955px;
	clear:both;
	float:left;
}

#logo{
height: 48px;
    margin-top: 0;
    padding: 20px 0 0 67px;
    width: 888px;
	background:url(../images/logo.jpg) no-repeat scroll 670px 24px transparent;
}

#banner{
	width: 535px;
	height: 265px;
	text-align:right;
	background:url(../images/bg_index.jpg) no-repeat 45px top;
	padding: 0 0 0 425px;
}

#navi {
	float:left;
	width: 242px;
	padding: 0 0 0 67px;
/*	height: 300px;*/
}

#content {
	float:left;
}

#headline{
	height: 95px;
	padding: 0 0 0 55px;
}

.layer_left{
	float:left;
	width: 251px;
	padding: 0 15px 10px 55px;
	border-right: solid 1px #ece8e8;
	position:relative;
	z-index: 4;
}

.layer_right{
	float:left;
	width: 251px;
	padding: 0 0 10px 15px;
	position:relative;
	z-index: 2;
}
.partner{
 	float:left;
	width: 450px;
	padding: 0 15px 10px 55px;
	position:relative;
	z-index: 2;
}
.stellenan{
 	float:left;
	width: 500px;
	padding: 0 15px 10px 55px;
	position:relative;
	z-index: 2;
}

#footer{
	clear:left;
	height:40px;
	position:relative;
	width: 800px;
	margin: 0 auto;
	background: #808a93;
	text-align:right;
	background:url(../images/bg_footer.jpg) repeat-y;
	padding: 0 70px 0 85px;
	border-top: solid 20px #fff;
	z-index: 10;
}

#subnavi{
	width:265px;
	float:left;
	height: 20px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation 


---------------------------------------------------------- Hauptnavi  ----------------------------------------------------------------*/

#navi  ul{
	margin: 0px;
	padding: 0px;
	width: 242px;
}

#navi  ul li{
	margin: -1px 0 -1px 0px;
	padding: 0px;
	width: 242px;
	

}

#navi  ul li ul li{
	margin: -1px 0 0 0px;
}

#navi a{
	display:block;
	text-align:right;
	padding: 10px 10px 10px 0 ;
	height: 17px;
	text-decoration:none;
	color: #4c4b4b;
	line-height: 14px;	
	border-bottom: solid 1px #ece8e8;
	width: 232px;
}

#navi  ul li ul{
	margin: 0;
	padding: 0;
	display:none;
}

#navi  ul li ul li a{
	display: block;
	text-align:right;
	padding: 3px 10px 3px 0 ;
	text-decoration:none;
	color: #4c4b4b;
	height: 18px;
	background: #faf5f5 url(../images/bg_navi.jpg) repeat-y;
}

#navi a:hover{
	color:#000;
	background: #ece8e8 url(../images/bg_navi.jpg) repeat-y;
}

---------------------------------------------------------- Subnavi  ----------------------------------------------------------------*/

#subnavi ul{

}

#subnavi li{
	float: left;
	padding: 15px 7px 0 7px;
}

#subnavi a{
	color: #333;
	text-decoration:none;
}

#subnavi a:hover{
	text-decoration: underline;
}	

/*######################################################################################################
######################################################################################################*/

/* 4. Content */


.bildborder {
	border: 1px solid #ccc;
	padding: 2px;
	background:#FFF;
	margin: 3px 2px 0 0;
}

.bildborder:hover{
	border: 2px solid #ccc;
	padding: 1px;
}

.floatleft{
	float: left;
}

.floatright {
	float: right;
}

#footer label{
	float: right;
	text-align:left;
	width: 185px;
	height: 30px;
	font-size: 12px;
	color:#FFF;
	padding: 5px 0 0 0;
}

#wrapper #content .layer_right ul, #wrapper #content .layer_left ul{
	margin: 10px 0 20px 0;
}

#wrapper #content .layer_right ul li, #wrapper #content .layer_left ul li{
	padding: 5px 0 5px 0;
	border-bottom: dashed 1px #ece8e8;
	font-size: 12px;
	position:relative;
	overflow:visible;
	background:#fff;
}


/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a, .escape span{
	text-decoration: underline;
	color:#006EAB;
}


a:hover, a:hover span{
	text-decoration:underline;
	color: #333;
}

a[href$=".pdf"] {
 padding: 4px 0 4px 55px;
 background: url(../images/pdf.gif) no-repeat 0 50%;
 line-height: 30px;
}

/*######################################################################################################
######################################################################################################*/

