/* Styles til body */

body {
background-color: #FFCC00; 
color: #ffffff;
font-family: verdana, arial; 
font-size: 11px;
/*background-image: url(../img/layout/back.jpg);*/
}

/* Styles til tekster og overskrifter */

.overskrift {
font-family: verdana, arial; 
font-size: 14px;
font-weight: bold;
padding-bottom: 12px
}

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

span.blaa_overskrift{
font-weight: bold;
color: #566EFF;
}

/* 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;
}
