* {
	margin: 0;
	padding: 0;
}

a:link {color: #000; font-weight: bold; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #b4a15c; text-decoration: none; }
a:active { color:#000; text-decoration: none; }


#main {
    width: 1024px;
    min-height: 800px;
    border: 0px solid red;
    margin: 0 auto;
}

#menu {
    width: 1024px;
    height: 40px;
    margin-top: 5px;
    border: 0px solid green;
    font-size: 12px;
    font-weight: bold;
}

#menu a{
    margin-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
}

#menu a:hover{
    color: #b4a15c;
}

#menu li{
    display: inline;
    border-left: 2px orange solid;
    margin-right: 10px;
}

#logo { 
    width: 1024px;
    height: 38px;
    border: 0px solid blue;
    background-image:URL('images/logo.png');
    background-repeat: no-repeat;
}

#content {
    background-color: white;
    width: 768px;
    min-height: 800px;
    margin: 0 auto;
    border: 1px solid blue;
}

#links { 
    font-size: 9px;
    font-family: Verdana;
    color: #0066ff;
    margin-bottom: -15px;
    height: 30px;
    padding-right: 10px;
    width: 341px;
}

#links a{
    font-size: 9px;
    font-family: verdana;
}


#footer {
    width: 1024px;
    height: 50px;
    border: 0px solid white;
    margin: 0px 0 0 0;
}

#footer a {
    color: white;
    font-family: verdana;
}

#footer p {
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    padding-top: 0px;
}

#clear {
    clear: both;
}

.overskrift {
    font-weight: bold;
    color: orange;
    font-size: 12px;
    padding-top: 30px;
}

.overskrift h1{
    font-weight: bold;
    color: #5b5a5a;
    font-size: 12px;
    margin-bottom: -15px;
    margin-top: 0px;
    font-family: verdana;
}

.overskrift a{
    font-size: 12px;
    font-weight: normal;
}

.overskrift h4{
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: black;
    font-weight: bold;
}

.under-kat-over p{
    margin-bottom: 10px;
    font-family: verdana;
    font-size: 10px;
}

.under-kat-over h1{
    font-size: 14px;
    font-family: verdana;
    color: #0066ff;
}

.overskrift-undersider h1 {
    font-size: 14px;
}

.overskrift-undersider h2 {
    font-size: 20px;
    color: gray;
}