body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #d4e3f6;
	scrollbar-arrow-color: #70be63;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #e0eaf9;
	scrollbar-3dlight-color: #f1f1f1;
	scrollbar-darkshadow-Color: #82a9e2;
	margin: 15px;
	background-color: #ebf3ff;
	background-image: url(images/content_bg.png);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	}
table, form {
	font-familly: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.Titel {
	font-size: 20px;
	font-weight: bold;	
	letter-spacing: 2px;
	color: #87ace3;

	}
img {
	border: 2px solid #91b3e5;
	}
a:link{
	color: #9e9e9e;
	text-decoration: underline;
	}
a:visited {
	color: #9e9e9e;
	text-decoration: underline;
	}
a:active {
	color: #9e9e9e;
	text-decoration: underline;
	}
a:hover {
	color: #9e9e9e;
	text-decoration: none;
	}

input, textarea, select, option, radio {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #646464;
	}
input, textarea, select {
	margin: 2px;
	}