html, 
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    height:100%;
    margin: 0;
    padding: 0;
    color: #404040;
    background-color: #fffffa;
}

table {
    border-spacing: 0px;
}

h4 { 
    font-size: 15px;
}

#outerbox {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #9b9b9b;
    margin-top: 20px;
    color: #404040;
    background-color: #e5e1c8;
}

#contenttable {
    width: 750px;
}

#logo {
    background: url(img/logo.png) top left no-repeat;
    width: 750px;
    height: 80px;
}

#menu {
    margin: 0px; 
    height: 30px; 
    border-top: solid 2px #626159;
    border-bottom: solid 2px #626159;
    color: #404040;
    background-color: #d7d2b4;
}

#menu a {
    text-decoration: none;
    color: #404040;
    background-color: #d7d2b4;
}

#menu a:hover {
    text-decoration: none;
    color: #e1012e;
    background-color: #d7d2b4;
}

#menu ul {
    padding-left: 10px;
    margin-top: 8.5px;
    letter-spacing: 1px;
    font-size: 13px;
}

#menu ul li {
    display: inline;
    padding-right: 20px;
}

#menu .current {
    color: #e1012e;
    background-color: #d7d2b4;
}

#bodybox a {
    text-decoration: none;
    color: #455fac;
    background-color: #e5e1c8;
}

#bodybox a:hover {
    color: #e1012e;
    background-color: #e5e1c8;
}

#bodybox {
    width: 480px;
    padding-left: 25px;
    padding-right: 25px;
}

#bodybox h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#bodybox p {    
    text-align: justify;
    line-height: 20px;
}

#bodybox p:first-letter {
    font-size: 18px;
}

#bodybox ul {
    list-style: square;
    color: #404040;
    background-color: #e5e1c8;    
}

#bodybox span {
    color: #404040;
    background-color: #e5e1c8;    
}

#kontakt table {
    font-size: 13px;
}

#kontakt table p {
   margin-right: 20px;
}

.personimage {
    width: 60px;
    height: 75px;
    margin-right: 10px;
}

.image {
    margin-top: 25px;
    margin-right: 25px;
    width: 175px;
    height: 100px;
}

#photo_forside {
    background: url(img/forside.png) top left no-repeat;
}

#photo_omos {
    background: url(img/omos.png) top left no-repeat;
}

#photo_rengøring {
    background: url(img/rengøring.png) top left no-repeat;
}

#photo_kontakt,
#photo_itservice {
    background: url(img/kontakt.png) top left no-repeat;
}

#contactform {
    width: 175px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

#contactform .textinput {
    width: 160px;
    border: solid 1px #c4c09e;
    background-color: #fffff5;
    color: #404040;
}

#contactform h4 {
    margin-bottom: 10px;
}

#contactform p {
    margin-bottom: 10px;
}

#contactform td {
    padding-bottom: 4px;
}

#submitbutton {
    margin-top: 5px;
    border: solid 1px #c4c09e;
    background-color: #fffff5;
    color: #404040;  
}

#submitbutton:hover {
    background-color: #eaeada;
    color: #404040;  
}

hr {
    width: 90%;
    border: none;
    height: 1px;
    color: #404040;
    background-color: #404040;
}

#footer {
    font-size: 11px;
    text-align: center;
}