/* Styles til body */

body {
/*background-color: #4E0F00; */
color: #ffffff;
font-family: arial,verdana; 
font-size: 12px;
background-image: url(../img/layout/bodyback.png);
margin: 0px 0px 0px 0px;
text-align:center;
}

/* Styles til tekster og overskrifter */

.overskrift {
font-family: arial; 
font-size: 13px;
font-weight: bold;
padding-bottom: 5px
}

h2 {
font-family: verdana, arial; 
font-size: 13px;
padding-bottom: 12px
}

#hovednyhedtekst h1 {
font-size: 13px;
font-family: arial,verdana; 
}

.undersidehead {
width: 642px;
margin-bottom: 30px;
}
.undersideoverskrift {
font-size: 13px;
text-transform:uppercase;
}
.undersideheadmenu {
color: #9E9E9E;
font-size: 12px;
}
.undersideindholdoverskrift {
font-size: 14px;
font-weight: bold;
}

/* Styles til diverse */

.skillelinie {
height: 1px;
border: dashed 1px black;
width: 400px;
text-align:left;
}
.stillingslinie {
height: 1px;
border: solid 1px black;
width: 100px;
text-align:center;
}

span.green {
color: #00FF00;
}
span.red {
color: #FF0000;
}

