/* CSS Document */

p {
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #e9eaec;/*	background-image: url(../startseite/bilder/HG-Balken.jpg); */
	background-image: url(../startseite/bilder/HG-body.jpg);
	background-repeat: repeat-x;/*	background-repeat: repeat-x; */
}


a {
	-moz-outline-width: 0;
	outline-width: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:991px;
	text-align: left;
	min-height:1200px;
	padding-top: 30px;
}


#head {
	width:951px;
	height:0px;
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top: 0px;
	position:relative;
	margin: 0px;
}
#Logo {
	position:absolute;
	top: -86px;
	color: #A6A5A3;
	padding-right: 0px;
	left: 21px;
	width: 159px;
	text-align: right;
	z-index: 300;
}
#main {
	margin:0px;
	padding:0px;
}
#left {
	float:left;
	width:215px;
	margin:0px;
	overflow:hidden;
	padding-bottom: 20px;
	padding-top: 129px;
	padding-right: 5px;
}

#left_start {
	float:left;
	width:215px;
	margin:0px;
	overflow:hidden;
	padding-bottom: 20px;
	padding-top: 189px;
	padding-right: 5px;
}


#middle {
	float:left;
	margin: 0px;/*	position: relative;*/
	padding-top: 129px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 0px;
}


#middle_start {
	float:left;
	margin: 0px;/*	position: relative;*/
	padding-top: 189px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 0px;
}



#right {
	float:right;
	width:180px;
	margin:0px;
	overflow:hidden;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 20px;
}

#content_start {
	width:530px;
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content {
	width:530px;
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#impressum {
	font-size:9px;
	color:#5F5F5D;
	clear:both;
	padding-top: 20px;
	text-align: right;
	padding-right: 15px;
}
#impressum a {
	color:#5F5F5D;
	text-decoration:none;
	font-size: 9px;
}
#impressum a:hover {
	text-decoration:underline;
}

#raender {
	background-image: url(../startseite/bilder/HG-feuerwehrverband-innen.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#raender_start {
	background-image: url(../startseite/bilder/HG-feuerwehrverband.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


#foot {
	width:500px;
	background-position:bottom;
	border-top:2px solid white;	font-family: Arial, Helvetica, sans-serif;

clear:both;
}

/* Elemente verstecken, aber nicht abschalten */
.hide {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

/* Elemente verstecken */
.hidden {
  display: none;
}

.editBox{
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
}	

.editBox a{
	display: block;
	width: 100%;
	height: 100%;
}

.online_edit,
.online_edit_bilder{
  position: relative;
  height:auto !important;
  height:1px;
}

.online_edit .editBox{
  width:18px;
  height:18px;
  background-image: url("../redaktion/bilder/icon_edit.gif");
} 

.online_edit_bilder .editBox{
  width:18px;
  height:18px;
  background-image: url("../redaktion/bilder/icon_bilder.gif");
} 

