@charset "utf-8";
body, td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000CC;
}

#Menue {
	width: 190px;
	position: absolute;
	left: 5px;
	top: 50px;
}

.Link, .aktiverLink {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#FFFF00;
	background-color:#0000FF;
	font-weight:bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#Menue a:hover {
	color:#FFFFFF;
	background-color:#000066;
}

.aktiverLink {
	color:#0000FF;
	background-color:#FFFF00;
}

#Inhalt {
	position: absolute;
	top: 50px;
	left: 210px;
	width: 600px;
}

.blass {
	color:#666666;
	font-style:italic;
}

.weiss {
	color:#FFFFFF;
	font-weight:bold;
	margin: 2px;
	float: left;
	height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.kugel, .stern {
	font-weight: bold;
	color: #000000;
	background-image: url(../pics/kugel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 2px;
	float: left;
	height: 20px;
	width: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.stern {
	background-image: url(../pics/stern.jpg);
	width: 23px;
	background-position: center -1px;
}

.blackback {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #000000;
	float:left;
	height: 28px;
}
#sky {
	float:right;
	height: 610px;
	width: 161px;
 margin-right:50px;
}

.infobox {
	color: #F00;
	background-color: #FC3;
	padding: 20px;
	border: 2px double #F00;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}

.infobox a, .infobox a:visited {
	color: #00F;
	text-decoration: none;
}

.infobox a:hover {
	color: #00F;
	text-decoration: underline;
}
