/* ALLE SIDER */
body {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #000000;
background-color: #d9dae9;
}

.overall {
margin: auto;
width: 700px;
}

.logo {
margin: 20px 0px -1px 129px;
}

.border {
width: 680px;
border: 1px solid black;
padding: 0px 10px 10px 10px;
}

.menu {
width: 690px;
height: 17px;
padding: 3px 5px 0px 5px;
border-bottom: 1px solid black;
vertical-align: middle;
text-align: center;
position: relative;
left: -10px;
}

.overskrift {
font-size: 14pt;
font-weight: bold;
margin-top: 7px;
margin-bottom: 9px;
}

.copy {
font-size: 7pt;
font-weight: bold;
float:right;
margin-right: 5px;
margin-bottom: 10px;
}

h2 {
font-size: 10pt;
font-weight: bold;
margin-bottom: 2px;
margin-top: 0px;
}

input {
font-size: 8pt;
padding: 2px;
background-color: #f0f1ff;
border: 1px solid grey;

}

A:link, A:active, A:visited {
text-decoration: none;
color: #575763;
}

.menu A:link, .menu A:active, .menu A:visited {
color: #000000;
}
A:hover, .menu A:hover {
color: #90909d;
}

A img {
border: 0px;
}

