@charset "UTF-8";
/**
  * generel style
  */
html {
	height:100%;	
}
body {
	color:#000;
	background:#fff;
	text-align:center;
	height:100%;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.clearer { 
	clear:both; 
}
a img, img  { 
	border: none; 
	overflow:hidden; 
	display:block; 
}
.green {
	color:#9CBD00;
}
.offscreen, .skip {
	left:-1000em;
	position:absolute;
}


/**
  * typo style
  */
h1 { 
	font-size:30px; 
	color:#9CBD00; 
	padding-bottom:30px;
	text-transform:uppercase;
}
ul { 
	font-size:13px; 
	color:#666;
	list-style:none;
}
p { 
	font-size:13px; 
	color:#666; 
	line-height:20px; 
	padding-bottom:15px;
}
a {
	text-decoration:none; 
	color:#666;
	font-size:13px; 
}
a:hover { 
	color:#666; 
}

/**
  * structure and arrangement
  */
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1000px;
	height:100%;
	bottom:-1px;
}
	
	#nonfooter {
		float:left;
	}

		#header {
			float:left;
			width:1000px;
			height:263px;
			background:url(../images/bg-header.jpg) no-repeat top left;
			position:relative;
		}
		
		#body {
			float:left;
			border-left:1px solid #ececec;
		}
			
			#navigation {
				float:left;
				width:249px;
			}
			
			#content {
				float:left;
				width:480px;
				padding-left:60px;
			}
				#image {
					padding-bottom:20px;
				}
		
	#footer {
		float:left;
		width:100%;
		height:44px;
		position: relative;  /* Needed for Safari */
		background:#fff url(../images/bg-footer.gif) no-repeat top right;
	}
	
/**
  * header - logo
  */
#header .logo {
	float:left;
	padding:35px 0 0 150px;
}

/**
  * header - servicenav
  */
#header .servicenav {
	float:right;
	width:180px;
	height:200px;
	padding-top:38px;
	padding-right:17px;
}
* html #header .servicenav {
	padding-top:30px;
}
#header .servicenav ul li {
	width:100%;
	height:23px;
	margin-bottom:7px;
}
#header .servicenav ul li a {
	display:block;
	line-height:23px;
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	padding-left:10px;
}
#header .servicenav ul li a.s1 {
	background: url(../images/terminanfrage-normal.jpg) no-repeat top left;
}
#header .servicenav ul li a.s2 {
	background: url(../images/anfahrt-normal.jpg) no-repeat top left;
}
#header .servicenav ul li a.s3 {
	background: url(../images/lob-kritik-normal.jpg) no-repeat top left;
}

#header .servicenav ul li a.s1:hover{
	color:#9CBD00;
	background: url(../images/terminanfrage-over.jpg) no-repeat top left;
}
#header .servicenav ul li a.s2:hover {
	color:#9CBD00;
	background: url(../images/anfahrt-over.jpg) no-repeat top left;
}
#header .servicenav ul li a.s3:hover {
	color:#9CBD00;
	background: url(../images/lob-kritik-over.jpg) no-repeat top left;
}
#header .servicenav ul li a.selected {
	color:#9CBD00;
}


/**
  * header - language
  */
#header .language {
	position:absolute;
	bottom:10px;
	right:7px;
}
#header .language ul li {
	float:left;
	padding-left:10px;
}

/**
  * navigation
  */
#navigation ul {
	width:100%;
	border-right:1px solid #f2f2f2;
}
#navigation ul li {
	text-align:right;
	padding:5px 0;
	
}
#navigation ul li a {
	display:block;
	padding-right:35px;
	border-right:4px solid #fff;
	text-transform:uppercase;
	color:#9CBD00;
	font-size:14px; 
	line-height:20px;
}
#navigation ul.e1 li a:hover {
	border-right:4px solid #ececec;
	background:url(../images/mainnav-over.jpg) no-repeat right top;
	color:#fff;
}
#navigation ul.e1 li a.selected {
	border-right:4px solid #ececec;
	background:url(../images/mainnav-over.jpg) no-repeat right top;
	color:#fff;
}
#navigation ul.e2 {
	padding-top:3px;
}
#navigation ul.e2 li {
	padding:2px 0;
}
#navigation ul.e2 li a {
	border-right:4px solid #fff;
	background:#fff;
	color:#9c9c9c;
	font-size:12px;
	line-height:18px;
}
#navigation ul.e2 li a:hover {
	border-right:4px solid #ececec;
	background:#fff;
	color:#666;
}
#navigation ul.e2 li a.selected {
	background:#fff;
	color:#666;
}


/**
  * content
  */
#content a {
	color:#9CBD00;
}
#content a:hover {
	color:#666;
}
#content ul {
	font-size:13px; 
	color:#666; 
	padding-bottom:15px;
	padding-left:12px;
	list-style:disc;
}
#content ul li {
	line-height:20px; 
}

/**
  * footer
  */
#footer .copy {
	float:right;
	width:690px;
	padding-top:15px;
}
#footer .copy a {
	color:#a0a0a0;
	text-transform:uppercase;
	font-size:12px;
}
#footer .copy a:hover {
	color:#9CBD00;
}

