html, body, {
	background-image:url("./img/back.png");
	background-repeat: repeat-x;
	background-attachment:fixed;
	color:#FFFFFF;
	font-family:"Andale Mono",Arial,sans-serif;
	position:absolute;
	}

p, a, td, h1, h3{
	font-size: 10pt;
	color:#a8a8b8;
	font-family:Arial;
	margin:0,0,0,0;
	vertical-align:top;
	}

h1 {
	font-size: 11pt;
	}

h3 {
	font-size: 1.4em;
	color:#646474;
	font-style: italic;
	}

#schrift{ 
	top:20px;
	height:35px;
	left:10px;
	width:300px;
	position:absolute;
	}

#navi{ 
	top:135px;
	height:23px;
	left:0px;
	width:100%;
	position:absolute;
	}

#linz{ 
	top:0px;
	height:60px;
	right:20px;
	width:62px;
	position:absolute;
	}

#head {
	background-image: url("./img/randlinks2.jpg");
	background-repeat: repeat-x;
	top:0px;
	height:157px;
	left:0px;
	width:100%;
	position:absolute;
	}

#navi a, #stand a{
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	padding-left: 22px;
	vertical-align:bottom;
	}

#navi a:hover{
	color:#b9b9ca;
	}

#text{
	top:200px;
	height:200px;
	left:70px;
	width:650px;
	position:absolute;
	}

#stand{
	top:160px;
	height:25px;
	left:290px;
	width:450px;
	position:absolute;
	}

.stern-klein, .stern-klein-grau{
	background-image: url("./img/stern-klein.png");
	background-repeat:no-repeat;
	height:5px;
	width:5px;
	position:absolute;
}
.stern-klein-grau{
	background-image: url("./img/stern-klein-grau.png");
	}

.stern, .stern-grau{
	background-image: url("./img/stern.png");
	background-repeat:no-repeat;
	height:33px;
	width:25px;
	position:absolute;
}

.stern-grau{
	background-image: url("./img/stern-grau.png");
}

.quad-gruen, .quad-orange, .quad-lila{
	width:12px;
	height:12px;
	background-color:#669933;
	border:1px solid #cccccc;
	}

.quad-orange{
	background-color:#ff9900;
	}

.quad-lila{
	background-color:#993366;
	}

