html{background: #000;}

body {
 font: 20px Verdana, sans-serif; font-color: #fff; color: #fff; text-align: left ;background: #000;
  }



/*capitalize = alle Wortanfänge als Großbuchstaben
 uppercase = nur Großbuchstaben
 lowercase = nnur kleinbuchstaben

 text-transform: lowercase
*/

pre, code { font-family: Verdana, arial, sans-serif;  }
hr { border:0 #9bb73e solid; border-top-width:1px; clear:both; height:0; }

/* MEDIA 
 #inhalt {
width: 1400px;                        http://verticalvisionmedia.com/
}
 
@media screen and (max-width: 1024px) {
#inhalt {
   width: 1400px;}

@media handheld and (max-width: 1024px) {
#inhalt {
   width: 1400px;

h1 {
 background: 333;
 width:1680px; height:160px;
 margin-top: 105px;
 margin-right: 80px;
 margin-bottom: 10px;
 margin-left: 71px;
 padding: 00px 00px 00px 00px;
  } */




/* -HEADLINES- */
h1 { font-size:24px; }
h2 { font-size:20px; font-weight:100; }
h3 { font-size:20px; font-weight:900; }
h4 { font-size:20px; font-weight:100;}
h5 { font-size:17px; }
h6 { font-size:14px; font-weight:100; }


/* -SPACINGS- */
ol { list-style:decimal; }
ul { list-style:disc; }
li { margin-left:00px; color:; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure
{ margin-bottom:20px; text-align: left }



*
{ border: 0;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}


a
{ text-decoration: none;color: #fff; position: center } 

body
{ 
  background: #000;
  background: url(../images/Berlin_Bildnis_Circle_16zu9_1K.jpg) no-repeat;
  background-size:100% auto;
  
  background-position: center center; 
  color: white;
  text-shadow: 2px 2px 4px black;
  
  position: relative;
    
}

h1
{ 
}

p
{ clear: both;fußzeile
  color: #;
  font: 14px Verdana, sans-serif;
  margin: 0 0 10px;
  padding: 0 0 5px;
  text-align: center;
}

p a
{ background: inherit; text-align: center ;
  color: #fff;
}



