/* Cascading Style Sheet */
p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color : Black
}

.stark{
    font-family: Verdana, Arial, sans-serif;
    color : Black;
    font-weight : bold;
    font-size : 12px;
}

.kursiv {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
    font-style : italic;
}

.linespacing {
    line-height: 16pt;

}

a:link {
    text-decoration: none;
    }

a:visited {
    text-decoration: none;

}
a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color : #FFCC00;
}

.linktext {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    color : #33CCCC;
    font-weight: bold;
    }

.borderbottomdot{
    border-bottom: dotted;
    border-bottom-width : 2px;
    border-color : #CCCC99;
}

.borderbottom {
    border-bottom : 1px solid #DCDCDC;
}

.bordertopp {
    border-bottom : 1px solid #DCDCDC;
}

.kantlinje {
    border: 1px solid #DCDCDC;
}

.frubrik {
    font-family : Verdana, Arial, sans-serif;
    font-size : 18px;
    color : Black;
}

.frubrik02 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	color: Black;
}

.artikelrubrik20px {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}


.rubriktopp {
    color: Black;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    letter-spacing: .0em;
    padding: 0.1em 0;
    border-top: 1px solid #CC9933;
    border-bottom: 1px solid #CC9933;
    font-family : Verdana, Arial, sans-serif;
    width : 480px;
    font-style : italic;
}


.times26px {
	font-family: Times New Roman;
	font-size: 26px;
	color: Black;
	font-style: normal;
}

.trebuchet11pt {
    color: black;
    font-family: "Trebuchet MS";
    font-size: 11pt;
}
.bildtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: Black;
}

