body {
	background-color: #244395;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
}
a {
    
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
p {
	line-height: 1.1;
}
#kasten {
	position: relative;
	margin: 0;
	padding: 20px 10px 20px 10px;
	width: 500px;
	border: 1px solid #ccc;
	background: #244395 url(graphics/haze.jpg) no-repeat top center;
}
#head {
	position: relative;
	margin: 0;
	padding: 20px 10px 20px 10px;
	width: 420px;
	border: 1px solid #ccc;
	background-color: #244395;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	border: thin dashed #006699;
}
.headline {font-size: 20px}
.headline2 {font-size: 18px}

