body {
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-color: #b1a6c4;	
	
	scrollbar-track-color: #bfb6ce;
	scrollbar-face-color: #a398b6;
	scrollbar-arrow-color: #e0d9ec;
	scrollbar-shadow-color: #a398b6;
	scrollbar-highlight-color: #a398b6;
	scrollbar-3dlight-color: #ece7f4;
	scrollbar-darkshadow-Color: #a398b6;
	
	font-size: 11px;
	color: white;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	}
table {
	font-size: 11px;
	color: white;
	font-family: verdana, arial, sans-serif;
	}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a:active {
	color: #ffffff;
	}
input, textarea, radio, checkbox {
	background-color: #bfb6ce;
	border: 1px solid #8e82aa;
	margin: 3px;
	color: #786b99;
	}
input:hover, textarea:hover, radio:hover, checkbox:hover {
	background-color: #dfd9ea;
	}
.Titel {
	font-size: 14px;
	font-weight: bold;
	}
.special {
	border: 2px solid white;
	}
a:link img {
	border: 2px solid white;
	}
a:visited img {
	border: 2px solid white;
	}
a:hover img {
	border: 2px solid #d4c8e7;
	}
a:active img {
	border: 0px;
	}