body { background-color:#6699CC;  }
img { border-width: 0; }


#Kopf{
 background-color:#6699CC; 
	margin: auto;
	max-width: 1050px;
	min-width: 980px;
/*
border-color:#000000;
  border-style:solid;
  border-width:2px; 

*/
  }

div#Block {
background-color:#6699CC; 
	max-width: 1050px;
	min-width: 980px;
margin: auto;
/*border-color:#000000;
  border-style:solid;
  border-width:2px; 
*/
 }

div#Navigation {
    float: left;
    width: 160px;
    margin: 10px 5px;   
}

div#Inhalt {
    font-family:Arial,sans-serif;
    font-size:11pt;
    margin: 15px 190px 0 180px;
    margin-top: 30px;
  }

div#Info {
	border-color:#66bbcc;
  	border-style:solid;
  	border-width:4px; 
	background-color:#66aacc;
	font-family:Arial,sans-serif;	
	font-size:9pt;
	float: right;
	margin: 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 130px;
  }

div#Fuss {
background-color:#6699CC; 
margin: auto;
max-width: 1050px;
/*    left: 10px;
*/  
  margin-top: 10px;
    clear:both;
 }

p.center{
	text-align:center;
   }

table.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
   }  

h1.center {
	text-align:center;
   }

h2.center {
	text-align:center;
   }

h3.center {
	text-align:center;
   }

h4.center {
	text-align:center;
   }
a {
outline:none;
}
/* Bilder-Anzeige mit Mouseover */
a:link  .quer{ width: 300px; height: 225px; }
/*
a:hover .quer { width: 600px; height: 450px; }
*/
a:link .hoch{ width: 225px; height: 300px; }
/*
a:hover .hoch { width: 450px; height: 600px; }
*/
a:hover .quer {
 -webkit-transform: scale(2); 
-moz-transform: scale(2);
 -o-transform: scale(2);
 -ms-transform: scale(2); 
transform: scale(2);
}
a:hover .hoch {
 -webkit-transform: scale(2); 
-moz-transform: scale(2);
 -o-transform: scale(2);
 -ms-transform: scale(2); 
transform: scale(2);
}

 /* Bilder-Anzeige mit Mouseover im Format 10x15 */
a:link  .quer10{ width: 300px; height: 200px; }
/*
a:hover .quer { width: 600px; height: 400px; }
*/
a:link .hoch10{ width: 200px; height: 300px; }
/*
a:hover .hoch { width: 400px; height: 600px; }
*/
a:hover .quer10 {
 -webkit-transform: scale(2); 
-moz-transform: scale(2);
 -o-transform: scale(2);
 -ms-transform: scale(2); 
transform: scale(2);
}
a:hover .hoch10 {
 -webkit-transform: scale(2); 
-moz-transform: scale(2);
 -o-transform: scale(2);
 -ms-transform: scale(2); 
transform: scale(2);
}




