body { margin : 20px; background: url(''); font-size: 10px; font-family: verdana; font-size: 12px; color: #3333CC
}
.rubr { font-family: Verdana; font-size: 24pt; color: black
}
.textrubrik { font-family: Verdana; font-size: 12px; font-weight:bold; color: #3333CC
}

.text { font-family: Verdana; font-size: 12px; color: #000000
}
.textgra { font-family: Verdana; font-size: 12px; color: #BBBBBB
}


.outside-box {
 width : 99%;
 display : block;
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #3333CC;
}

.inside-box {
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #3333CC;
}

.inside-box2 {
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 font-weight : normal; 
}

.nav-title {
 width : 150px;
 text-align : left;
 padding : 3px;
 font-size : 12px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color :#3333CC;
 background : #D4D4D4;
}

.nav-link {
 width : 150px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #3333CC;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #FFFFFF;
 color : #3333CC; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #3333CC;
 color : #FFFFFF; 
}

a:link {
 color : #03333CC;
 font-size : 12px;
 text-decoration : none;
}

a:visited {
 color : #3333CC;
 font-size : 12px;
 text-decoration : none;
}

a:active {
 color : #3333CC;
 font-size : 12px;
 text-decoration : none;
}

a:hover {
 color : #3333CC;
 font-size : 12px;
 text-decoration : none;
}

