/*
MyTPL - an easy Website Template System.
    Website: http://mytpl.informationswissenschaft.net
        Copyright (C) 2005 Guido Üffing [http://www.ueffing.net].
        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:small;
    font-family:verdana,arial,helvetica,sans-serif;
    background-color:white;
    margin:0;
    padding:0;
}
    /* Die ganze sichtbare Website
    */
    #website{
        padding:0px;
    }
        /* Kopfbereich (Header)
        */
        #header{
        padding:0px;
        background-color:white;
        margin-bottom:0px;
        }
        /* Navigation
        */
        #navigation{
            float:left;
            width:190px;
            padding:0px;
            border-right:1px solid gray;
            border-bottom:1px solid gray;
            background-color:#e9e9ea;
        }
                /* Navigation Linkverhalten
                */
                #navigation li a                {display: block;background-color:transparent;width:100%;border:1px solid #e9e9ea;}
                #navigation li a:hover          {display: block;background-color:#e1e1e1;width:100%;border:1px solid white;text-decoration:none;}
                #navigation li a:active,#active {display: block;background-color:white;width:100%;border:1px solid gray;cursor:default;}
                #navigation li a:visited        {}
                
        
        /* Der eigentliche Inhalt der Sites
        */
        #inhalt{
            margin-left:195px;
            padding:10px;
        }

        
        /* Der Fußbereich (Footer)
        */
        #footer{
        clear:both;
        }
        

/* Verhalten bei bestimmten Tags & sonstiges
*/        
ul,li{list-style:none;margin:0;padding:5px;}
h1{margin-top:2px;}