body{
    font-family: Arial;
    padding: 0;
    margin: 0;
    background-image: url(../bilder/bg_verlauf.jpg);
    background-repeat: repeat-x;
    text-align: justify;
    line-height: 200%;
}

div{
    position: relative;
}

.center{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

/*#bg_image{
    background-image: url(../bilder/bg_bild.jpg);
    position: absolute;
    height: 992px;
    width: 474px;
    top: 0;
    left: 0;
    
}
*/

#navi{
    
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    background-image: url(../bilder/navi_bg.jpg);
    background-repeat: repeat-x;
   
}

#rahmen{
    
    background-color: white;
}

#rechtespalte{
    float: right;
    padding: 10px;
    width: 600px;
}

#linkespalte{
    padding: 10px;
    width: 200px;
    
}

#termine{
    background-color: white;
    height: 280px;
    
    
}

#fuss{
    padding: 10px;
    font-size: xx-small;
}

.termin-box{
    background-color: white;
    padding: 5px;
    
}


.stopper{
    clear: both;
}

a{
    color: blue;
}

.nav{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    
    
    
}

.nav li{
    padding-left: 15px;
    padding-right: 15px;
    float: left;/*display: inline-block;*/
    width: auto;
    list-style: none;
    letter-spacing: 1px;
    
    
}

.nav a{
    color: black;
    text-decoration: none;
       
}

.nav a:hover{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	
	letter-spacing: 1px;
	text-align: left;

	}
h1 {
	font-size: 130%;
	
	background-color: #D6E6F3;
	color: black;

	}

h2 {
	font-size: 130%;
	
	
	}

h3 {
	font-size: 120%;

	}

h4 {
	font-size: 100%;
	}
h5 {
	font-size: 90%;

	}
