

body {
	scrollbar-base-color = #FFFFFF;						/*Basisfarbe der Scroll-Leiste*/
	scrollbar-3dlight-color = #00377C;				/*Farbe für 3D-Effekte*/
	scrollbar-arrow-color = #00377C;					/*Farbe für Verschiebepfeile*/
	scrollbar-darkshadow-color = #00377C;			/*Farbe für Schatten*/
	scrollbar-face-color = #FFFFFF;						/*Farbe für Oberfläche*/
	scrollbar-highlight-color = #FFFFFF;			/*Farbe für oberen und linken Rand*/
	scrollbar-shadow-color = #FFFFFF;					/*Farbe für unteren und rechten Rand*/
	scrollbar-track-color = #FFFFFF;					/*Farbe für freibleibenden Verschiebeweg*/
	OVERFLOW: hidden; HEIGHT: 100%
}

HTML {
	OVERFLOW: hidden; HEIGHT: 100%
}

a.intro:link {
	color: #FFFFFF;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_arrow_intro_w.gif) left center no-repeat;
	padding-left: 17px;
}

a.intro:visited {
	color: #FFFFFF;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_arrow_intro_w.gif) left center no-repeat;
	padding-left: 17px;
}

a.intro:hover {
	color: #BF002C;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_arrow_intro_r.gif) left center no-repeat;
	padding-left: 17px;
}

a.intro:active {
	color: #BF002C;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/link_arrow_intro_r.gif) left center no-repeat;
	padding-left: 17px;
}

.const {
	color: #FFFFFF;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 17px;
}
