@charset "utf-8";
/* CSS Document */









/* Bugfix FF */
html {
	height: 100%;
	padding: 0 0 1px 0;
}


body {
	margin: 0;
	padding: 0;
	color: #363327;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background-image: url(../images/bg_site02.gif);
	background-repeat: repeat;
	background-color: #0BA7E4;
	
}


  .scrollbar {
  scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#0ba7e8;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	
	}
	
	
	
	/* Slideshow  */

#slideshow-container	{ width:4940px; height:420px; position:relative; }
#slideshow-container img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}



/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;	
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}


h1 {
	color: #0ba7e4;
	font-size: 170%;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	
}


h2 {
	
	font-size: 110%;
}


h3{
	font-size: 100%;
	font-weight: bold;
}



a img { 
	border: none;
}


a:link, a:visited {
	color: #0ba7e4;
	text-decoration: underline;
}


a:hover, a:active, a:focus {
	text-decoration: none;
}


hr { /* ~~ Horizontale Linie um Bereiche zu trennen ~~ */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0BA7DC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.container {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 10px solid #FFF;
	background-color: #FFF;
}





.header {
	height: 194px;
	position: relative;
	background-color: #E8E2CE;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



 /* ~~ HeaderNavigation  ~~ */

.topnavi {
	position: relative;
	margin-top: 160px;
	margin-left: 220px;
	float: left;
}
.logo {
	margin-top: 10px;
	float: left;
}



.topnavi a:link, .topnavi a:visited {
	text-decoration: none;
	padding-right: 25px;
	padding-left: 5px;
	color: #3a3939;
	font-size: 18px;
	background-image: url(../images/stern_gr.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	float: left;
}
.portfolio {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}



.topnavi a:hover, .topnavi a:active {
	text-decoration: underline;
	color: #0ba7e4;
}


.topnavi .aktiv a,  .topnavi .aktiv  {
	text-decoration: none;
	color: #0ba7e4;
}



 /* ~~ Hauptinhalt~~ */
.content {
	width: 940px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	

	
}

.content_scroll {
	width: 940px;
	margin: 0px;
	height: 440px;
	overflow: auto;


	
}



.content_text {
	width: 520px;
	margin-left: 400px;
	padding-right: 20px;	

	
}


.content ul, .content ol, .content_scroll ul, .content_scroll ol { 
	padding: 0 15px 15px 40px; 
}




	
	
	
	
/* ~~ Stile für die Fußzeile ~~ */
.footer {
	position: relative;
	clear: both;
	height: 80px;
	text-align: left;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #E8E2CE;
}


.impressum a {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;	
	}


.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im .container) platziert werden, wenn .footer entfernt oder aus dem .container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
