/* ++++++++++++++++++++++++++++++++++++++++++++ */
/*      Style Sheet Maibrunn       	    */
/* ++++++++++++++++++++++++++++++++++++++++++++ */

/* Resets und Basics */
html,body	{
			margin:0;padding:0;
			height:100%;
			}
			

			
body		{
			text-align:left; 
			}

p			{
			margin:10px;
			}



/* Header */
div#header_wrap 	{
				height:150px;
				width:850px;
				line-height:150px;
				margin:0;
				}

div#header_left	{
				float:left;
				height:150px;
				width:150px;
				line-height:150px;
				margin:0;
				background: #fff;
				}
div#header_img 	{
				float:left;
				height:150px;
				width:700px;
				line-height:150px;
				margin:0;
				background:#fff;

				}


/* Umlaufcontainer */				
div#MainContainer	{
				width:850px; 
				margin:0 auto; 
				text-align:left; 
				background:#fff;
				height:auto; // fixe Höhe 615 
				border:0px solid #ccc;
				}


/* Umlaufcontainer Navigation und Content */
div#wrapper		{
				float:left;
				height:auto;
			}

div#left		{
				float:left;
				width:150px;
				height:auto;	// fixe Höhe 450			
				}


div#content 	{
				float:left;
				width:380px;
				line-height:1.4; 
				background:#fff;
				height:auto; // fixe Höhe 450px
				}



/* Container rechts */			
div#right 		{
				float:left;
				width:317px;
				height:auto; // fixe Höhe 450px
				}

div#set			{
				margin:1em 0 0 5em;
				}


/* ---- Footer ---- */
div#footer_wrap		{
				clear:both;
				
				background: #ccc;
				color: #000;
				
				}
				
div#footer_left	{
				float:left;
				width:150px; 
				color: #000;
		
				}

div#footer_mid	{
				float:left;
				width:400px;
				background: #faf8ed;
				color: #000;
				border-top: 1px dotted #ccc;
				}

div#footer_right	{
				float:left;
				width:300px;
				background: #faf8ed;
				color: #000;
				border-top: 1px dotted #ccc;
				text-align:right;
				}


/* Bildsets */
div#bildsatz1		{
				width:230px;
				height:230px;
				padding:0px;
				margin:0;
			}

/* Bildsets */
div#bildsatz4		{
				float:left;
				width:110px;
				height:110px;
				padding:3px;
				margin:0;
			}

