html {
	height: 100%; display:block;}

body {
	margin:0; 
	padding:0; 
	display:block;
	color: #3d3d3d;
	font: 16px/22px 'Droid Sans', Arial, sans-serif;
	}
#logobalken {
	width: 100%;
	height: auto;
	background-color: #fff;
}
#logobalken a {
	display: block;
	margin: 0 auto 0px auto;
	width: 320px;
	height: 190px;
	}
#headbalken {
	background: url(../images/bg-muster.jpeg) repeat;
	width: 100%;
	height: 320px;
	border-top: 1px solid #dcdddc;
	border-bottom: 1px solid #dcdddc;
	}
	
#headbalken img {
	display: block;
	width:892px;
	height:264px;
	margin: 25px auto 0px;
	-moz-box-shadow: 0 0 7px #666;
	-webkit-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	border: 5px solid white;
}
	
#contentbalken {
	width: 100%;
	height: auto;
	}
.wrapper {
	width: 792px;
	height: auto;
	/*background-color: #fff;*/
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	}
#footerbalken {
	background: url(../images/bg-muster.jpeg) repeat #dcdddc;
	width: 100%;
	height: 100%;
	border-top: 1px solid #dcdddc;
	}
.width50{
	width: 50%;
	float: left;
	}
	
iframe  {
	background: #000;
	width: 425px;
	height: 350px;
	margin-left: 300px;
	position: relative;
	float: right;
	-moz-box-shadow: 0 0 7px #666;
	-webkit-box-shadow: 0 0 7px #666;
	box-shadow: 0 0 7px #666;
	}
	
#skyline {
	clear: both;
	width: 100%;
	height: 148px;
	background: url(../images/skyline.jpeg) repeat-x 0 bottom #dcdddc;
	}
#impressum {
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	background-color: #dfe0df;
	padding-top: 10px;
	}

#btnzmfs a {
	position: absolute;
	width: 357px;
	height: 63px;
	background: url(../images/btn-zmfs-de.gif) no-repeat 0 top;
	}
#btnzmfs a:hover {
	background: url(../images/btn-zmfs-de.gif) no-repeat 0 bottom;
	}
	

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

h1 {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	padding: 0 0 20px;
	margin: 0;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0;
	}
	
p {
	padding-bottom: 8px;
	padding-top: 0;
	margin: 0;
	}

.telefon {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	}	
.fehlendeAngaben {
	color: red;
	}
	

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

a {
	text-decoration: none;
	color: #b34a77;
	}
a:hover {
	text-decoration: none;
	color: #3d3d3d;
	}
	
/* ------------------------ */



	

ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	}
ul li {
	padding-bottom: 15px;
	padding-top: 0;
}


