body {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    color: white;
    background-color: blue; 
	}
	
#teila {	 
    width: 27%;
/*    height: 500px;
    width: 200px;*/
    float: left;
	}

#teilb { 
    float: right;
    width: 70%;
	}

#bereicha1 {
    background-image: url('../images/RuineBaden.gif');
    background-repeat: no-repeat;
    margin: 0pt 0pt 1.2em;
    height: 110px;
    width:100%;        
    }
    

#bereicha2 { 	
    margin: 0pt 0pt 1.2em;    
    width:100%;        
    height: 350px;
    float: left;
    }

#bereicha3 {
	
    height: 100px;
    width:100%;        
    float: left;
	
    }
    
#bereichb1 {
    margin: 0pt 0pt 1.2em;
    height: 110px;
    width: 100%;
    /*border: 2px solid white;*/
    float: left;
    }
	

#bereichb2 { 
	
    margin: 0pt 0pt 1.2em;
    /*height: 100px;*/
    width: 100%;
    float: left;
    
    }

	
.gross {
	font: italic bold 400% Helvetica,serif;	
	}	
	
.klein {
	font: italic bold 150% Helvetica,serif;	
	}

.mitte {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
.wellcome {
	font: italic bold 200% Helvetica,serif;	
}

p {
	text-align: center;
	}
	
.gelb {
	color: yellow;
}	
