

body {
    background-color: #31363e;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center;
}

p {
    font-size: 1.2em;
}

.oldbrowsers {
    display: none;
}

.preloaddesigngraphics {
    position: absolute; 
    left: 0;
    top: -5000px;
}

.pagewrapper {
    margin: 0;
    width: 100%;
    background-color: #31363e;
    position: relative;
}

.pageouter {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.pageinner {
    margin-top: 30px;
    text-align: left;
}

.header {
    height: 44px;
    width: 900px;
}

.header-logo {
    height: 44px;
    margin-left: 50px;
    width: 850px;
    background: url(../images/hms-tab.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.header h1 {
    width: 380px;
    text-align: center;
    font-size: 2.6em;
    font-weight: bold;
    color: #2baebe;
    line-height: 44px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: -12px;
}

.header-rounded {
    width: 900px;
    height: 20px;
    background: url(../images/hms-top-rounded.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

.header-content-outer {
    width: 900px;
    height: 380px;
    background-color: #ffffff;
    color: #000000;
}

.header-content-inner {
    width: 800px;
    margin-left: 40px;
    margin-right: 60px;
}

.header-content-left {
    width: 350px;
    height: 380px;
    background: url(../images/hms-arbejder.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    float: left;
}

.header-content-right {
    width: 390px;
    margin-left: 60px;
    height: 380px;
    float: left;
}

.header-content-right-content {
    margin-top: 80px;
    /*width: 360px;*/
}

.header-content-right-content h1 {
    font-size: 2.0em;
}

.header-content-right-content p {
    font-size: 1.3em;
}

.top-border-container {
    height: 6px;
}

.top-border-white {
    border-top: 1px solid #ffffff;
}

.top-border-black {
    border-top: 1px solid #000000;
}

.top-border-blue {
    border-top: 2px solid #2baebe;
}

.center-divider-outer {
    /*height: 350px;*/
    background-color: #94be50;
}

.center-divider-inner {
    /*height: 350px;*/
    background: url(../images/hms-bubbles.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.center-content-container {
    width: 900px;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
}

.center-content-container h2 {
    font-weight: bold;
    font-size: 1.5em;
}

.center-content-container ul {
    list-style-type: square;
    font-size: 1.2em;
}

.center-content-container li {
    font-size: 1.0em;
}

.center-content-container-top {
    padding-top: 40px;
    width: 780px;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 40px;
}

.center-content-container-top a:link, .center-content-container-top a:visited {
    text-decoration: none;
    color: #ffffff;
}

.center-content-container-top a:hover, .center-content-container-top a:active {
    text-decoration: underline;
    color: #ffffff;
}

.cc-left-top {
    width: 290px;
    float: left;
}

.cc-center-top {
    width: 270px;
    float: left;
}

.cc-right-top {
    width: 220px;
    float: left;
}

.cc-divider-space {
    height: 20px;
}

.bottom-border-container {
    height: 6px;
}

.bottom-border-white {
    border-top: 1px solid #ffffff;
}

.bottom-border-black {
    border-top: 1px solid #000000;
}

.bottom-border-orange {
    /*border-top: 2px solid #dc7f22;*/
    border-top: 2px solid #2baebe;
}

.bottom {
    padding-top: 20px;
    /*height: 210px;*/
    width: 900px;
    background-color: #ffffff;
    color: #000000;
}

.bottom-content {
    height: 40px;
    width: 800px;
    margin-left: 50px;
    margin-right: 50px;
}

.bottom-content-message {
    text-align: center;
}

.bottom-content-message p {
    margin-top: 6px;
    font-size: 1.7em;
    font-weight: bold;
}

.bottom-rounded {
    width: 900px;
    height: 20px;
    background: url(../images/hms-bottom-rounded.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

.copyrightouter {
    width: 900px;
}

.copyright {
    margin-top: 4px;
    text-align: center;
    font-size: 1.2em;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
    background-color: transparent;
    padding-bottom: 40px;
}

.copyright a:link, .copyright a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
}

.copyright a:hover, .copyright a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
}

.clear {
    clear: both;
}

