/* CSS Document */

/* ====================== Definition für die übergeordneten Seiten ================== */
.body_ueber {margin:0px; background-color:#00315f;}



/* ====================== Definition für den Content ================================= */
.content {background-color:#f6f6dd; margin: 20px; 
	background-position: right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	scrollbar-face-color: #b40000;
	scrollbar-highlight-color: #b40000;
	scrollbar-shadow-color: #b40000;
	scrollbar-3dlight-color: #f6f6dd;
	scrollbar-arrow-color: #f6f6dd;
	scrollbar-track-color: #f6f6dd;
	scrollbar-darkshadow-color: #f6f6dd;}
	
.text {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#00315f; line-height:150%;}
.betonung {color:#b40000;}

.text A:link, .text A:active, .text A:visited {font-weight:bold; color:#b40000; text-decoration:none;}
.text A:hover {font-weight:bold; color:#00315f; text-decoration:none;}