@font-face {
    font-family:"speak_heavy";
    src:url("../media/webfonts/f_h.eot");
    src:local("f_b"),url("../media/webfonts/f_h.woff") format("woff");
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #808080;
}

#mein_style a {
    font-family: "speak_heavy", Arial;
    font-size: 22px;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #008000;
}

#mein_style a:hover {
    text-decoration: none;
    background-color: #FF8040;
    -moz-text-shadow: 0 0 5px #FFFF00;
    -webkit-text-shadow: 0 0 5px #FFFF00;
    text-shadow: 0 0 5px #FFFF00;
}

#wrapper {
    background-color: #808080;
    max-width: 800px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#header {
     background-color: #FF8040;
     height: 150px;
     padding: 10px;    
}

#nav {
    background-color: #D1FF00;
    float: left;
    width: 180px;
    padding: 10px;
    min-height: 1500px;   
}

#content {
    background-color: #8080FF;
    margin-left: 200px;
    padding: 10px;
    min-height: 1500px;    
}

.center {
    text-align: center;
}