#klammer {
	position:absolute;
	width:950px;
	height:550px;
	top: 13px;
	left: 9px;
}
#banner {
	position:absolute;
	width:930px;
	height:115px;
	top: 20px;
	left: 15px;
	float:left;
}
#banner1 {
	position:absolute;
	width:930px;
	height:25px;
	top: 135px;
	left: 15px;
	float:left;
}

#menue {
	position:absolute;
	width:90px;
	height:150px;
	top: 200px;
	left: 5px;
	float:left;
}

#inhaltsrahmen{
	position:absolute;
	/*width:825px;*/
	width:835px;
	height:410px;
	top: 159px;
	left: 90px;
	float:left;
	z-index:1;
}

#inhalt {
	position:absolute;
	width:820px;
	height:400px;
	top: 164px;
	left: 95px;
	float:left;
	z-index:2;
	overflow:auto;
}
/*der Footer als fuss.php ist momentan ausgeblenet, kann aber bei Bedarf wieder aktiviert werden*/
#footer {
	position:absolute;
	width:930px;
	height:10px;
	top: 550px;
	left: 15px;
	float:left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	scrollbar-face-color:#E5EDF8;
	scrollbar-base-color:#ffffff;
	scrollbar-track-color:#F4F8FD;
}

/*Einpixelbilder blau*/
.spacergrey_x {
	background-image: url(../bilder/spacerblue.png);
	background-repeat: repeat-x;
}

.spacergrey_y {
	background-image: url(../bilder/spacerblue.png);
	background-repeat: repeat-y;
}

/*Ueberschrift eins*/

.ueberschrift{
	font-size:16px;
	font-style:normal;
}
.ueberschrift1{
	font-size:22px;
	font-style:normal;
	color: #990033;
	font-weight:bold;
}

/*Farben der Links: besuchte, unbesuchte, sowie andere*/

a:link { text-decoration:none; font-weight:bold; color:#000000;  text-decoration:underline}
a:visited { text-decoration:none; font-weight:bold; color:#000000; text-decoration:underline}
a:focus { text-decoration:none; font-weight:bold; background-color:#0000000;  text-decoration:underline}
