/* Grundlayout Marianne Schieder*/

/* Eigenschaften für das Hauptdokument */
body {
         height: 100%;
         width: 100%;
         text-align: center;
         }

/*Felder für die einzelnen Inhaltselemente*/
div {
         }

/*Hauptfeld für das Gesamtlayout*/
#hauptfeld {
         width: 1000px;
         margin: auto;
         margin-top:20px;
	}

/*Feld für die Kopfgrafik*/
#kopf {
         width:1000px;
         height:164px;
         }

/*Feld für Menü und Content*/
#content {
         float: right;
         width: 1000px;
		 background-image: url(back.jpg);
         background-repeat: repeat;
         }

/*Feld für das Menue links*/
#menu {
	float: left;
    width: 301px;
    height: 514px;
    background-image:url(menu.jpg);
  	background-repeat: no-repeat;
  	background-position: top;
  	text-align: center;
         }

/*Feld rechts für Inhalt und Headgrafik*/
#content-rahmen {
         float: right;
         width:699px;
	background-color: transparent;
         background-image: none;
         text-align: right;
         }

/*Feld für die Headgrafik*/
#head {
         float: right;
         width: 699px;
         height: 193px;
         background-color: transparent;
         background-image: none;
         }

/*Felf für das Inhaltselement*/
#text-inhalt {
         float: right;
         width: 699px;
         background-color: transparent;
         background-image: none;
         text-align: center;
         }

/*Felf für den Inhalt*/
#text {
         width: 620px;
         background-color: transparent;
         background-image: none;
         text-align: left;
		 padding-top: 10px;
         }

/*Feld für die Fusszeile*/
#fuss {
         float: none;
         width: 1000px;
         height: 47px;
         background-image: url(back.gif);
         background-repeat: repeat-y;
         }
		 
/*Verschachtelung der Container*/
.clearfix {
	display: block;
	}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visiblity: hidden;
	}