body {
    margin-left:			25px;
	margin-right:			0px;
	margin-top:				2px;
	margin-bottom:			0px;
	background-image:		url(bilder/bg.jpg);
	background-repeat:		repeat-x;
	background-color: 		#F2EEEB;
	font-family: 			Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			normal;
	text-decoration: 		none;
	color: 					#333333;
}

td {
	font-family: 			Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			normal;
	text-decoration: 		none;
	color: 					#333333;
}

h1 {
	font-family: 			Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 				16px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			bold;
	text-decoration: 		none;
	color: 					#333333;
}

a:link { 
	color: #333333;
} 

a:visited {
	color: #333333;
} 

a:active {
	color: #333333;
} 

a:hover {
	color: #465C83;
}