
/*
        Grey Simple Design 2009
        Copyright by nic.s6a.de
        Style.css File for nic.s6a.de
        style bg: #f9f8f3
        ----------------------------------
        Last Edit: 03:26 29.10.2010
*/

body {
        background: #000000;
        font-family: Arial, verdana, helvetica, sans-serif;
        font-size : 12px;
        color : #000000;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
}
h2 {
        font-family:Arial, verdana, helvetica, sans-serif;
        font-size : 18px;
        color : #000000;
}
h3 {
        font-family:Arial, verdana, helvetica, sans-serif;
        font-size : 14px;
        color : #000000;
         padding:10px 0 0 10px;
}
div {
        font-family:Arial, verdana, helvetica, sans-serif;
        font-size : 12px;
        color : #000000;
}
a {
        color:#000000;
        font-size: 12px;
        text-decoration:none;

}
.headline { font-size: 30px; }
a:hover {
        color : #0000FF;
        font-size : 11px;
        text-decoration : none;
}
a:link {
        color:#0000FF;
        font-size: 12px;
}
a:active {
        color:#0000FF;
        font-size: 12px;
}
a:visited {
        color:#0000FF;
        font-size: 12px;
}
hr{
        background : #E2E2E2;
        border : 1pt;
        height : 1px;
        margin: 0px:
        padding: 0px;
}
#content{
        margin-top : 120px; /* Abstand oben wenn padin angeben unötig */
        margin-bottom: 0px; /* Längenangabe oder Prozentangabe, Inherit und auto. auto weist den Browser an, den Wert automatisch zu berechnen. */
        margin-left : auto; /* Abstand vom linken rand */
        margin-right : auto; /* Abstand vom Rechten rand */
        width : 500px; /* Breite der Box */
        color : #000000; /* Schriftfarbe */
        border : 1px solid  #8E8E8E; /* Umrandungslinie HR */
        text-align : left; /* Text linksbündig */
        background-color: #EFEFEF; /* Background farbe (nur in dieser box) */
        padding: 10px; /* Abstand oben unten */
        height: auto; /* Sorgt bei viel text, für automatisches mitwachsen der box */
}
#navi {
        position: absolute; /* Postion center. middle oder absolute */
        left: 50%; /* Abstand vom linken rand nur prozentangabe möglich */
        top: 120px; /*Abstand vom oberen rand */
        margin-left:-384px; /* Abstand vom linken rand */
        width: 100px; /* Breite der Box */
        padding:10px; /* Abstand oben unten */
        color: #000000; /* Textfarbe */
        font-size:13px; /* Schriftgröße */
        background-color: #EFEFEF; /* Hintergrundfarbe der Box in dem fall durchsichtig */
        background-image:url(); /* Hintergrundbild (Funktioniert nur wenn BG-Color raus oder deaktiviert ist */
        border: 1px solid #8E8E8E; /* Boxumrandung HR */
}
#header {
        position: absolute; /* Postion center. middle oder absolute */
        left: 50%; /* Abstand vom linken rand nur prozentangabe möglich */
        top: 15px; /*Abstand vom oberen rand */
        margin-left:-384px; /* Abstand vom linken rand */
        width: 623px; /* Breite der Box */
        height : 80px; /* Höhe der Box */
        padding:10px; /* Abstand oben unten */
        color: #000000; /* Textfarbe */
        font-size:13px; /* Schriftgröße */
        background-color: #EFEFEF; /* Hintergrundfarbe der Box in dem fall durchsichtig */
        background-image:url(); /* Hintergrundbild (Funktioniert nur wenn BG-Color raus oder deaktiviert ist */
        border: 1px solid #8E8E8E; /* Boxumrandung HR */
}

#werbung {
        margin-top: 5px; /*Abstand vom oberen rand */
        margin-left : auto;
        margin-right : auto;
        margin-bottom: 20px;
        width: 519px; /* Breite der Box */
        height : 100px; /* Abstand oben unten */
        color: #000000; /* Textfarbe */
        font-size:13px; /* Schriftgröße */
        background-color: #EFEFEF; /* Hintergrundfarbe der Box in dem fall durchsichtig */
        background-image:url(); /* Hintergrundbild (Funktioniert nur wenn BG-Color raus oder deaktiviert ist */
        border: 1px solid #8E8E8E; /* Boxumrandung HR */
}

.hinweis {
        padding:10px;
        font-size: 12px;
        background: #fff6d8;
        border-top: 1px solid #d5d4d0;
        border-bottom: 1px solid #d5d4d0;
}