@charset "utf-8";
/* Grundlayout MdB Marianne Schieder*/

/* Eigenschaften fuer das Hauptdokument */
body {
     margin: 0;
	 height: 100%;
	 overflow: auto;
	 background-color: #bbd8e1;
	 text-align: center;
	 font-family: Verdana, sans-serif;
         }

/*Felder fuer die einzelnen Inhaltselemente*/
div {

         }

/*Hauptfeld fuer das Gesamtlayout*/
#gesamtfeld {
		 width: 100%;
		 min-height: 100%;
		 margin: 0;
		 background-color: #bbd8e1;
	}
	
/*Feld fuer das Kopffeld*/
#kopffeld {
		 margin-top: 20px;
		 text-align: center;
		 width: 100%;
		 height: 200px;
		 background-color: #ffffff;
	}
	
/*Kopffeld Schatten*/
#kopfschatten {
		 margin-top: 0px;
		 text-align: center;
		 width: 100%;
		 height: 10px;
		 background-color: #86aeba;
	}

/*Feld fuer den Inhalt im Kopffeld*/
#kopfinhalt {
         margin-top: 0px;
		 margin-left: auto;
		 margin-right: auto;
		 margin-bottom: 0px;
		 text-align: left;
		 vertical-align: top;
		 width: 1060px;
		 height: 200px;
		 background-color: #ffffff;
	}
	

/*Feld fuer Foto oben*/
#oben-foto {
		 float: left;
		 margin: 0;	
         width: 200px;
		 vertical-align: top;
	}
	
/*Feld fuer Menue oben*/
#oben-menu {
		 float: right;
		 margin-top: 10px;
         width: 840px;
		 text-align: left;
		 vertical-align: top;
	}
	

	


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

/*Feld fuer Inhalte*/
#inhalte {
		 float: left;
		 margin: 0;
		 margin-bottom: 40px;
         width: 850px;
		 min-height: 410px;
		 vertical-align: top;
		 background-image: url('back-inhalt.png');
		 background-repeat: repeat-y;
		 border: 5px solid #86aeba;
	}

/*Feld fuer den linken Bereich im Inhaltsfeld*/
#links-inhalt {
		 float: left;
		 margin: 0;	
         width: 200px;
		 min-height: 400px;
		 vertical-align: top;
	}
	




/*Feld fuer den rechten Bereich im Inhaltsfeld*/
#rechts-inhalt {
		 float: right;
		 margin: 0px;
		 margin-bottom: 40px;
                 width: 620px;
		 min-height: 400px;
		 text-align: right;
		 vertical-align: top;
	}
* html #rechts-inhalt {
	         width: 600px;
			 margin-bottom: 40px;
	}
	
/*Feld fuer den Haupt-Inhaltsfeld*/
#main-inhalt {
		 clear: both;
		 margin-top: 10px;
		 margin-bottom: 10px;
		 margin-right: 25px;
		 margin-left: 0px;
                 width: 590px;
		 text-align: left;
	}

* html #main-inhalt {
                 margin-right: 15px;
                 width: 580px;
        }
	
/*Feld fuer das Logo rechts*/
#rechts-logo {
		 float: right;
		 margin: 0;	
                  width: 200px;
		 min-height: 410px;
		 text-align: center;
	}

/*Feld fuer das Feld ueber dem Logo*/
#rechts-oben {
	float: right;
	width: 180;

}

/*Feld fuer das Logo*/
#logo {
		 position: fixed;
		 bottom: 100px;
		 margin: 0;	
                 width: 150px;
		 text-align: right;
	}

/*Feld unten*/
#unten {
		 position: fixed;
         bottom: 0px;
		 text-align: center;
		 width: 100%;
		 height: 30px;
		 background-color: #1c4c5c;
	}

/*Feld fuer den Inhalt unten*/
#unten-inhalt {
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
}

#unten-inhalt-links {
	float:left;
}

.csc-frame-rulerAfter {
	height: 1px;
	border-top: solid;
	border-top-color: #1c4c5c;
	border-top-width: 2px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.csc-frame-rulerBefore {
	height: 1px;
	border-top: solid;
	border-top-color: #1c4c5c;
	border-top-width: 2px;
	margin-top: 10px;
	margin-bottom: 12px;
}

/*Feld fuer den Bayernticker*/
#bayernspdnews-container {
	border-bottom: solid;
	border-bottom-color: #1c4c5c;
	border-bottom-width: 2px;
}

/*Feld fuer die Suchbox*/
.tx-macinasearchbox-pi1{
        float: right;
	width: 180px;
	text-align: right;
	vertical-align: top;
	}	
	
