/* allgemeine Stylesheet Datei */

body {
	background-color:#fff6ca; 
}	


h1 {
	text-align:center;
}


div.menuueber {
	text-align:center;
	font-size:14pt;
	line-height:27px;
} 

h3 {
	text-align:left;
}


div.banner {
	position:absolute;
	top:0px;
	left:0px;
	height:120px;
	width:100%;
	background-color:#ffc821;
	z-index:1;
}


div.logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}


div.links {
	position:absolute;
	line-height:22px;
	width:170px;
	left:20px;
	background-color:#F5E596;
	padding:15px;
	top:185px;
	border-style:ridge;
	border-width:4px;
	font-family:'Arial';
}

div.content {
	position:absolute;
	top:135px;
	left:250px;
	width:640px;
	padding:20px;
	border-width:6px;
	padding:20px;
	font-family:'Arial';
	text-align:justify;
	background-color:#fff6ca;
}

div.content2 {
	position:absolute;
	top:135px;
	left:250px;
	width:500px;
	padding:20px;
	border-width:6px;
	padding:20px;
	font-family:'Arial';
	text-align:justify;
	background-color:#fff6ca;
}

img.rahmen {
	border-style:ridge;
	border-width:6px;
}

div.bilder {
	text-align:center;
}

div.bilder2 {
	float:right;
	margin-left:20px;

} 


 a:link {color:black; text-decoration:none}
 a:visited {color:black; text-decoration:none}
 a:active {color:black; text-decoration:underline}
 a:hover {color:black; text-decoration:underline}

span.schriftlinks {
   text-align:left;
}

td {
   vertical-align:top;
}

