.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}
.clear {
	clear:both;
	display: block;
	height: 1px;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	color: #666;
}
a {
	color: #666;
}
a:hover {
	text-decoration: underline;
}
input ,textarea{
	width: 250px;
}
input[type=submit], input[type=reset] {width:auto;}

h1 {
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	height: 35px;
	background-color: #007A76;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	color: #007A76;
}

h3 {
	font-size: 13px;
	bottom: 20px;
	text-align: center;
	width: 960px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 960px;
	font-weight: normal;
}
.stil1 {
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.stil2 {
	color: #007A76;
}
.absatz {
	margin-bottom: 8px;
}


#container {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	position: relative;


}
#head {
	background-image: url(../img/head_bg.png);
	background-repeat: no-repeat;
	height: 110px;
	padding-right: 46px;
	padding-left: 46px;
	position: relative;
}
#naether {
	margin-top: 12px;
}
#navi {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 46px;
}
#navi li {
	float: left;
	position: relative;
	height: 30px;
	width: 102px;
	background-color: #EFEFEF;
	margin-left: 10px;
}
#navi li:hover , #navi li.aktiv{
	background-color: #007A76;
}
#navi a    {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	line-height: 30px;
	font-size: 16px;
}
#navi a:hover , #navi li.aktiv a{
	color: #FFF;

}
#content {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
	position: relative;
	padding-right: 46px;
	padding-left: 46px;
	padding-bottom: 20px;
}
#submenu {
	float: left;
	margin-left: 8px;
	background-color: #007A76;
	margin-top: 40px;
	width: 255px;
}

#submenu li {
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../img/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}
#submenu li:hover , #submenu li.aktiv{
	background-image: url(../img/submenu_bg.png);
	background-position: 5px -10px;
	background-repeat: no-repeat;
}

#submenu a {
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#submenu a:hover , #submenu li.aktiv a{
	color: #E9AC3A;
}
#address {
	float: left;
	margin-left: 8px;
	background-color: #007A76;
	margin-top: 0px;
	color: #FFF;
	padding: 8px;
	width: 239px;
}
#address a {
	color: #FFF;
	text-decoration: none;
}
#address hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}





#text {
	float: right;
	width: 550px;
}


#content2 {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
	position: relative;
	padding-right: 46px;
	padding-left: 46px;
	padding-bottom: 20px;
	padding-top: 40px;
	min-height: 350px;
}
#gallery-cont {
	padding: 10px;
}
#gallery-head {
	height: 40px;
}


#gallery-cont img {
	border: 1px solid #FFF;
	padding: 0px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#gallery-cont img:hover {
	border-top-color: #007A76;
	border-right-color: #007A76;
	border-bottom-color: #007A76;
	border-left-color: #007A76;
}

#gallery-cont img.first {
	margin-left: 0px;
	margin-top: 10px;
}
#gallery-cont img.up {
	margin-top: 0px;
}
#gallery-text {
	height: 113px;
	width: 248px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	float: left;
	background-image: url(../img/gallery_text_bg.png);
	border: 1px solid #007A76;
	color: #007A76;
	line-height: 14px;
}
#gallery-text h2 {
	font-size: 14px;
	margin-bottom: 3px;
}






#container-footer {
}






#slideshow {
	background:url(../img/loading.gif) no-repeat 50% 50%;
	position:relative;
	height:400px;
	width:900px;
	margin-bottom: 20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:100;
	display:none;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#footer {
	font-size: 11px;
	position: relative;
	height: 20px;
}
#footer #block1 {
	position: absolute;
	left: 8px;
}
#footer #block2 {
	position: absolute;
	left: 50%;

}
#footer #block3 {
	float: right;
	right: 8px;
	position: absolute;
}
#formular td {
	padding-bottom: 3px;
}
#impressum {
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
}
