/* 
 * CSS Document
 * code by nyx@schwefelgelb.de
 */

* { 
    margin:0;
    padding:0;
}

html {
    height: 100%;
}

body {
    font: 100.01% Arial, Helvetica, Garuda, sans-serif;
    color: #000;
    text-align: left;
}

a, a:visited, a:hover {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #666666;
}

a img {
    border: none;
}

hr {
    color: #000000;
    background-color: #000000;
    width: 80%;
    text-align: left;
}

input, textarea {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}

/* Classes */
.asLink {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.asLinkLower {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.newsletter_box, .newsletter_btn {
    background: #FFF;
    border: #000 solid 1px;
    font-size: 1.0em;
 /*   height: 20px; */
    position: relative;
}

.newsletter_box {
    float: left;
    font-style: italic;
    padding: 2px;
    top: 0px;
    width: 140px;
}

.newsletter_btn {
    margin-left: 3px;
  /*  padding: 1px 2px 4px; */
    height: 20px;
    padding: 2px;
}

.newsletter_btn:hover {
    cursor: pointer;
}

.title_big {
    font: 1.7em "Times New Roman", Times, FreeSerif, serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* IDs */
#navi {
    position: absolute;
    top: 40px;
    font: .7em Arial, Helvetica, Garuda, sans-serif;
    width: 180px;
    margin-left: 10px;
    float: left;
    padding-bottom: 7px;
}

#content {
    font: .7em Arial, Helvetica, Garuda, sans-serif;
    position: absolute;
    left: 250px;
    top: 0px;
    float: left;
}

#noScript {
    bottom: 0px;
    background-color: #FFEE00;
    font: bold .7em Arial, Helvetica, Garuda, sans-serif;
    left: 0px;
    padding-left: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

#yellowBox {
    background-color: #FFEE00;
    font-size: .7em;
    cursor: move;
    left: 430px;
    padding: 25px 14px;
    position: absolute;
    top: 250px;
    z-index: 100;
}
