html, body, p, h1, h2, h3, h4, h5 ul, ol, span, a, table, td, form, hr, div {
   margin: 	0;
   padding: 0;
}

body {
   background-image: url(HGdunkel.jpg);
}


a:link { 
	color: #26b6bb;
	text-decoration: none;
}

a:visited { color: #26b6bb; }

a:hover, a:active {
   color: #2F394D;
}

h1, h2, h3 {
   color: #2F394D;
}


#site {
   width: 1000px;
   margin: 0 0;
   text-align: justify;
   font: 12px arial, helvetica, sans-serif;
   color:black;
}


#header {
   background-repeat: no-repeat;
   background-position: 0 0;
   height: 170px;

}


/*Navigation*/
#left ul{
   padding:12px 0px 0 10px;
   list-style:none;
   height: 179px;
}

#left li{
   display:inline;
}

#left li a{
   text-decoration: none;
   padding:5px 1em 0px 1em;
   color:white;
}

	

#left {
   position:fixed;
   width: 150px;
}

#left ul{
   list-style-type: none;
   padding-left: 10px;
   margin: 0;
   background-image: url(hg_navi.png)
   
}

#left li{
   margin: 0.2em 0;
}

#left li a{
   
   color: black;
   padding:4px 4px 4px 10px;
   text-decoration:none;
   display:block;
   text-align: right;
   font-size: 1.2em;
}

#left li a:hover, #left li a.active{
   text-decoration: none;
   padding:4px 4px 4px 8px;
   color: #26b6bb
}
/*Navigation Ende*/



#right {
   float: right; 
   width: 150px;
   margin-left: 10px;
}

#right img {
	margin-left: 10px;
}



#middle {
   margin-right: 150px;
   margin-left: 150px;
   background-color:white;  
}

#top {

	text-align: right;
}

.article {
   padding: 15px 20px;
}

.article h2 { 
   font-size: 2.5em;
   color: #111;
}

.article h4 { 
   font-size: 1.2em;
   color:#999;
   margin: 0 0 10px 0;		 
}

.article strong { 
   font-size: 1em;
   color: #26b6bb;
   font-weight: normal;
   font-style: normal;
}

.article p{
   	margin: 0.5em 0;
   	font-size: 1em;
	line-height: 1.4em;
}
	
.article + .article{
   border-top :solid 1px #999;
}

#kontakt{
	height: 50px;
}

#kontakt_left{
	float:left;
}


#kontakt_right{
	float:left;
	padding-left:100px;
}

#kontakt_clear{
	claer:both;	
}

.kontakt a {
	color: black;
}

#footer{
   	clear: both;
   	background-image: url(footer2.png);
   	height: 325px;
}

#impressum {
	padding-left: 315px;
	padding-top: 310px;
}

div.slideshow {
	width: 660px;
	height: 372px;
	overflow: hidden;
	margin: 5px 0;
}
 
div.slideshowinner {
	margin-top: 0px;
	margin-left: 0px;
	height: 372px;
	width: 100%;
}
 
div.slideshowinner img {
	float: left;
	width: 660px;
	height: 372px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
 
div.slideshowlft {
	cursor: pointer;
	position: relative;
	margin-left: 0px;
	margin-top: -60px;
	margin-bottom: 170px;
	width: 30px;
	height: 60px;
background: url(imageslider_icons/left.png) no-repeat;
}

div.slideshowrht {
	cursor: pointer;
	position: relative;
	margin-left: 630px;
	margin-top: -210px;
	width: 30px;
	height: 60px;
	background: url(imageslider_icons/right.png) no-repeat;
}

/*div.slideshowup {
	cursor: pointer;
	position: relative;
	margin: auto;
	margin-bottom: -60px;
	width: 60px;
	height: 60px;
	background: url(imageslider_icons/right.png) no-repeat;
}
 
div.slideshowdown {
	cursor: pointer;
	position: relative;
	margin: auto;
	margin-top: -60px;
	width: 60px;
	height: 60px;
	background: url(imageslider_icons/right.png) no-repeat;
} */





