* {
margin: 0;
padding: 0;
}

@font-face { font-family: 'Meine_Schrift';
src: url('font/luzsans.ttf') format('truetype'); }

html {
color: #000;
font: 70%/1.2  'Meine_Schrift',arial, verdana, helvetica, sans-serif;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}


div#content{
width: 95%;
high: 95%;


}


article section{

float: left;
margin: 1% 5% ;
width: 95%;
/*hyphens: auto; 
margin-right: 150px;
text-align: justify*/
}

article > header{
width: 95%;
float: left;

margin-left: 0px;
}

article header > h1 {
font-family: 'Meine_Schrift', sans-serif; 
font-size: 2.5em; 
margin-bottom:0.5em;
color: #FFFFFF;
}

article header> a{
font-family: 'Meine_Schrift', sans-serif; 
font-size: 1.5em; 
color: #FFFFFF;
margin-bottom:1em;
margin-top:1em;
color: #FFFFFF;
}

article section > header {
font-size: 16px;
height: auto;

}

article section header >  h2 {
font-family: 'Meine_Schrift', sans-serif; 
font-size: 2em; 
color: #FFFFFF; 
margin-bottom:1em;
}

article  section > h1 {
font-family: 'Meine_Schrift', sans-serif; 
font-size: 20px; 
color: #FFFFFF; 
margin-top:0.5em;
margin-bottom:0.2em;
}

article  section  h1 > a {
font-family: 'Meine_Schrift', sans-serif; 
font-size: 20px; 
color: #FFFFFF; 
margin-top:0.5em;
margin-bottom:0.2em;
}

article section>  p , li{
font-family: 'Meine_Schrift', arial, sans-serif;
font-size:16px; 
text-indent: 0em;
color: #FFFFFF; 
margin-bottom:0.5em;
line-height: 20px;

}

article section p>  a{
font-family: 'Meine_Schrift', arial, sans-serif;
font-size:16px; 
text-indent: 0em;
color: #FFFFFF; 
margin-bottom:0.5em;
line-height: 20px;

}

article section> ul {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
}

article section>  .rechts {
float: right;
margin-left: 10px;
}

article section>  .links {
float: left;
margin-right: 10px;
}




