body {	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	scrollbar-face-color: #336633;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #9AB6C4;
	scrollbar-darkshadow-color: #336633;
	scrollbar-track-color: #336633;
	scrollbar-arrow-color: #FFFFFF;	
	width: 100%; 
	height: 100%
}

a:link { color: #4E91C9; text-decoration:none; }
a:visited { color: #4E91C9; text-decoration:none; }
a:active { color: #4E91C9; text-decoration:none; }
a:hover { color: #00375F; text-decoration:underline; }


.footer {	
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin-right: 50px;
}

.navigationtext {
	font-size: 24px;
	color: white;
	margin-right: 22px;
}

.navigationtext a:link { color: #FFFFFF; text-decoration:none; }
.navigationtext a:visited { color: #FFFFFF; text-decoration:none; }
.navigationtext a:active { color: #FFFFFF; text-decoration:none; }
.navigationtext a:hover { color: #000000; text-decoration:none; }

.activenav a:link { color: #000000; text-decoration:none; }
.activenav a:visited { color: #000000; text-decoration:none; }
.activenav a:active { color: #000000; text-decoration:none; }
.activenav a:hover { color: #000000; text-decoration:none; }

.ordner {
	background-image: url("/images/layout2/rightboxentrypassive.png");
	height: 29px;
	color: #FFFFFF;
	font-style: italic;
}
.ordner:hover {
	background-image: url("/images/layout2/rightboxentryactive.png");
	height: 29px;
	color: #000000 ! important; 
}

.ordneractive {
	background-image: url("/images/layout2/rightboxentryactive.png");
	height: 29px;
	color: #000000 ! important; 
}

.ordnertext {
	margin-left: 5px;
}

.footer a:link { color: #FFFFFF; text-decoration:none; }
.footer a:visited { color: #FFFFFF; text-decoration:none; }
.footer a:active { color: #FFFFFF; text-decoration:none; }
.footer a:hover { color: #FFFFFF; text-decoration:underline; }

h1 { font-size: 22px; padding-top:0px; padding-bottom:5px; margin-top:0px; margin-bottom:20px; color: #000000;}
h2 { font-size: 17px; padding-top:0px; margin-top: 1px; padding-bottom:1px; margin-bottom: 8px; color: #000000; }
h3 { font-size: 14px; padding-top:0px; margin-bottom:5px; color: gray }

ul {margin-left: 1.5em; padding-left: 0;}

.schwarzer_kleiner_text {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

.required {
	background-image:url(../images/required-field.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:8px;
	color: #000000;
	text-decoration: none;
}

.optional {
	text-decoration: none;
	color: #000000;
}