/* padding {top right bottom left} */
body {
background-color: #646464;
}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
font-weight: normal;
color: #333333;
text-align: left;
}
a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.header {
height: 110px;
background-image: url(../images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
color: #FFFFFF;
}

.headerleft a {
color: #999999;
}

.headerleft a:hover {
color: #FFFFFF;
text-decoration: none;
}


.mainbody {
background-image: url(../images/mainbodybg.gif);
background-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
padding: 0 5px 0 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
font-weight: normal;
color: #333333;
}

.dividervert {
background-image: url(../images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
padding: 0 15px 0 5px;
}

.overskrift {
font-size: 12px;
line-height: 16px;
font-weight: bold;
color: #304F78;
}

.footer {
background-image: url(../images/footerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font-size: 10px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font-size: 10px;
}

.footerright a{
font-weight: normal;
color: #333333;
}
.red {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
font-weight: normal;
color: #ff0000;
}
