body {
background-color: #FFFFFF;
margin: 0;
padding: 0;
height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}
div#wrap{width: 90%;margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthöhe für moderne Browser */
min-width:1024px;
max-width:1400px;
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
}

div#header_1{width:100%;height:120px;overflow:hidden;background-image:url(../sys_images/header_logo_1.jpg);}
div#header_1_logo{float:left;margin-left:30px;width:150px;height:120px;overflow:hidden;}
div#header_1_text{margin-left:20%;margin-top:20px;font-family:verdana;font-weight:bold;
                   font-size:25px;width:500px;font-style:italic;color:#052C6E;}
				   
div#header_2{clear:both;min-width:900px;margin-left:5%;margin-right:5%;height:188px;}

div#header_2_bild_1{float:left;width:639px;background-image:url(../sys_images/header_2.jpg);
                   height:188px;background-repeat:no-repeat;}
div#header_2_bild_2{float:right;width:200px;background-image:url(../sys_images/header_2_bild_2.jpg);height:188px;
                    background-repeat:no-repeat;}

					
					

					
div#header_2_arbeitnehmer{clear:both;min-width:900px;margin-left:5%;margin-right:5%;height:250px;}	
div#header_2_bild_1_arbeitnehmer{float:left;width:460px;background-image:url(../sys_images/header_2_arbeitnehmer.jpg);
                   height:250px;background-repeat:no-repeat;}					
div#header_2_bild_2_arbeitnehmer{float:right;width:330px;background-image:url(../sys_images/header_2_bild_3.jpg);height:250px;
                    background-repeat:no-repeat;}

					
					
div#header_2_arbeitgeber{clear:both;min-width:900px;margin-left:20px;margin-right:20px;height:185px;}	
div#header_2_bild_1_arbeitgeber{float:left;width:560px;background-image:url(../sys_images/header_2_arbeitgeber.jpg);
                   height:185px;background-repeat:no-repeat;}					
div#header_2_bild_2_arbeitgeber{float:right;width:400px;background-image:url(../sys_images/header_2_bild_4.jpg);height:185px;
                    background-repeat:no-repeat;margin-right:0px;}				


	

div#ariadne{clear:both;height:15px;background-color:#4479D4;font-family:verdana;font-size:12px;font-weight:bold;
            color:#FFFFFF;}	


div#content{min-width:1024x;min-height:500px;background-color:#B0C4DE;}

div#content_1{min-width:1024px;margin-left:5%;margin-right:5%;padding-top:10px;font-family:verdana;}	

div#kontakt_content_1{min-width:1024px;;margin-left:5%;margin-right:5%;padding-top:10px;font-family:verdana;background-color:#FFFFFF;}	

div#content_kontakt{float:left;width:400px;height:100%; border-bottom:1px solid black; margin-top:1px;
           margin-left:50px;font-family:verdana;overflow:auto;border-top:1px solid black;}	

div#content_kontakt_versendet{float:left;width:400px;height:400px;margin-top:1px;
           margin-left:50px;overflow:auto;background-image:url(../sys_images/hg_nachricht_versendet.jpg);
		   background-repeat:no-repeat;}		   

div#kontaktinfo{margin-left:500px;font-family:verdana;font-style:italic;margin-top:20px;background-image:url(../sys_images/hg_kontakt_1.jpg);
               background-repeat:no-repeat;width:500px; height:400px;background-color:#FFFFFF;}		   

div#header_2_bild_3{height:50px;}	
 




/*-----------------------------------------Menü Formatierung-----------------------------------------------*/
#h_menu {
      clear:both;float:left;
      width:100%;
      background-color:#4479D4;
      
      line-height:normal;
      border-bottom:1px solid #4479D4;    
      }
    #h_menu ul {
        margin-left:5%;margin-right:5%;margin-bottom:0px;margin-top:10px;
        padding-top:2px;
        list-style:none;
      }
    #h_menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #h_menu a {
      float:left;
      background:url("../sys_images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #h_menu a span {
      float:left;
      display:block;
      background:url("../sys_images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #h_menu a span {float:none;}
    /* End IE5-Mac hack */
    #h_menu a:hover span {
      color:#FFF;
      }
    #h_menu a:hover {
      background-position:0% -42px;
      }
    #h_menu a:hover span {
      background-position:100% -42px;
      }

        #h_menu #current a {
                background-position:0% -42px;
        }
        #h_menu #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
/*-----------------------------------------Ende Menü Formatierung-----------------------------------------------*/
