body {
	background-image: url(../bilder/bg_sterne.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 15px;
	color: #9999CC;
	font-weight: normal;
	text-decoration: none;
}

.headline {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 25px;
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}

.standard {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 15px;
	color: #9999CC;
	font-weight: normal;
	text-decoration: none;
}

.bold {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 15px;
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}