/* generated by csscreator.com */ 
html, body{
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: White;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
	line-height : 150%;
}

 
#seitenbreite{
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 
 
#header{
	position: relative;
	height: 100px;
	width: 100%;
	text-align: center;
} 

#nav {
	padding: 0 0 20px 10px;
	text-align: center;
	width : 740px;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: Black;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(../images/rounded.gif) no-repeat bottom center;
}

#hauptspalte{
	text-align: center;
	padding: 10px 10px 10px 10px;
}

#logo2{
	width: 200px;
	float: right;
	text-align: right;
	position : relative;
	padding : 0px 0px 10px 10px;
}

#text{
	width: auto;
	height: auto;
	float: left;	
}

#bild1{
	top: 50px;
	left: 20px;
	position : relative;
	float : left;
	width : auto;
	height : auto;
}

#bild2{
	top: 120px;
	left: 30px;
	position : relative;
	float : left;
	width : auto;
	height : auto;
}

#bild3{
	top: 200px;
	left: 40px;
	position : relative;
	float : left;
	width : auto;
	height : auto;
}

#bild4{
	top: 180px;
	left: 50px;
	position : relative;
	float : left;
	width : auto;
	height : auto;
}

#vollbild{
	text-align : center;
}

#footer{
	height: 15px;
	clear: both;
	text-align: center;
	color: Black;
} 

#footer a, a:hover, a.active, a.active:hover{
	color : Black;
	text-decoration : none;
}
             
        

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

