/* CSS Document */

body {
	background-color:white;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#ff9933;
	font-weight:bold;
	}
	

td.leiste {
	background-color:#F0D228;
	}

tr.tablehead {
	background-color:#FFFF99;
	}
	
div.leiste {
	text-align:center;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	}
div.unterleiste {
	font-align:left;
	}
	
div.unterleisterechts {
	text-align:right;
	word-spacing:10px;
	font-size:10pt;
 	font-family:Arial, Helvetica, sans-serif;
	margin-right:3px;
	}
p.content {
	font-size:10pt;
	
	}
p.content-head {
	font-size:12pt;
	color:#ff9933;
	font-weight:bold;
	}


A.leiste:link {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; TEXT-DECORATION: none
}
A.leiste:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #666666; TEXT-DECORATION: none
}
A.leiste:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-STYLE: italic; TEXT-DECORATION: underline
}


A:link {
	COLOR:blue; TEXT-DECORATION: none
}
A:visited {
	COLOR:blue; TEXT-DECORATION: none
}
A:active {
	COLOR:red; TEXT-DECORATION: underline
	}
A:hover {
	COLOR:red; TEXT-DECORATION: underline
	}
font.title {
	color:#FF9933;
	font-weight:bold;
	font-size:16px;
	}
font.title2 {
	color:#000000;
	font-weight:normal;
	font-size:12px;
	}