/* Der umfassende Container wird benötigt, um auch in kleinen Browserfenstern, noch den gesamten Inhalt sehen zu können*/
#umfassend {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	min-width: 1084px;
}

#main {
	height: 828px;
	width: 1084px;
	background-image: url(../old_images/background1.jpg);
	background-repeat: no-repeat;
	position:relative; 
	left:50%; 
	margin-left:-542px; 
}

#content {
	height: 400px;
	width: 800px;
	/*background-image: url(../old_images/web02.png);*/
	/*background-color:#ddd;*/
	position: relative;
	margin-left: 200px;
	top:300px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	vertical-align: bottom;
}

#facebook {
    border: medium none;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 100px;
    position: relative;
    text-align: center;
    top: 200px;
    vertical-align: bottom;
    width: 1084px;
    z-index: 2;
}

#feuerwehrhaus {
	height: 100px;
	width: 300px;
	/*background-color:#CCC;*/
	position: relative;
	margin-left: 42px;
	top:300px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
}

#obm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 100px;
	width: 300px;
	/*background-color:#CCC;*/
	margin-left: 780px;
	position: relative;
	top:100px;
	text-align: left;
	vertical-align: bottom;
	z-index: 1;
}

#dienstplan {
	height: 550px;
	width: 984px;
	/*background-color:#ddd;*/
	position: relative;
	margin-left: 50px;
	top: 250px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
	/*overflow: scroll;*/
}

#copyright {
	/*height: 100px;*/
	width: 1000px;
	/*background-color:#CCC;*/
	position: relative;
	margin-left: -500px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: bottom;	
	left:50%; 
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover {
	color: red;
	text-decoration:underline;
	color: #000000;
}
a:active { text-decoration:underline overline; }
