html { height: 100%, width: 100%; }

body, ul, li {
	font-size:14px; 
	font-family:Times, Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:center;
	color:black;
}

body {
	background-color:#91c3ff;
	height: auto; width: 99%; 
	margin: 0px; 
	padding: 0px;
}

#main {
	position: relative;
	overflow: visible;
	width: 910px;
	height: auto;
	background-color: white;
	
	margin-top: 80px;
	margin-left: auto; margin-right: auto;
	
	/* Rounded Corners */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	}

#main p{	
clear:both;
}

#main p, #main ul li {
	font-family:Times, Helvetica, sans-serif;
	line-height:21px;
	font-size:14px;
	text-align:justify;
	vertical-align:center;
}

#logo {
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	margin-top: -50px;
	margin-left: 20px;
	background-image: url(img/vfjd-logo-breit.png); background-repeat: no-repeat;
	width: 363px;
	height: 123px;
}

#logoWKW {
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	margin-top: -80px;
	margin-left: 500px;
	background-image: url(img/logogegenwind.png); background-repeat: no-repeat;
	width: 400px;
	height: 220px;
}

#titelzeile {
	position: relative;
	width: 870px; height: 230px;
	margin-top: 50px;
	margin-left: auto; margin-right: auto;
}

#seite{
    position: relative;
    display: block;
    width:860px; height: auto;
    margin-top: 30px;
    margin-left: auto; margin-right: auto;
    margin-bottom: 20px;
	text-align: justify;
    }

#titelbild {
	position: relative;
	display: inline-block;
	float: left;
	width: 560px; height: 230px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	background-image: url(img/titelbild.jpg); background-position: left top; background-repeat: no-repeat;
	border: solid black 1px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	
}
.fb {
	position: relative;
	display: inline-block;
	overflow:hidden; 
	width:287px; height:230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	border: solid black 1px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.forum {
	width: 850px; height: 700px;
	margin-bottom: 20px;
		
}

#menu {
	float: right;
	# width: 450px;
	margin-right: 20px; margin-left: auto;
}

#menu li {
	padding-left: 10px; padding-right: 10px;
	margin-right: 10px; margin-left: auto;
	float: left;
	font-family: sans-serif;
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	list-style: none;
}

#herbergen a{
	text-align: left; 
	font-size: larger;
	font-weight: bold;
	font-family: sans-serif;
	
}

#herbergen img {
	width: 180px; height: 150px; 
	margin: 10px;
	vertical-align: top;
	float: left;
}

#herbergen span {
	clear: both;
}

.imgshadow,
#herbergen img{
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

#fotobox {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: auto;
	text-align: center;
	padding-bottom: 30px;
	-webkit-transform: rotate(2deg);
}

#fotobox span{
	bottom: 0px;
	background: yellow;
	padding-left: 10px;
	padding-right: 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: smaller;
}

#footer {
	 position:static;
	 display: block;
  	 margin-top:-40px; 
  	 margin-left:0px; 
     height:200px;
     width: 870px;
 	 background-image:url(img/footer-meer.png);
   	 background-repeat:no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 border-radius: 10px;
     background-position:bottom left;

     color: black;
     font-size: small;
     font-weight: bold;
     text-align: right;
	 text-shadow: 1px 1px 1px #FFFFFF;
	  }	 

#footer span {
	position: absolute;
	display: block;
	width: 435px;
	height: 20px;
	margin-top: 175px;
	margin-left: 420px;
	 }

.txt-rechts,
.txt-links {
	text-align: justify;
	clear: both;
	height: auto;
	width: 750px;

}

.txt-rechts img, 
.txt-rechts iframe,
.txt-rechts .infobox{
margin-right: 5px;
float:left;
}

.txt-links img,
.txt-links iframe,
.txt-links .infobox {
margin-left: 5px;
float:right;
}

.infobox {
	overflow: hidden;
	width:250px;
	text-align: justify;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: static;
	border:1px dashed #bbbbbb;
	margin:10px;

	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;

	/* Background color and gradients */
	
	background: #FFE4B5;
	background: -moz-linear-gradient(top, #FFFFE0, #FFE4B5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFE0), to(#FFE4B5));

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
