/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height:140%;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 130%;
	line-height: 100%;
	font-weight:bold;
	color: #000;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 130%;
	line-height:150%;
	font-weight:normal;
	color: #000;
}
.h3 a {
	font-family:Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 130%;
}
.h3 a:visited {
	text-decoration: none;
}
.h3 a:hover {
	text-decoration: none;
	color: #000;
}


a {
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.textfett {
	font-family:Helvetica, Arial, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}

.textfett a {
	font-family:Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;

}
.textfett a:visited {
	text-decoration: none;
}
.textfett a:hover {
	text-decoration: underline;
	color: #000;
}

/*----------------------------------------------------------------*/


#container {
	width: 960px;
	height: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	margin:auto;
	/*font-size:1.0em;*/

	
}

#header {
	position:relative;
	height:140px;
	width:960px;
	text-align: center;
	background-color:#fff;
	margin:auto;
}

#header img {
	float:left;
}

#social_media{
	width:200px;
	padding-top:30px;
	text-align:right;
	float:right;
}

#nav {
	width:441px;
	height:49px;
	position:absolute;
	left:519px;
	top:91px;
	text-align:right;
}

#content {
	width:960px;
	min-height:550px;
	background-color:#fff;
	text-align:left;
	overflow:auto;
	padding-bottom:15px;
	margin: auto;
}

#wrapper {
    height:500px;
	width:100%;
    overflow: auto;
}

#text {
	width:250px;
	height:518px;
	text-align:left;
	color:#909394;
	background-color:#FFF;
	font-size:1.0em;
	padding:20px 20px 20px 25px;
	float:left;
}

#bilder {
	height:500px;
	width:450px;
	padding:0;
	display:block;
}

.gallery { 
	list-style: none; 
	float: left; 
}

/*.gallery:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}*/

.gallery li { 
	display:inline; 
}

.gallery li img { 
	height: 500px;
	margin: 5px;
}

#footer	{
	clear: both;
	background-color:#fff;
	width: 900px;
	margin: auto;
	text-align: center;
	font-size:0.8em;
	color: #bcbcbc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	font-family:Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}


/*----------------------------- Galerie ----------------------------*/

.gallery { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}

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

.gallery li { 
	float: left; 
	width: auto;
	height: 500px; 
}

.gallery li a { 
	display: block; 
	margin: 5px; 
}

.gallery li img { 
	display: block; 
	width: auto; 
	height: 500px; 
}





