header, nav, section, footer, article  {
    display: block;
}
body {
    /*background-color: #050000;*/  
   /** background-image: url(../images/backg.JPG);       */
    background-repeat: no-repeat;
    background-attachment: fixed;     
    background-position: top;  
    background-color: #F4F4F4;   
    /*background-color: #D5D5D5;   */
    
}
#all{
    margin: 0;
    padding: 0;
    width: 1000px;
    text-align: center;
    margin: 25px auto; 
    margin-top: 0px;
    padding-bottom: 0px;
    /*background-image: url(../images/trans.png);   */
    /*border-right: 3px solid black;
    border-left: 3px solid black;   */
    

}
header{
    background-color: #FFFFFF;
    height: 143px;
    border: 4px solid black ;       /* #8E0E0D */
    /*background-color: #E8CD55; */  
    /*background-image: url(../images/header.png);  */

}             
nav {
    text-align: center;
    background-color: #050000; 
    padding-bottom: 1px;
    margin-top: 10px;
    height: 60px;
    padding-top: 1px;
    padding-bottom: 20px;    
}
nav li {
    display: inline;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2.5em;
    border-right: 3px solid white;
}
nav .last_nav{
    border-right: 0px ;
}
nav a {
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 40px;
    
}      

footer {
    /*background-color: #FFEC6A;    */
    height: 60px;
    text-align: left;
    clear: both;
    padding-bottom: 1px ;
    margin-top: auto;
    padding-top: 0px;
}
footer ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
footer li {
    display: inline;
    font-size: 2em;

}
footer a {
    color: #000000;
    text-decoration: none; 
    margin-left: 15px;
    margin-right: 15px;
}

footer .copy {
    display: inline-block;
    padding-right: 50px;     

}

article {
    height: 550px; 
    clear: left;
    text-align: left; 
    margin-bottom: 15px; 
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFFFFF;
    border: 1px solid #454545;
}

article h1,h2,h3 {
    color: #000;
    text-align: center;
}
article .main{
    font-size: 1.8em;
    font-family: Verdana;
    text-align: center;

}
article .maps {
    float: right;
    display: block;
}
article .anfahrt{
    font-size: 1.4em;
    margin-top: 40px;
}

article .seite {
    float: left;
    text-align: left;
    width: 480px;
}

.autor{
    float: right;
}
.bericht{
    font-size: 1.2em;
}
.weiterlesen {
    color: #000000;
}
.news_seite{
    width: 650px;
    float: left;
    text-align: left;
    /*border: 1px solid black; */
    margin-top: 10px;
    font-size: 17px;
    font-family: Arial;
}
.news_seite_2{
    width: 650px;
    float: left;
    text-align: left;
    /*border: 1px solid black; */
    margin-top: 10px;
    font-size: 17px;
    font-family: Arial;
}
.kommentare{
    float: right;
    text-align: left;
    width: 270px;
    margin-top: 5px;
}
.kommentare_datum{
    float: right;
}
.kommentare_beitrag{
    /*border: 1px solid #D5D5D5; */
    background-color: #F4F4F4;   
    color: #000;
    width: 270px;
    display: block;
    border-top : 1px solid black;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}
.kontakt_info{
    float: right;
    width: 410px;
    display: block;
    margin-top: 50px;
}
.formular{
    float: left;
    width: 530px;
}
.location{
    text-align: center;
    display: block;
    width: 960px;
}
article ul{
    list-style-type: square;
}
article img {
    border: 2px solid black;
    margin-right: 5px;
    margin-top: 4px;
}
article .band{
    font-size: 1.5em;
}
article .band a {
    color: #000000;
    text-decoration: none;
}
.page_bands{
    height: 600px;
}
.bands td{
    padding-left: 160px;    
}
.impressum{
    height: 1700px;
}
.news_2{
    height: 1200px;
}
article .faceb {
    text-align: right;
    margin-top: 20px;
    height: 550px;
    /*border: 1px solid black;*/
    float: right;
    width: 450px;
    display: block;
}
article .faceb div {
    margin-top: 10px;
}
article .link {
    color: #000000;    
}

