/* CSS-Definition der Inhalte */
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 3px;
	background-attachment: fixed;
	background-image: url(../images/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: right center;

	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#EEEEEE;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	/* Scrollbalkendesign der Elbgalerie */
	/*
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#352474;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-face-color:#EEEEEE;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	
	*/
}
a:link {
	color: #888888;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #888888;
}

