/* ---- IMPORT STYLES ----- */

@import url(content.css);

/* ---- BODY STYLES ----- */

body, html {
	background: #fff url(images/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* - NAVIGATION STYLES - */

#navigation {
	margin: 10px 0 0 0;
	height: 180px;
	padding: 0;
	position: relative;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	border-bottom: solid 1px #e2e2e2;
}

#navigation li, #navigation a {
	width: 149px;
	height: 24px;
	display: block;
}

/* --- NAVIGATION - ENGLISH --- */

#nav_en_home { background: url(images/nav_home.gif) left top no-repeat; }
#nav_en_home a:hover { background: url(images/nav_home_off.gif) left top no-repeat; }
#nav_en_home a:visited:hover { background: url(images/nav_home_off.gif) left top no-repeat; }
#nav_en_home_selected { background: url(images/nav_home_off.gif) left top no-repeat; }

#nav_en_service { background: url(images/nav_service.gif) left top no-repeat; }
#nav_en_service a:hover { background: url(images/nav_service_off.gif) left top no-repeat; }
#nav_en_service a:visited:hover { background: url(images/nav_service_off.gif) left top no-repeat; }
#nav_en_service_selected { background: url(images/nav_service_off.gif) left top no-repeat; }

#nav_en_benefits { background: url(images/nav_benefits.gif) left top no-repeat; }
#nav_en_benefits a:hover { background: url(images/nav_benefits_off.gif) left top no-repeat; }
#nav_en_benefits a:visited:hover { background: url(images/nav_benefits_off.gif) left top no-repeat; }
#nav_en_benefits_selected { background: url(images/nav_benefits_off.gif) left top no-repeat; }

#nav_en_about { background: url(images/nav_about.gif) left top no-repeat; }
#nav_en_about a:hover { background: url(images/nav_about_off.gif) left top no-repeat; }
#nav_en_about a:visited:hover { background: url(images/nav_about_off.gif) left top no-repeat; }
#nav_en_about_selected { background: url(images/nav_about_off.gif) left top no-repeat; }

#nav_en_yoga { background: url(images/nav_yoga.gif) left top no-repeat; }
#nav_en_yoga a:hover { background: url(images/nav_yoga_off.gif) left top no-repeat; }
#nav_en_yoga a:visited:hover { background: url(images/nav_yoga_off.gif) left top no-repeat; }
#nav_en_yoga_selected { background: url(images/nav_yoga_off.gif) left top no-repeat; }

#nav_en_pricing { background: url(images/nav_pricing.gif) left top no-repeat; }
#nav_en_pricing a:hover { background: url(images/nav_pricing_off.gif) left top no-repeat; }
#nav_en_pricing a:visited:hover { background: url(images/nav_pricing_off.gif) left top no-repeat; }
#nav_en_pricing_selected { background: url(images/nav_pricing_off.gif) left top no-repeat; }

#nav_en_contact { background: url(images/nav_contact.gif) left top no-repeat; }
#nav_en_contact a:hover { background: url(images/nav_contact_off.gif) left top no-repeat; }
#nav_en_contact a:visited:hover { background: url(images/nav_contact_off.gif) left top no-repeat; }
#nav_en_contact_selected { background: url(images/nav_contact_off.gif) left top no-repeat; }

#nav_en_join { background: url(images/nav_join.gif) left top no-repeat; }
#nav_en_join a:hover { background: url(images/nav_join_off.gif) left top no-repeat; }
#nav_en_join a:visited:hover { background: url(images/nav_join_off.gif) left top no-repeat; }
#nav_en_join_selected { background: url(images/nav_join_off.gif) left top no-repeat; }

/* --- NAVIGATION GERMAN --- */

#nav_de_home { background: url(images/nav/de/nav_home.gif) left top no-repeat; }
#nav_de_home a:hover { background: url(images/nav/de/nav_home_off.gif) left top no-repeat; }
#nav_de_home a:visited:hover { background: url(images/nav/de/nav_home_off.gif) left top no-repeat; }
#nav_de_home_selected { background: url(images/nav/de/nav_home_off.gif) left top no-repeat; }

#nav_de_service { background: url(images/nav/de/nav_service.gif) left top no-repeat; }
#nav_de_service a:hover { background: url(images/nav/de/nav_service_off.gif) left top no-repeat; }
#nav_de_service a:visited:hover { background: url(images/nav/de/nav_service_off.gif) left top no-repeat; }
#nav_de_service_selected { background: url(images/nav/de/nav_service_off.gif) left top no-repeat; }

#nav_de_benefits { background: url(images/nav/de/nav_benefits.gif) left top no-repeat; }
#nav_de_benefits a:hover { background: url(images/nav/de/nav_benefits_off.gif) left top no-repeat; }
#nav_de_benefits a:visited:hover { background: url(images/nav/de/nav_benefits_off.gif) left top no-repeat; }
#nav_de_benefits_selected { background: url(images/nav/de/nav_benefits_off.gif) left top no-repeat; }

#nav_de_about { background: url(images/nav/de/nav_about.gif) left top no-repeat; }
#nav_de_about a:hover { background: url(images/nav/de/nav_about_off.gif) left top no-repeat; }
#nav_de_about a:visited:hover { background: url(images/nav/de/nav_about_off.gif) left top no-repeat; }
#nav_de_about_selected { background: url(images/nav/de/nav_about_off.gif) left top no-repeat; }

#nav_de_yoga { background: url(images/nav/de/nav_yoga.gif) left top no-repeat; }
#nav_de_yoga a:hover { background: url(images/nav/de/nav_yoga_off.gif) left top no-repeat; }
#nav_de_yoga a:visited:hover { background: url(images/nav/de/nav_yoga_off.gif) left top no-repeat; }
#nav_de_yoga_selected { background: url(images/nav/de/nav_yoga_off.gif) left top no-repeat; }

#nav_de_pricing { background: url(images/nav/de/nav_pricing.gif) left top no-repeat; }
#nav_de_pricing a:hover { background: url(images/nav/de/nav_pricing_off.gif) left top no-repeat; }
#nav_de_pricing a:visited:hover { background: url(images/nav/de/nav_pricing_off.gif) left top no-repeat; }
#nav_de_pricing_selected { background: url(images/nav/de/nav_pricing_off.gif) left top no-repeat; }

#nav_de_contact { background: url(images/nav/de/nav_contact.gif) left top no-repeat; }
#nav_de_contact a:hover { background: url(images/nav/de/nav_contact_off.gif) left top no-repeat; }
#nav_de_contact a:visited:hover { background: url(images/nav/de/nav_contact_off.gif) left top no-repeat; }
#nav_de_contact_selected { background: url(images/nav/de/nav_contact_off.gif) left top no-repeat; }

#nav_de_join { background: url(images/nav/de/nav_join.gif) left top no-repeat; }
#nav_de_join a:hover { background: url(images/nav/de/nav_join_off.gif) left top no-repeat; }
#nav_de_join a:visited:hover { background: url(images/nav/de/nav_join_off.gif) left top no-repeat; }
#nav_de_join_selected { background: url(images/nav/de/nav_join_off.gif) left top no-repeat; }

/* --- LAYOUT STYLES --- */

#container { 
	width: 780px;
	height: auto;
	margin: 0 auto; 
	background: transparent url(images/bg_panel.gif) top center no-repeat;
	padding: 0;
	text-align: left;
}

#header {
	width: 780px;
	height: 110px;
}

#logo a {
	position: absolute;
	margin: 28px 0 0 16px;
	display: block;
	width: 167px;
	height: 78px;
	background: transparent url(images/massageatwork.gif) top left no-repeat;
}

#language {
	position: absolute;
	margin: 20px 0 0 712px;
	width: 54px;
	height: 14px;
}

a.en, a.en_selected {
	position: absolute;
	width: 25px;
	height: 19px;
	background: transparent url(images/lan_en_off.gif) top left no-repeat;
}

a.en:hover, a.en_selected {
	background: transparent url(images/lan_en.gif) top left no-repeat;
}

a.de, a.de_selected {
	position: absolute;
	margin: 0 0 0 29px;
	width: 25px;
	height: 19px;
	background: transparent url(images/lan_de_off.gif) top left no-repeat;
}

a.de:hover, a.de_selected {
	background: transparent url(images/lan_de.gif) top left no-repeat;
}

#pmm {
	position: absolute;
	margin: 87px 0 0 214px;
	width: 219px;
	height: 16px;
}

#call {
	position: absolute;
	margin: 59px 0 0 670px;
	width: 92px;
	height: 15px;
}

#number {
	position: absolute;
	margin: 84px 0 0 630px;
	width: 133px;
	height: 16px;
}

#content_left {
	width: 165px;
	float: left;
	padding: 0 0 0 18px;
}

#head {
	width: 575px;
	float: left;
	padding: 0;
}

#content_middle {
	width: 567px;
	float: right;
	padding: 0 10px 0 0;
	text-align:right;
   direction:rtl;
   font-size:13px;
}



#top {
	width: 575px;
	height: 188px;
}

#title {
	width: 555px;
	float: right;
	margin: 0 20px 0 0;
	height: 21px;
	border-bottom: solid 1px #e2e2e2;
	
	direction:rtl;
	
}

#footer {
	width: 780px;
	height: 55px;
	background: transparent url(images/bg_footer.gif) top center no-repeat;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	line-height: 25px;
	font-size: 9px;
}

#footer, #footer a {
	color: #888;
}

#beeinteractive a {
	position: absolute;
	margin: 2px 332px 0 332px;
	width: 116px;
	height: 25px;
	display: block;
	background: #fff url(images/beeinteractive_off.gif) top left no-repeat;
}

#beeinteractive a:hover {
	background: transparent url(images/beeinteractive.gif) top left no-repeat;
}

/* --- HOME PAGE STYLES --- */

.home_box {
	float: left;
	width: 175px;
	margin: 25px  0 0 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.home_box img {margin-bottom:5px;}
.home_box a {
	display: block;
	width: 175px;
	background: #e8f3d4;
	color: #5072ad;
	font: bold 12px/20px Arial, Tahoma, Verdana, sans-serif;
	text-indent: 3px;
	margin: 0 0 3px 0;
}

.home_box a:hover {
	background: #d3e9aa;
	color: #5072ad;
	text-decoration: none;
}

.home_box span {
	color: #53a526;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

div.mailinglist {
	margin: 10px 0 0 0;
	width: 150px;
	font: normal 17px/22px Arial, Tahoma, Verdana, sans-serif;
	color: #92b846;
	background: #fff url(images/img_shirt.gif) top right no-repeat;
}

p.mailinglist {
	font-size: 10px;
	margin: 5px 0;
}

/* --- SERVIDE PAGE STYLES --- */

.situation {
	float: left;
	width: 120px;
	height: 20px;
	margin: 0 10px 8px 0;
	padding: 2px;
	border: dashed 1px #ccc;
	text-align: center;
	line-height: 20px;
	background: #eff9d2;
}

/* --- PRICING PAGE STYLES --- */

.pricing_title {
	float: left;
	font-weight: bold;
	width: 117px;
	height: 17px;
	margin: 0 10px 5px 0;
	padding: 4px;
	border: dashed 1px #ccc;
	line-height: 17px;
	background: #eff9d2;
	text-transform: uppercase;
}

.pricing_cell {
	float: left;
	width: 117px;
	height: 52px;
	margin: 0 10px 5px 0;
	padding: 2px 4px;
	border: dashed 1px #ccc;
}

.pricing_cell span {
	display: block;
	font-weight: bold;
	color: #386fd1;
	text-transform: uppercase;
}

.pricing_cell p {
	margin: 10px 0 0 0;
}

