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

/* Eigenschaften fuer das Hauptdokument */
body {
         margin: 0;
	 height: 100%;
	 overflow: auto;
	 background-color: #004526;
	 text-align: center;
         }

/*Felder fuer die einzelnen Inhaltselemente*/
div {

         }

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

/*Feld fuer das Hauptfeld*/
#hauptfeld {
         margin-top: 0;
		 margin-left: auto;
		 margin-right: auto;
		 text-align: left;
		 width: 800px;
		 min-height: 1000px;
		 background-image: url('back-h.png');
		 background-repeat: repeat-y;
	}

/*Feld fuer linke Leiste*/
#links-feld {
		 float: left;
		 margin: 0;	
         width: 120px;
		 min-height: 862px;
		 vertical-align: top;
	}

/*Feld fuer den rechten Bereich*/
#rechts-feld {
		 float: right;
		 margin: 0;	
         width: 680px;
		 min-height: 862px;
	}

/*Feld fuer das Kopffeld*/
#top-leiste {
		 clear: both;
		 margin: 0;	
         width: 680px;
		 height: 162px;
		 overflow: hidden;
		 background-color: #004526;
	}

/*Feld fuer Menue oben*/
#menu-oben {
		 margin: 0;
		 width: 680px;
		 height: 23px;
		 text-align: right;
		 background-color: #004526;
	}

/*Feld fuer den Inhalt*/
#inhalt {
         width: 680px;
		 margin: 0;
		 min-height: 674px;
		 background-image: url('back.png');
		 background-repeat: no-repeat;
		 background-color: #ffffff;
	}



/*Feld fuer Menue zweite Ebene*/
#menu-oben-2 {
		 margin: 0;
		 width: 680px;
		 height: 20px;
		 text-align: center;
		 padding-right: 20px;
		 background: none;
	}

/*Feld fuer den zentralen Inhalt*/
#inhalt-zentral {
		margin-left: 20px;
		margin-top: 10px;
		margin-right: 30px;
		width: 630px;
		height: 654px;
		overflow: visible;
}


