 html,body,div,p,table,td,h1,h2,h3,span,ul,ol,li,a,form,textarea
    {
        font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
        color: #000;
    }

html,body
    {
        margin: 0;
        padding: 0;
        font-size: 100.01%;
        background-color: #fff;
        text-align: center;
    }
    
img
    {
        border: 0;
    }

/* Umschliesst die Seite */    
#container
    {
        margin: 2% auto;
        background: url(images/verlauf.jpg) repeat-y 0 0;
        width: 955px;
        text-align: left;
    }

/* Der Kopfbereich */
#header
    {
        width: 955px;
height: 207px;   
    }

#menue

{
    width: 160px;
float: left;
    
}

#menue ul
{
    margin-left: 5px;
    padding-left: 0;
} 

#menue ul li
{
    line-height: 1.5em;
    list-style-type: none;
}

#menue a
{
text-decoration: none;
font-size: 0.8em;
padding-left: 1.8em;
}

#menue a:link, a:visited
{
background: url(images/tennisball_gelb.jpg) no-repeat;
        background-position: -0.1em -0.2em;
        padding-left: 1.8em;
}

#menue a:hover, a:active, a:focus
    {
        text-decoration: none;
        background: url(images/tennisball_grau.jpg) no-repeat;
        background-position: -0.1em -0.2em;
        padding-left: 1.8em;
    }

#menue ul ul li .menu_current a.menu_current
{
        text-decoration: none;
        background: url(images/tennisball_grau.jpg) no-repeat;
        background-position: -0.1em -0.2em;
        padding-left: 1.8em;
}
                            
/* Der eigentliche Inhaltsbereich */    
#content
       {
        margin-left: 168px;
        margin-top: -5px;
        padding-bottom: 10em;
        background: url(images/container_verlauf.jpg) 0 0 repeat-y;
min-height: 300px;
    }

#inhalte-cms
{
    
margin-left: 20px;
    padding-top: 20px;
margin-right: 25px;
padding-right: 20px;
padding-bottom: 2em;
}

h1, h2, h3
		{
			color: #000;
		}

h1
       {
        font-size: 1.3;
    }
        
h2
    {
    font-size: 1.1em;                        
    }

h3
    {
    font-size: 0.9em;                        
    }

#content p, td
    {
    font-size: 0.8em;
    }
    
#footer
{
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 0.8em;
    text-align: center;
}    
      
#footer a
{
text-decoration: none;
background: none;
margin: 0;
padding: 0;
}                          
    
