BODY {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #74A3C9;
	scrollbar-3dlight-color: #74A3C9;
	scrollbar-darkshadow-color: #74A3C9;
	scrollbar-shadow-color: #74A3C9;
	scrollbar-arrow-color: #74A3C9;
	scrollbar-track-color: white;
}

TD {
	font-family: Tahoma, Arial;
	font-size: 10pt;
}

.cell_head {
	font-weight: bold;
	text-align: right;
}

.cell_header {
	font-weight: bold;
}
.content {
	background-color: white;
}

.back_blau {
	background-color: #005CA7;
}

A {
	color: #005CA7;
	text-decoration: none;
}

A:hover {
	color: gray;
}

hr {
	color: #005CA7;
	size: 1;
}

#comment{
	color: red;
	font-size: 7pt;
}

input {
	border: 1pt box gray;
}
button {
	width: 250px;
	text-align:center;
}

#head1 {
	color: gray;
	font-size: 19pt;
	font-style: italic;	
}

#header1 {
	color: #005CA7;
	font-size: 10pt;
	font-weight: bold;
}

#head2 {
	color: #D0D0D0;
	font-size: 15pt;
	font-style: italic;	
	font-weight: normal;
}

#head3 {
	color: gray;
	font-size: 7pt;
	font-style: italic;
}

#text3 {
	font-size: 7pt;
}

#paatz_gross {
	color:	#005CA7;
	font-family: Tahoma;
	font-size: 28pt;
	font-weight: 200%;
}

#text_klein {
	color:	black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

#text_tiny {
	color:	gray;
	font-family: Tahoma;
	font-size: 7pt;
	font-style: italic;
	text-align: right;
}

.nav_cell {
	background-color: #EEEEEE;
	color:	gray;
	font-family: Arial;
	font-size: 14pt;
	height: 40px;
	width: 150px;
	text-align: right;
	cursor: hand;
}
.nav_cell_selected {
	background-color: #EEEEEE;
	color:	white;
	font-family: Arial;
	font-size: 14pt;
	height: 40px;
	width: 150px;
	text-align: left;
	cursor: hand;
	text-decoration: underline;
	font-style: italic;
}