@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0em;
	background-image: url(../img/hg_querblau.gif);
	background-repeat: repeat;
}
html {
}
p {
	margin: 0px;
}
h1 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 0.1em;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}
h2 {
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}
h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: 0.1em;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}
h6 {
	text-align: right;
	margin-top: -250px;
}
a {
	color: #000;
}
span.magenta {
	background-color : #ff66cc;
	padding: 2px;
	text-align: center;
}
span.cyan {
	background-color : #66ccff;
	padding: 2px;
}
span.gelb {
	background-color : #FF3;
	padding: 2px;
	text-align: left;
}
#container {
	width: 700px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: url(../img/hg_700.png);
	background-repeat: repeat;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100%;
}
#destra {
	text-align: right;
	vertical-align: baseline;
}
span.katja:hover span.cyan {
	background-color : #FF3;
}
span.katja:hover span.magenta {
	background-color : #FF3;
}
span.katja:hover span.gelb {
	background-color : #66ccff;
}.bold {
	font-weight: bold;
	letter-spacing: 0.2em;
}
.sterne img  {
	position: relative;
	right: -350px;
	top: -80px;
}

