@charset "utf-8";
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(bilder/bg.jpg);
	background-repeat: no-repeat;
	scrollbar-base-color:#242424;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#cccccc;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#242424;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#242424;

}
input {
	background-color: #CCCCCC;
	border: 1px solid #FF6600;
}
td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 14px;
}
