@import url(footer.css);

@import url(content.css);

@import url(mailform.css);

@import url(menu.css);

body, html {
        position: relative;
        text-align: center;
        border: 0;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
        background: #FFFFFF;
}

#outer-wrapper {
        position: relative;
        z-index: 0;
        text-align: left;
        margin: 0 auto;
        height: auto;
        width: 1000px;
        background: #FFFFFF;
}

#header {
  z-index: 1;
        clear: both;
        background: #FFFFFF;
        width: 100%;
}

#header-bild4 {
/* alt        float: left; */
        float: right; 
        background: #FFFFFF;
}
#header-bild5 {
/* alt        float: left; */
        float: right;
        background: #FFFFFF;
}

#content-wrapper {
  z-index: 3;
        width: 100%;
        background: #FFFFFF 0px 0px;
}


#header-menu {
 /* alt     clear: both;
    float: left; 
        width: 749px;*/
        width: 732px;
        background: #FFFFFF;
/* alt  padding: 0px; */
  padding: 50 0 0 0;
  margin: 0 0 0 0;
  z-index:10;
}

#header-logo-n {
  float: right;
        background: #FFFFFF;
}

#left {
        clear: both;
  float: left;
        width: 220px;
        z-index: 4;
        background: #FFFFFF;
}

#left-content {
/*        position: relative;
        z-index: 5;*/
        width: 220px;
}
#left-menu-box, #middle-marker-box {
        margin: 0;
        padding: 6px;
}

#left-marker-box {
        margin: 6px;
        padding: 0;
}
#left-marker {
        margin: 0;
        padding: 0 6px;
        background: #ffffff;
}


#middle {
        float: left;
/*        width: 780px; */
        width: 780px;
        z-index: 2;
        background: #FFFFFF;
}

#middle-content {
/*        position: relative;*/
        z-index: 3;
        width: 767px;
}



#footer {
  z-index: 1;
        width: 1000px;
}

