@charset "UTF-8";
/* CSS Document */
/*boxes*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 20px;
	background-color: #3d0c0c;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 12px;
}

#containergallery {
	height:600px;
	width:800px;
	border: 0px solid;
	margin:0 auto;
	text-align:left;
	clear:left;
	left:50%;
	top:50%;
	margin-top: 80px;
	background-color:#990000;
}
#container {
	height:567px;
	width:756px;
	text-align: left;
	background-color: #3d0c0c;
	margin:0 auto;
	clear:left;
	left:50%;
	top:50%;
	margin-top: 80px;
}


/*#containerSave {
	height:567px;
	width:756px;
	border: 0px solid;
	margin:0 auto;
	text-align:left;
	clear:left;
	left:50%;
	top:50%;
	margin-left:-368px;
	margin-top:-280px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left bottom;
	background-color:#3d0c0c;
}*/


#welcomecontent {
	height:376px;
	float:left;
	width: 630px;
	}

#welcometitle {
	margin-left:120px;
	margin-top:140px;
	height:430px;
	width:635px;
	float:left;
	}
#languages {
	margin-left:147px;
	margin-top:20px;
	height:30px;
	width:150px;
	float:left;
	}
#holidays {
	width:350px;
	float:left;
	height: 120px;
	font-size: 10px;
	margin-top: 135px;
	line-height: 16px;
	color: #CCCCCC;
	font-style: normal;
	}
#mantra {
	float:right;
	width: 238px;
	font-style: italic;
	font-size: 9px;
	line-height: 14px;
	margin-top: 0px;
}
#menu {
	height: 25px;
	float: left;
}
#footer {
	font-size: 9px;
	color: #CCCCCC;
	text-align: left;
	height: 25px;
	width: 500px;
	float: left;
	margin-top: 10px;
}
#menustrich {
	float: left;
	height: 25px;
}

#navcontainer {
	width: 560px;
	clear: left;
	height: 25px;
	margin-top: 30px;
	margin-left: 180px;
	float: left;
}
#title {
	margin-top: 30px;
	margin-left: 0px;
	width: 580px;
}
#textclaire {
	margin-top: 60px;
	margin-left: 5px;
	width: 500px;
	height: 300px;
	padding-right: 15px;
}
#textyoga {
	margin-top: 15px;
	margin-left: 100px;
	width: 440px;
}
#textteaching {
	margin-top: 70px;
	margin-left: 110px;
	width: 550px;
}
#textprice {
	margin-top: 50px;
	margin-left: 110px;
	width: 550px;
}
#textworkshops {
	margin-top: 20px;
	margin-left: 150px;
	width: 510px;
}
#textmassage {
	margin-top: 0px;
	margin-left: 0px;
	width: 700px;
	font-size: 12px;
}
#textmassageprice {
	margin-top: 10px;
	margin-left: 65px;
	width: 650px;
	font-size: 12px;
}#textkontakt {
	margin-top: 120px;
	margin-left: 300px;
	width: 300px;
}
#textgallery {
	margin-top: 20px;
	margin-left: 0px;
	
	float: left;
}
#textfriends {
	margin-top: 50px;
	margin-left: 110px;
	width: 580px;
}
#content {
	height: 506px;
	width: 720px;
	float: left;
	margin-left: 30px;
}


/************************/
/*Form*/
form fieldset {
	border:0 solid;
} /* Opera */
.formFields {
	background-color: #F5BACC;
	height: 12px;
	width: 330px;
	border:1px solid;
	padding:3px;
	border-color: #FFFFFF;
}
form label {
	display:block;
	float:left;
	width:60px;
}
form .button {
	color:#FFFFFF;
	background-color:#F19BB3;
	width:50px;
	float: left;
	height: 40px;
	border: 1px solid;
	margin-left: 10px;
}
form .hiddenfield {
	display:none;
}

/************************/
/*Links & Font Styles*/

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
a:active {
	color: #ffff00;
	text-decoration: none;
}

/************************/
/*Spacing & scrolling*/

.scroll {
	overflow: auto;
	border: 0px solid #FFFFFF;
	
}
.massageboxscroll {
	overflow: auto;
	width: 320px;
	height: 223px;
	border: 0px solid;
	padding: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
.massageboxscroll_en {
	overflow: auto;
	width: 320px;
	height: 195px;
	border: 0px solid;
	padding: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.massageboxtext {
	width: 320px;
	height: 100px;
	border: 0px solid;
	padding: 0px;
	padding-right: 10px;
}
.massageboxtext_en {
	width: 330px;
	height: 135px;
	border: 0px solid;
	padding: 0px;
	padding-right: 10px;
	line-height: 16px;
}
.subtitle{
	color: #ff5f14;
	font-size: 14px;
}
.yellowtitle{
	color: #ffff00;
	font-size: 14px;
}
.whitetitle{
	color: #ffffff;
	font-size: 14px;
}
.browntitle{
	color: #3D0C0C;
	font-size: 24px;
}
