/**************************************************************
 * $file: default.css                                         *
 * $author:  Toni Josua              *
 * $date: Sunday, January 27, 2008 1:09 PM                       *
 **************************************************************/

/**************************************************************
 * HTML Elemente                                              *
 **************************************************************/
body {
    font-size: 1em;
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
    font-family: "Times New Roman", Times, serif;
    background-image: url(images/suppi.jpg);
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

hr {
    width: 85%;
    height: 1px;
    color: #000000;
}

code {
    margin: 0 auto;
    padding: 5px;
    width: 90%;
    font-size: 1em;
    border: 1px solid #000;
    white-space: pre;
}

samp {
    font-size: 1em;
}

dt {
    background-color: #DEE9EF;
    border: 1px solid #999;
    padding: .2em;
}

dd {
    background-color: #EAF1F4;
    border: 1px solid #999;
    border-top: none;
    padding: .3em;
    margin-bottom: 3em;
}
/**************************************************************
 * Hauptklassen                                               *
 **************************************************************/

.just {
    text-align: justify;
}

.titel, .foot {
    padding: 2px;
    background-color: #EEE;
    margin: 0px;
    border: 1px solid #999;
}

.foot {
    text-align: center;
    margin-top: 10px;
    margin-left: 160px;
}

.modified {
    font-style: italic;
}

.attention {
    color: #F00;
}

/**************************************************************
 * Grundgerüst                                                *
 **************************************************************/
#logo {
    height: 149px;
    border: 1px solid #999;
    text-indent: -10000px;
    margin: 0 0 10px 0;
    background-image: url(images/kreisohne.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

#navigation {
    float: left;
    width: 140px;
    height: 100%;
    background-color:#FFF;
    border: 1px solid #999;
    padding: 5px;
    background-repeat: no-repeat;
    text-align: center;
}

#content {
    margin-left: 160px;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 5px;
}

#nav_list {
    margin: 104px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#nav_list ul {
    margin: 0;
    padding: 0;
}

/**************************************************************
 * Links                                                      *
 **************************************************************/

a img {
    border: none;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #900;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #900;
    text-decoration: underline;
}

/**************************************************************
 * Navigation                                                 *
 **************************************************************/

.nav_titel {
    font-weight: bold;
    color: #900;
}

li.kategorie {
    color: #000;
    padding-left: 5px;
    margin-top: 10px;
    list-style-type: none;
}

li.link {
    color: #8CA7B0;
    border: thin none #999;
    text-indent: 5px;
    list-style-type: square;
    list-style-position: inside;
}

a.navigation:link, a.navigation:visited {
    color: #000;
    font-weight: normal;
}

a.navigation:hover {
    color: #900;
}

a.navigation:active {
    color: #900;
}

/**************************************************************
 * Seitenbezogene Klassen                                      *
 **************************************************************/

.html {
    display: block;
    background-color: #DAE2E9;
    background-image: url(../images/code_html.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.css {
    display: block;
    background-color: #C8CDC5;
    background-image: url(../images/code_css.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.javascript {
    display: block;
    background-color: #EEECD0;
    background-image: url(../images/code_js.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.sample {
    margin: 15px auto;
    width: 90%;
    padding: 17px 5px 5px 5px;
    text-align: center;
    background-color: #E9E9E9;
    border: 1px solid #000;
    background-image: url(../images/code_output.gif);
    background-repeat: no-repeat;
}
    /**************************************************************
     * News                                                       *
     **************************************************************/

    .news {
        width: 60%;
        border-bottom: 1px solid #AAA;
        border-right: 1px solid #AAA;
    }

    /**************************************************************
     * About                                                      *
     **************************************************************/

    img.daroot {
        float: left;
        margin: 5px;
    }

    /**************************************************************
     * Projekte                                                   *
     **************************************************************/

    /**************************************************************
     * Gästebuch                                                  *
     **************************************************************/

    .guestbook {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border: 1px solid #999;
        background-color: #DEE9EF;
    }

    .guestbook li {
        padding: 5px;
    }

    .gb_name {
        background-color: #DEE9EF;
        font-weight: bold;
    }

    .gb_text {
        background-color: #EAF1F4
    }

    .gb_mail {
        background-color: #F1F5F8
    }

    .gb_addbox {
        width: 60%;
        background-color: #ECEFF4;
        border: 1px solid #666;
        margin: 10px auto 0px auto;
        padding: 10px;
    }

    .gb_label, .gb_input {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 10px;
    }

    .gb_label {
        text-align: right;
        width: 75px;
        padding-right: 20px;
    }

    .gb_admin {
        vertical-align: super;
        font-size: x-small;
    }

    .gb_kommentar {
        background-color: #F7DEDD;
        font-style: italic;
        font-weight: normal;
    }

    /**************************************************************
     * Referenzen                                                 *
     **************************************************************/

    /**************************************************************
     * Einleitung                                                 *
     **************************************************************/

    /**************************************************************
     * XHTML                                                      *
     **************************************************************/

    /**************************************************************
     * CSS                                                        *
     **************************************************************/

    /**************************************************************
     * Javascript                                                 *
     **************************************************************/

/**************************************************************
 * Sonstige Klassen                                           *
 **************************************************************/

 .bold { font-weight: bold }
