body 
{
 font-family: Open Sans; Verdana;
 font-size:16px;
 color:#626062;
 background: url(images/Hintergrund.jpg); 
 background-color:#f9f3dd;
 text-align:center;
 margin:0px;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


h1 {font-size:22px;color:#626062;margin-bottom:0px;}
h2 {font-size:18px;color:#626062;margin-bottom:0px;}
h3 {font-size:18px;color:#626062;}

code {font-size:18px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:##626062;
 
}

a:active, a:hover
{ 
   text-decoration:underline;
   color:#b4b4b4;
}

a.menu {
 text-decoration:underline;
 color:#b4b4b4;
 }

a.menu:link, a.menu:visited
{
 color:#b4b4b4;
 text-decoration:underline; 
}

a.menu:active, a.menu:hover
{
 text-decoration:underline;
 color:#b4b4b4;
}

a.anker
  {
  font-weight:bold;
  font-size:18px;
  }

a.anker:link, a.anker:visited, a.anker:hover, a.anker:active
 {
  text-decoration:none;
  color:#ffffff;
 }


#Mitte {
width:968px;
margin:30px auto;
background-color:#f9f3dd;
border:0px;
text-align:justify;
}




.abgerundet {
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Chrome, Safari */
-khtml-border-radius:15px; /* Konqueror */
border-radius:15px; /* CSS3 */
padding:5px;
}

.zentriert {
display; block;
text-align: center;
align: center;
margin-right: auto;
margin-left: auto;
}



a.menuabgerundet:active, a:hover
{ 
  
background-color:#ffffff;
}