@charset "UTF-8";
/**
 * Cascading Style Sheets
 * www.kardenbach.de
 * Created: 04.08.09
 * Updated: 21.10.09
 */
 
/**
  * generel information
  */
body {
	background:#484e4e;
	height: 100%;
	text-align:center;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
}
h1 		{ font-size:0.69em; color:#838d89; font-weight:normal;padding-bottom:12px;}
ul 		{ font-size:0.69em; color:#838d89; list-style:none;}
p 		{ font-size:0.69em; color:#838d89; padding-bottom:12px;}
a 		{ text-decoration:none; color:#838d89; }
a:hover		{ color:#d91f3d; }
.clearer	{ clear:both; }
.linear 	{ display:none;}
a img, img 	{ border: none; overflow:hidden; display:block; }
.red		{ color:#d91f3d; }

/**
  * structure and arrangement
  */
#Wrapper {
	width: 931px;
	height:600px;
	text-align:left;
	position:absolute; 
	left:50%;  
	top:50%;
	margin-left:-470px;    
	margin-top:-320px;
	padding:10px;
	/*background:#fff url(../images/bg-site.jpg) repeat-x top left;*/
	border:1px solid #eee;
	background:#fff;
}
	#nonfooter {
		float:left;
		width:100%;
		background:#fff;
	}
		#Header {
			background:url(../images/body-bg.gif) repeat-x top left;
			height:110px;
			position:relative;
			width:100%;
		}
			#Logo {
				float:left;
				padding:15px 0 0 10px;
			}
			#Navigation {
				position:absolute;
				bottom:0;
				left:0;
				margin:0 0 0 140px;
				width:775px;
			}
		#Body {
			width:100%;
			float:left;
			height:310px;
		}
			#Image {
				float:left;
				padding:40px 0 0 40px;
				width:390px;
			}
			#Content {
				float:left;
				width:460px;
				padding:40px 0 0 40px;
				height:219px;
				overflow:auto;
			}
		
	#Footer {
		width:930px;
		height:125px;
		text-align:left;
		float:left;
		margin-top:60px;
		/*background:url(../images/bg-footer.gif) repeat-x top left;*/
		border-top:1px solid #eee;
	}

		
/**
  * structure: mainnav, servicenav
  */
ul#Mainnav,
ul#Servicenav {
	float:left;
}
ul#Servicenav {
	margin:0 0 0 0px;
	float:right;
}
ul#Mainnav li,
ul#Servicenav li{
	float:left;
	background:url(../images/bg-nav-norm.gif) repeat-x top left;
}
ul#Mainnav li a,
ul#Servicenav li a{
	display: block;
	font-weight: 100 !important;
	text-decoration: none; 
	color:#838d89;
	line-height:19px;
	text-align:right;
	padding-left:35px;
	padding-right:5px;
}
ul#Mainnav li a:hover,
ul#Servicenav li a:hover {
	color:#000;
	background:url(../images/bg-nav-activ.gif) repeat-x ;
}
ul#Mainnav li a.selected,
ul#Servicenav li a.selected{
	color:#d91f3d;
	background:url(../images/bg-nav-activ.gif) repeat-x;
}

/**
  * structure: image, content
  */
#Content a {
	padding-left:12px;
	background:url(../images/arrow.gif) no-repeat left center;
}
#Content h1 {
	font-size:16px;
}
#Content p {
	padding-right:20px;
	line-height:16px;
	font-size:12px;
}
#Content ul {
	list-style:disc;
	padding-left:15px;
}
#Content ul li {
	line-height:14px;
}
 
/**
  * structure: footer
  */
#Footer .wrap {
	padding:20px 0px 0px 35px;
}
#Footer .image {
	float:left;
	width:110px;
}
#Footer .aktion {
	float:left;
	width:260px;
	padding-left:20px;
	padding-right:10px;
	padding-top:6px;
	border-right:1px solid #eee;
}
#Footer .kontakt {
	float:left;
	width:190px;
	padding-top:5px;
	padding-left:20px;
}
#Footer .zeit {
	float:left;
	width:230px;
	padding-top:5px;
	padding-left:10px;
}
#Footer p {
	padding-bottom:0px;
	line-height:14px;
	clear:both;
}
#Footer label {
	display:block;
	width:30px;
	float:left;
}

