@charset "UTF-8";
/* CSS Document */

body {
     background-color:#ede7db;
     width: 1167px;
	 margin: 0 auto;
}

body a {
	color:#780e20;
	text-decoration:none;
	
}	

#menu {
      width: 287px;
	  height: auto;
	  background: #bdb8ac;
	  
	  
}

#menumassage {

		background: #d5cfd2;
		
}

#menuentspannung {
		width: 287px;
		background: #b4c8d8;
		
}

#menukonzerte {
		width: 287px;
		background: #eed670;
		
}

#menufuture {
		width: 287px;
		background:#eeca69;
		
}

#menuthomas {
		width:287px;
		background:#cdd5d1;
		
}

#menukontakt {
		width:287px;
		background:#c7c6b7;
		
}

#menuimpressum {
		width:287px;
		background:#c7c6b7;
		
}

#container {
           width: 500px;
		   height: auto;
		   background: #ffffff;
		  
		   
}

ul {
        list-style: none;
		margin: 0;
		padding-left: 70px;
		padding-top: 50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		   
		   
}

li {
	padding-bottom: 15px;
	
	
	
}


.menulinks {
		
		text-decoration:none;
		color: #7a7569;
		
}

.selected {
		text-decoration:none;
		color:#780e20;
		
		
}


#impressum {
		padding-top: 300px; padding-left: 35px; 
		vertical-align: bottom;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-color: #7a7569;
		
}

.content {
		margin: 0;
		padding-left: 50px;
		padding-top: 40px;
		
}

h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		color: #780e20;
		font-weight:normal;

}

h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #847e6f;
		font-weight:bold;

}

h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#847e6f;
		font-weight:bold;
		
}

p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #847e6f;
		padding-right: 50px;
		line-height:150%;
		
		
}

