* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	font-family: inherit;
}
ul li {
	
}

html, body {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(60,60,60);
	/*
	background-image: url(../backgroundBild/Hintergrundgrafik_Holz.jpg);
	background-attachment: fixed;
	*/
}

#bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	/*display:none;*/
}

/* Mindestgr��e des Bildes - wird der Bildschirm kleiner als 1024px wird nicht mehr weiter skaliert  */
@media screen and (max-width: 1024px) {/* Specific to this particular image */
	#bg {
		left: 50%;
		margin-left: -512px; /* 50% */
	}
}

#display {
	background-color: #fdfdfd;	
	width: 940px;
	position: relative;
	top: 0;	
	z-index: 100;
	margin: 0 auto 0 auto;
	
}

/* Header Bereich  */
#header {
	height: 204px;
	width: 940px;
}
#logo {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	width: 549px;
	height: 124px;
}
ul.nebennavi {
	float: right;	
	margin-right: 40px;
	list-style: none;
	position:relative;top:-125px;
}
ul.nebennavi li {
	display: block;
	float: right;
	padding-left: 40px;
}
ul.nebennavi li a {
	font-size: 15px;
	text-decoration: none;
	color: rgb(60,60,60);
}
ul.nebennavi li a.aktivLink {
	color: #008290;
}
ul.nebennavi li a:hover {
	color: #008290;
}


/* Hauptnavibereich  */
#navi {
	clear: both;
	background-image: url(../backgroundBild/SHS_Navileiste_inaktiv_1060x30px.jpg);
	height: 31px;
	width: 940px;
}
.sf-menu {	
	list-style: none;	
}
.sf-menu a {	
	/*border-left:	1px solid #FF7573;
	 border-left:	1px solid #FFF;
	background-image: url(backgroundBild/SHS_Navileiste_inaktiv_1060x30px.jpg);*/
	text-decoration: none;
	color: rgb(250,250,250);
	font-size: 14px;
	text-shadow: 1px 1px 1px #666666;
	display: block;
	position: relative;
	padding-top:7px;
	/*filter: dropshadow(color=#666666, offx=1, offy=1);*/
}
.sf-menu a, .sf-menu a:visited {/* visited pseudo selector so IE6 applies text colour*/
	color: rgb(250,250,250);
}
.sf-menu li {
	width: 100px;
	height: 29px;
	border-right: solid white 1px;
	text-align: center;
	float: left;
	position: relative;
	/*background:		#E60003;
	 background: rgba(241, 210, 86, 0.06);
	 background: rgba(255, 255, 255, 0.05);*/
}
.sf-menu li.aktivLink {
	outline: 0;
	color: rgb(250,250,250);
	background-image: url(../backgroundBild/SHS_Navileiste_aktiv_1060x30px.jpg);
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background: #ccc;
	 background: rgba(0, 0, 0, 0.3);*/
	outline: 0;
	color: rgb(250,250,250);
	background-image: url(../backgroundBild/SHS_Navileiste_aktiv_1060x30px.jpg);
}
#space {
	float: left;
	height: 30px;
	width: 40px;
	border-right: solid white 1px;
}
#search {
	float: right;
	margin-right: 1px;
	height: 30px;
	width: 275px;
}
#suchfeld {
	width: 150px;
	height: 20px;
	margin-top: 5px;
	/*-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	 box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);*/
	background-image: url(../backgroundBild/Kontaktformular_Leiste1.jpg);
}
#suchfeld_senden {
	background: transparent;
	height: 21px;
	color: rgb(250,250,250);
	font-size: 14px;	
	cursor: pointer;
}

/* Teaserbereich (gro�e Grafik mit Schnickschnack)  */
#teaser {
	clear: both;
	width: 940px;
	height: 400px;
	margin-top: 20px;
}

#dieNeueDiashow{
	width: 940px;
	height: 400px;
}

/* Inhaltsbereich */
#contentHolder {
	width: 940px;
	background-color: #008290;
	background-image: url(../backgroundBild/SHS_Navikasten.jpg);
	background-repeat: no-repeat;	
}
/* linke Spalte mit Unternavi  */
#unternaviConti{
	float: left;
	width: 250px;
}
#unternaviConti ul.unternaviMenu{
	list-style: none;
	margin-left:40px;
	margin-top:44px;	
}
#unternaviConti ul.unterUnternaviMenu{
	list-style:disc;
	margin-left:15px;
	margin-bottom:20px;	
}
#unternaviConti ul.unterUnternaviMenu li{
	color:white;
}
#unternaviConti a{
	text-decoration: none;
	color:white;
	font-weight:bold;
}
#unternaviConti a:hover{	
	text-decoration: underline;
}
#unternaviConti a.aktiv{
	text-decoration: underline;
}
#unternaviConti h2 {
	color: #3C9F9F;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;	
}
#unternaviConti h3 {	
	font-size: 13px;	
}
#unternaviConti p {
	margin-bottom: 16px;		
}
#kontaktLinksKasten{
	padding-left:20px;
	padding-right:10px;
	padding-top:44px;
	color:white;
}

/* rechte Spalte mit Inhalten */
#contentText {
	padding: 40px;	
	width: 610px;
	float: right;
	background-color: #fff;	
	min-height:400px;
}
#contentText a{
	color: rgb(60,60,60);
	text-decoration: none;
}

#contentText a:hover{	
	text-decoration: underline;
}

#contentText h1 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #3C9F9F;
	text-transform: uppercase;
}
#contentText h2 {
	color: #3C9F9F;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;	
}
#contentText h3 {	
	font-size: 13px;	
}

#contentText p {
	margin-bottom: 16px;		
}
#contentText div {
	margin-bottom: 16px;		
}

#contentText table {
	border-collapse:collapse;		
}

#contentText table td{
	border: solid #bbbbbb 1px;
	min-width:100px;
	vertical-align:top;
	padding:20px;
}

#contentTextPage ul {
	margin-left: 15px;		
}
a.nachOben{
	text-decoration: none;
	font-weight:bold;
	color:black;
}

img.logo{
	margin-right:40px;
	margin-bottom:20px;
	margin-left:60px;
	-webkit-box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 2px 2px rgba(0, 0, 0, 0.3);
}

ul#sitemapList{
	margin-left:0;
}

ul#sitemapList li{
	list-style: none;
	
}
ul#sitemapList ul li ul{
	list-style: none;
	margin-left:15px;
}
a.sitemap{
	text-decoration:none;
	color: rgb(60,60,60);	
}
a.sitemap:hover{	
	color: #008290;	
}

#kontaktformtab{
	
}
#kontaktformtab td.ktd{
	padding-right:10px;
	padding-bottom:10px;
	padding-left:0;
	padding-top:0;
	vertical-align:top;
	border:0;	
	min-width:50px;
}
.formfeld{
	width:465px;
	border:solid #ccc 1px;
	font-size: 13px;
}
.textfeld{
	width:465px;
	height:300px;
	border:solid #ccc 1px;
	font-size: 13px;
}
.formbutton{
	border:solid #ccc 1px;
	font-size: 13px;
	padding:1px 2px 1px 2px;
}

/* dummer Footer um float zu canceln */
#footer{
	position:relative;
	top:-40px;		
	clear: both;
	height: 0;
	width: 0;		
}







