/* CSS 1, CSP 10/2003 */

BODY {
	background-color: rgb(255,255,255);
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(51, 51, 51)	
}

/* Redundancy */

P, UL, OL, DL, TD, TH, DIR, DT, DD {
	font-family: Verdana;
	font-size: 10pt;
	color: rgb(51, 51, 51)
}

H1 {
	font-size: 14pt;
	font-family: Verdana;
	font-weight: bold
}

H2 {
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold
}

H3, H4, H5 {
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: rgb(51, 51, 51)
}

.normal {
	font-size: 10pt;
	font-family: Verdana;
	color: rgb(51, 51, 51)
}

.bold {
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: rgb(51, 51, 51)
}

.italic {
	font-size: 10pt;
	font-family: Verdana;
	color: rgb(51, 51, 51);
	font-style: italic
}
	
.bitalic {
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: rgb(51, 51, 51)
}

.witalic {
	font-size: 10pt;
	font-family: Verdana;
	color: rgb(255, 255, 255);
	font-style: italic
}

.white {
	font-size: 10pt;
	font-family: Verdana;
	color: rgb(255,255,255)
}

.small {
	font-size: 8pt;
	font-family: Verdana;
	color: rgb(51, 51, 51);
	text-align: center
}

.bsmall {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.ismall {
	font-size: 8pt;
	font-family: Verdana;
	font-style: italic;
	color: rgb(51, 51, 51)
}

.lsmall {
	font-size: 8pt;
	font-family: Verdana;
	color: rgb(51, 51, 51)
}

A {
	text-decoration:none;
	color: rgb(0,102,204)
}

A:hover {
    color: rgb(132,132,132)
}

A img { text-decoration:none; }

.rubrik {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,102,204)
}

.rubrik:hover {
	color: rgb(132,132,132)
}

.rubrikaktiv {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(51, 51, 51)
}

.urubrik {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: rgb(0,102,204);
    margin-left: 12px;
}

.urubrik:hover {
	color: rgb(132,132,132)
}

.urubrikaktiv {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: rgb(51, 51, 51);
    margin-left: 12px;
}

.fussz {
	font-size: 10pt;
	font-family: Verdana;
	margin-top: -1px;
	color: rgb(0,102,204)
}

.size1 {
   font-size: 8pt
}