@charset "utf-8";
/* Grundlayout Regionalbewegung Mittelfranken*/

/* Eigenschaften fuer das Hauptdokument */
body {
     margin: 0;
	 height: 100%;
	 overflow: auto;
	 background-color: #b2c100;
	 background-image: url('back.png');
	 text-align: left;
         }

/*Felder fuer die einzelnen Inhaltselemente*/
div {

         }

/*Hauptfeld fuer das Gesamtlayout*/
#gesamtfeld {
		 width: 100%;
		 min-height: 100%;
		 margin: 0;
	}
	

/*Feld fuer das Hauptfeld*/
#hauptfeld {
         margin-top: 0;
		 margin-left: 0;
		 margin-right: auto;
		 text-align: left;
		 width: 1000px;
	}

/*Kopfrahmen mit Logo und Bild*/
#kopffeld {
		width: 1000px;
}

#logofeld{
	float: left;
	width: 180px:
	
}

#fotofeld{
	float: right;
	width: 815px;
	height: 200px;
	overflow: hidden;
	border-left: 2px solid #da0020;
	border-right: 2px solid #da0020;
	
}

/*Kopfleiste*/
#kopfleiste {
	clear: both;
	width: 1000px;
	height: 25px;
	display: block;
	background: #da0020;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

/*Spalte Menue links*/
#menu {
	float: left;
	width: 180px;
}

#menu-rahmen{
	margin-top: 10px;
	margin-left: 5px;
	}

/*Hauptinhalt*/
#inhaltsfeld {
	float: right;
	width: 815px;
	border-left: 2px solid #da0020;
	border-right: 2px solid #da0020;
	border-bottom: 2px solid #da0020;
	background: #FFFFFF;
}

#hauptinhalt{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 530px;
}

#infoinhalt{
	float: right;
	width: 250px;
	border-left: 2px solid #da0020;
	margin-bottom: 30px;
}

/*Fussleiste fuer Menue unten*/
#unten {
		position: fixed;
	    bottom: 0px;
	    height: 25px;
	    width: 1000px;
        background-color: #da0020;
		text-align: left;
	}
	
	
/*Definition der verschiedenen Inhaltskästen*/
.zartgruenkasten {
	background-color: #D3E890;
	border-bottom: 2px solid #da0020;
	}
	
.transparentkasten {
	border-bottom: 2px solid #da0020;
}

.transparentkasten2 {

}
	
.kastenabstand p{
	margin-left: 10px;
	margin-right: 10px;
}

/*Definition zusätzlicher Überschriften*/

.headgruen {
	width: 100%;
	background-color: #004729;
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}
