

body {
    text-align:center;
    margin:0px;
    background-color:#666666;
        
    font: normal 12px/1.4em Verdana, Arial, Geneva, Helvetica, sans-serif;
    color: #ffffff; 
}



h1, h2, h3 {
    margin:5px 0px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;    
}

h3 {
    font-size: 14px;    
}

p {
    padding: 5px 0 5px 0;
}

a {
    color: #ffffff;
}

a:hover {
    color:#ffcc00;
}

ol, ul {
    padding: 5px 20px 5px 30px;
}

img {
    border:0px;
}










/* Box mit den neusten Nachrichten */
.newsBox {
    background-color: #ebebeb;
    border: #ff9900 2px solid;
    color:#000;
    padding: 10px;
}
    
.newsBox p {

}
    
.newsBox a {
    color: #c62222;
}

.newsBox a:hover {
    color: #c62222;
}


/** Einstellungen für den Footer-Bereich */
#footer {
    text-align:center;
    width: 640px;
}

#footer li {
    display:inline;
    padding: 0 5px 0 5px;
}
