@charset "UTF-8";

<!--
html, body {
	font-family: 'Open Sans', sans-serif;
	background: transparent;
	height: 100%;
 	margin: 0; 
  	padding: 0; 
	color: black;
	overflow: hidden;
}

h1 {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;	
}

p {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}

.big {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.one {padding-top: 30px;
}

.two {padding-top: 15px;
}

.kontakt {font-size: 13px;
		line-height: 16px;
}

#wrap {
    height: 100%;
	width: 100%;
	background-color: none;
	max-width: 1920px;
	min-width: 880px;
}
* html #wrap { height:100% }

#inner-wrap {
    padding-bottom:50px;
    min-height: 100%;
}
#inner-wrap:after {
    content:" ";
    display:block;
    clear:both;

}
* html #inner-wrap {
    height:100%;
}



#header
{
    width: 100%;
    margin-top: 25px;
	background: url(../images/bg_transp.png);
    height: 100px;
    text-align: center;
    position: relative;
    top:0px;
}

.logo { 
	float: left;
	position: relative;
	padding-top: 10px;
	
}

.logo img {
    position:absolute;
    left:0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}
 
.logo img.top:hover {
    opacity:0;
}

.navigation { 
	width: 90%;
	min-width: 600px;
	height: 100px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	background: transparent;
}


#content
{ 
	width: 100%;
	height: 30%;
	max-height: 300px;
	text-align:left;
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-left: 75px;
	padding-right: 25%;
	margin-top: 25px;
	padding-bottom: 25px;
    background: url(../images/bg_transp.png);
	position: absolute;
}

#contentcontent
{   width: 40%;
    text-align:left;
    margin-left: 25%;
    margin-right: 25%;
}

.contentcontent { 
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	float: left;
	background: transparent;
}

#contentgal
{	width: 100%;
	height: 65%;
	position: absolute;
	margin-top: 25px;
	text-align:center;
    background: url(../images/bg_transp.png);
	}

#willkommen
{	float:left;
	padding-left: 25px;
	position: relative;
	bottom: 130px;
	z-index: 0;
	}	

#distance {
width: 10px;
height: 50%;
margin-bottom: -75px;
float: left;
background-color: red; /*nur zu Demozwecken*/
}	
	
#links
{	position: absolute;
	bottom: 120px;
	left: 25px;
	font-size: 36px;
	font-weight: 300;
	z-index: 1;
		}
	
#rechts
{
	position: absolute;
	bottom: 120px;
	right: 25px;
	font-size: 36px;
	font-weight: 300;
	z-index: 1;
	}

#map { width: 100%; height: 100% }
	
		
	
#album-4{ 
	width: 80%;
	min-width: 600px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	background: transparent;
}

#album-5{ 
	width: 80%;
	min-width: 600px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	background: transparent;
}

#footer
{
    width: 100%;
    background: url(../images/bg_transp.png);
    height: 100px;
    position: absolute;
    bottom: 25px;
    color: black;
    text-align: center;
}

#footerhome
{
    width: 100%;
    background: url(../images/bg_transp.png);
    height: auto;
    position: absolute;
    padding-top: 50px;
    bottom: 25px;
    color: black;
    text-align: center;
}

.newshome
{	background: transparent;
    width: 50%;
    text-align: center;
}

.footercontent {
	width: 80%;
	min-width: 600px;
	margin-left: auto;
    margin-right: auto;
		background: transparent;
	position:relative;
}

.footercontentleft {
	width: 15%;
	padding-top: 0;
	min-width: 220px;
	float:left;
	background: transparent;
	text-align: left;
	position:relative;
}

.footercontentmiddle {
	width: 16%;
	min-width: 190px;
	float:left;
	background: transparent;
	position:relative;
}

.footercontentright {
	width: 30%;
	min-width: 200px;
	float:right;
	background: transparent;
	position:relative;
	text-align: left;
}

.row0 {
	margin-top: -5px;
	width: 30%;
	min-width: 240px;
	float:left;
}

.row1 {
	margin-top: -5px;
	width: 25%;
	min-width: 35px;
	float:left;
}

.row2 {
	margin-top: -5px;
	width: 35%;
	min-width: 75px;
	float:left;
}

.row3 {
	margin-top: -5px;
	width: 40%;
	min-width: 90px;
	float:left;
}

.row4 {
	margin-top: -5px;
	width: 30%;
	min-width: 50px;
	float:left;
	text-align: left;
}

.row5 {
	margin-top: -5px;
	width: 70%;
	min-width: 100px;
	float:left;
	text-align: left;
}

.row5 {
	margin-top: -5px;
	width: 20%;
	min-width: 30px;
	float:left;
}



a img {
	border: none;
}

a:link {
	color:#000000;
	text-decoration: none;
	transition: color; 
	transition-duration: 0.7s;
	-webkit-transition: color;
	-webkit-transition-duration: 0.7s;
	-moz-transition: color; 
	-moz-transition-duration: 0.7s;
	-o-transition: color;
	-o-transition-duration: 0.7s;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

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

a.black {color: #000000;}

a.active {color: #999999;}


ul.nav {
	font-size: 14px;
	font-weight: 100;
	position: absolute; 
	bottom: 25px;	
	right: 0;
}
ul.nav li {
	display: inline;	
}
ul.nav a, ul.nav a:visited { 
	padding-left: 25px;
	text-decoration: none;
	background: transparent;
	
	color: #000000;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: transparent;
	color: #ffffff;
}

ul.nav a.active {color: #ffffff;}

/* zweite ebene */
ul ul {float:left;
position:absolute;
	top: 28px;
	left: 104px;
	display: inline;  
}