body {
	color:#2f4f4f; 
	background-color:white;
	font-size:18px; 
	font-family:Calibri, Helvetica, Arial;
	margin-left:50px; margin-right:30px;
	border-style: none;
}

h1{
	color:grey; font-family:calibri, helvetica, arial; font-size:32px;
}

h2 {
	color:grey; font-family:calibri, helvetica, arial;
}

h3 {
	color:grey;
}

p {
	color:black; font-family:calibri, helvetica, arial;
	padding: 10px; 
}

dl{
	line-height:1.5em;
}

#steuerung{
	width:100%; padding:10px; height:40px; background-color:grey; opacity: 0.9;
	position:relative; color:white; text-align:right; font-size: 22px; 
	font-family:Calibri, Helvetica, Arial; word-spacing:10px;
	overflow:hidden; border-radius: 3px 15px 3px 15px;
}

#text{
	color:black; background-color:white; font-family:calibri, helvetica, arial;
	padding: 20px;
}


a.norm:link{
	color:white; text-decoration:none; background-color:grey;
}

a.norm:visited{
	color:white; text-decoration:none; background-color:grey;
}

a.norm:hover{
	color:grey; background-color:seashell; text-decoration:none; 
	border-radius: 3px 15px 3px 15px; padding:10px;
}

a.norm:active{
	color:white; text-decoration:none; background-color:grey;
}

a.other:visited{
	color:grey; text-decoration:none; background-color:#FFF0F5;
}

a.other:link{
	color:grey; text-decoration:none; background-color:#FFF0F5;
}

a.other:hover{
	color:grey; background-color:#FFF0F5; text-decoration:none; 
	border-radius: 3px 15px 3px 15px; padding:10px;
}

a.other:active{
	color:grey; text-decoration:none; background-color:#FFF0F5;
}

#endzeile{
	background-color:grey; line-height:2em; font-size:20px; text-indent:38px;
	border-radius: 3px 15px 3px 15px; height:40px; clear:both; margin-bottom:20px;
}

img{
float:right; padding-top:20px; margin-bottom:50px; overflow:hidden;
}

#foto img {
	float:left; padding-right:20px;
}

figcaption{
	text-align:justify; padding-top:15px;
}

#logo {
  position: relative; top: 20px; bottom:10px; clear:both; float:left;
}

#logo img {
  display: block; overflow:visible; float:right; clear:both;
}

#logo span {
  position: absolute;
  top: 85px;
  left: 0px;
  text-align: justify; float:left; clear:both;
}


#spalte1 {
	background-color:#FFF0F5; border:solid; border-color:grey; border-width:2px;
	border-radius: 3px 15px 3px 15px;
	float:left; width:95%; padding:20px; margin-bottom:20px;
}

#spalte2 {
	background-color:#FFF0F5; border:solid; border-color:grey; border-width:2px;
	border-radius: 3px 15px 3px 15px;
	float:right; width:45%; padding:20px; margin-bottom:20px;
}

#spalte3 {
	background-color:#FFF0F5; border:solid; border-color:grey; border-width:2px;
	border-radius: 3px 15px 3px 15px;
	float:left; width:25%; padding:20px; margin-bottom:20px; min-width:200px;
}

#spalte4 {
	background-color:#FFF0F5; border:solid; border-color:grey; border-width:2px;
	border-radius: 3px 15px 3px 15px;
	width:35%; padding:20px; margin-bottom:20px; float:left; margin-left:2%; margin-right:2%;
	min-width:200px;
}

#spalte5 {
	background-color:#FFF0F5; border:solid; border-color:grey; border-width:2px;
	border-radius: 3px 15px 3px 15px;
	float:right; width:25%; padding:20px; margin-bottom:20px; min-width:200px;
}






	
	