html, body
            {
            font: 100% Arial, Helvetica, sans-serif;
            margin: 0px;
            padding: 0px;
            }

/* allgemeine elemente */

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #262340;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #4D75A8;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #373A7F;
	}
	
li  {
    padding: 0.0em 0 0.2em 0.0em
    }
	

/* einzelne seitenbereiche */


#kopf       {
            background: url(bilder/bubengasse.jpg) no-repeat right top;
            height: 150px;
            }
#schriftkopf{
            color: white;
            text-align: left;
            font-size: .8em;
            padding: 0.1em 0em 0em 0.4em;
            }            

#schatten   {
            background: url(bilder/schattenwurf.png) repeat-x;
            height: 12px;
            }

#textkoerper{
            padding-left: 2em;
            }
    #textkoerper h1,h2,h3,p,ul  {
                                padding-bottom: 0.7em;
                                }        
    #textkoerper ul {
                    padding-left: 2em;
                    }
                    

/* definierte einzelelemente */

.steuerung  {
            background-color: #BEC0BF;
            padding-left: 1em;
            }

.strechts   {
            padding-right: 0.5em;
            padding-left: 0.5em;
            border-right : 1px solid black;
            }

.stlinks    {
            padding-left: 0.5em;
            }
            
.abstand    {
            padding-left: 3em;
            }            