/* 
    Document   : nokout_style
    Created on : 13.06.2009, 07:55:19
    Author     : Danny
    Description: its for the Nokout.eu baby.
*/
root { 
    display: block;
}

body {
    background-color: #1A1617;
    text-align: center;
    text-decoration: none;
    color: #AC875B;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;

}

img {
    border: 0px;
}

a:hover {
    color:white;
}

#news {
    color:black;
    font-size: 22px;
    padding-left: 40px;

}

.main_menue {
    font-size: 20px;
    text-decoration: none;
    color: #AC875B;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    
}

.menue {
    font-size: 16px;
    text-decoration: none;
    color: #AC875B;
    padding-left: 10px;
    padding-right: 60px;
    font-weight: bold;
    
}

.main_content {
    padding-top: 10px;
    padding-left: 50px;
}

a {
    text-decoration: none;
    color: #AC875B;
}

.ueberschrift {
    font-size: 25px;
    text-decoration: none;
    color: #AC875B;
    font-weight: bold;

}

