@charset "UTF-8";
@media print {
/* PRINT */

#line1, #line2, #nav, #footer_nav, #footer_cities { display:none; }
body { text-align:left; margin:0; }
#page, #page_margins, #main, #col1, #col1_content, #header, #inhalt, #vtext, #vtext_rechts, #vtext_links { margin:0; text-align:left; margin-left:0px; margin-right:0px; }
}
@media all {
	/***
	* Init
	***/
  * { margin:0; padding: 0; }
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }
  html { height: 100%; margin-bottom: 1px; }
  body { font-size: 100.01%; text-align: center; }
  body { overflow-y: scroll; }
  fieldset, img { border: 0 solid; }
  ul, ol, dl { margin: 0 0 1em 1em }
	a { font-size: 11px; color: #526F75; text-decoration: none; }

  li { margin-left: 1.5em; line-height: 1.5em; }
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }
  blockquote { margin: 0 0 1em 1.5em; }
  #header { position:relative; }
  #header, #nav, #main, #footer { clear:both; }
  #col1_content, #col2_content, #col3_content { position:relative; }
  .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  .clearfix { display: block; }
  .floatbox { overflow:hidden; }
  #ie_clearing { display: none; }
  
  /***
	* Struktur
	***/
	#page_margins { margin-top:8px; }
	#page {
		width: 950px; 
		margin: 0 auto;
		text-align: left; 		
	}
  #header {
	background-color: #fdfbf6;
	height: 55px;
	line-height: 90px;
	text-align: center;
	padding-top: 35px;
  }
  #nav {
  	height: 16px;
  	line-height: 16px;
  	text-align: center;
  }
	#inhalt {
		height: auto;
		min-height: 385px;
		overflow: visible;
		background-color: #fdfbf6;
		position: relative;
	}
	#footer_nav {
  	height: 16px;
  	line-height: 16px;
  	text-align: center;
	}
	#footer_cities {
	height: 35px;
	line-height: 65px;
	text-align: center;
	background-color: #fdfbf6;
	padding-top: 30px;
	}
	#inhalt {
		padding: 45px 45px 35px 35px;
	}
  
  /***
	* Format
	***/
  body {
  	font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #000000;
	  background-color: #526f75;
  }
  
  #header {
  	font-size: 18px;
  	color: #526f75;
  	font-variant: small-caps;
  	letter-spacing: 0.7em;
  	font-weight: bold;
  }
  
  p {
  	margin-bottom: 8px;
  }
  
  /***
	* Inhalt
	***/
	#line1 {
	text-align: center;
	font-variant: small-caps;
	font-size: 16px;
	color: #526f75;
	margin-bottom: 30px;
	word-spacing: 40px;
	}
	#line2 {
	text-align: center;
	font-variant: small-caps;
	font-size: 12px;
	color: #526f75;
	padding-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
	word-spacing: 20px;
	}
  #textonly {
  	margin-left: 150px;
  	margin-right: 100px;
  	text-align: justify;
		width: 600px;
  }
  #vimage {
  	width: 150px;
  	float: left;
  }
  #vtext {
  	margin-left: 150px;
  	text-align: justify;
  	margin-right: 100px;
  }
.head_funktion {
	padding-left: 30px;
}
#vtext_links
 {
	float: left;
	width: 380px;
}
#vtext_rechts {
	margin-left: 380px;
	width: 220px;
}

#home {
	background-color: #fdfbf6;
	text-align: center;
	height: auto;
	min-height: 485px;

}
}
.home_h {
	padding-top: 100px;
}
.scrollable {
	position:relative;
	overflow:hidden;
	height:15px;
	margin-top: 120px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	padding-left: 70px;
	padding-right: 70px;
}
}

