/* Erstellt von James Poelmann, halbfett-Büro für Gestaltung*/

/* Allgemeine Auszeichnungen */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position: relative;
}


/* Textfenster zum Scrollen im Content */	
.tabscroll {
	position: absolute;
	top: 212px;
	left: 216px;
	background-color: White;
	width: 584px;
	height: 305px;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: White;
	SCROLLBAR-HIGHLIGHT-COLOR: #ABA58A;
	SCROLLBAR-SHADOW-COLOR: #ABA58A;
	SCROLLBAR-3DLIGHT-COLOR: White;
	SCROLLBAR-ARROW-COLOR: #ABA58A;
	SCROLLBAR-TRACK-COLOR: White;
	SCROLLBAR-DARKSHADOW-COLOR: White;
	padding-left: 9px;
	padding-top: 0px;
	visibility: visible;
	}	

a.nav:link {
	color: #002676;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;

}
a:visited {
	color: #50b4c8;
	text-decoration: none;
}
a:link {
	color: #50b4c8;
	text-decoration: none;
}
a:hover {
	color: 415c77;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold;
	font-size: 12px;
	color: #002676;
	text-decoration: none;
	line-height: 17px;
	
}
a.nav:hover {
	font-weight: bold;
	font-size: 12px;
	color: #002676;
	text-decoration: none;
	line-height: 17px;
	
}
a.nav:active {
	font-weight: bold;
	font-size: 12px;
	color: #002676;
	text-decoration: none;
	line-height: 17px;

}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #415c77;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
}
.mainhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #415c77;
	padding-right: 40px;
	padding-top: 0px;
	font-weight: bold;
}
.lefthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #b4be00;
	padding-right: 20px;
	padding-top: 40px;
}
.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #415c77;
	padding-top: 10px;
}
