/*<![CDATA[*/

/*
MyTPL - an easy Website Template System.
    Website: http://mytpl.informationswissenschaft.net
        Copyright (C) 2005 G. Üffing
        Contact: webmaster[at]mytpl.informationswissenschaft.net
    See: README.txt for GNU GENERAL PUBLIC LICENSE
*/

/*
StyleSheet zu MyTPL.
Die Anordnung hier entspricht der
im Quellcode.
*/


/* Verhalten des Body-Bereichs
*/
body{
    font-size:smaller;
    font-family:verdana,arial,helvetica,sans-serif;
    background-color:#0f5170;
    margin:10px;
}
    /* Die ganze sichtbare Website
    */
    #website{
        padding:10px;
    }
        /* Kopfbereich (Header)
        */

        #header{
        padding:10px;
        background-color:#bfd7e2; 
        margin-bottom:10px;
        }   
        
        /* Navigation
        */
        #navigation{
            float:left;
            width:150px;
            padding:0px;
            background-color:#bfd7e2;
            margin-bottom:5px;
        }
        
                /* Navigation Linkverhalten
                */
                #navigation li a                {display: block;background-color:transparent;width:100%;}
                #navigation li a:hover          {display: block;background-color:#e1e1e1;width:100%;border-left:10px;text-decoration:underline;}
                #navigation li a:active,#active {
                                                display: block;
                                                cursor:default;
                                                background-color:white !important;
                                                width:100%;
                                                border-left:10px;
                                                text-decoration:underline;
                                                }
                #navigation li a:visited        {}
                
        
        /* Der eigentliche Inhalt der Sites
        */
        #inhalt{
            margin-left:160px;padding:5px;line-height:150%;
            border:1px solid green;
            background-color:#bfd7e2;
        }
        /* Der Fußbereich (Footer)
        */
        #footer{
        margin-top:5px;
        background-color:#bfd7e2;
        }
        

/* Verhalten bei bestimmten Tags
*/        
ul,li{list-style:none;margin:0;padding:5px;}
h1{margin-top:2px;}

/*]]>*/
