/*
[Color codes]
Dark brown (text): #482a1d
Deep Blue (links) #076ea7
Mid Blue (header) #2e8fc2
Light Blue (bgd1) #e1ecf3
Light Green (bgd2) #e1e8d2
Light Stone (bgd3) #e7e6d2
Light Violet (bgd4) #e7e6e8
*/

/*
[Layout]
1. wrapper [
	2. container [
		3. header 
		4. navigation 
		5. contentwrapper [
			6. maincontent
			7. rightcontent
			8. clear
		] end contentwrapper
	] end container
	9. footer
] end wrapper
*/

body {
	padding: 0px;
	background-color:#efefef;
	background: url(../interface/bgd.gif);
	color: #482a1d;
	margin-top: 0px;
	text-align: center;
	font: 70% Verdana,Arial,sans-serif;	
}

h1, h2, p {
	margin: 0;
	font-weight: normal;
}

p {
	line-height: 1.5;
}

h1 {
	font: 200% Verdana,Arial,sans-serif;
	padding: 0 0 15px 0;
}

h2 {
	font: 170% Verdana,Arial,sans-serif;
	padding: 0 0 10px 0;
}

h3 {
	font: 120% Verdana,Arial,sans-serif;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.maingreen_inside h3 {
	font: 120% Verdana,Arial,sans-serif;
	padding: 0;
	font-weight: bold;
}

a {
	color: #076ea7;
	text-decoration:underline;
	outline: none;
}
a:hover {
	color: #076ea7;
	text-decoration:underline;
}

/* IDs */

/* Wrapp it all up - including footer with address */
div#wrapper {
	width:806px !important; width /**/:826px;
    margin: 0 auto;
	padding:0;
	text-align:left; 
}

div#container {
	width:796px !important; width /**/:816px;
    margin: 0 auto;
	padding:9px 5px 5px 5px;
	background:#FFF url(../interface/content-bgd.gif) center top ;
}

div#header {
	width:769px; 
	height: 157px; 
	background: url(../interface/wave.jpg) right no-repeat; 
	background-color: #2e8fc2;
	text-align: left;
	margin: 0 auto;
}

div#header h1 {
	width: 251px; 
	height: 157px; 
	background: url(../interface/soma-logo.gif) top left no-repeat;
	margin: 0;
	padding:0;
	text-indent: -9999px;
}
div#contentwrapper {
	width:769px;  
	margin: 0 auto;
}

/* round box maincontent BLUE start*/
div#maincontent {
	float:left;
	width:487px;
	padding:0;
	margin:0;
	background: #e1ecf3
}
div#maincontent_wide {
	float:left;
	width:769px;
	padding:0;
	margin:0;
	background: #e1ecf3
}

.maincontent_top div {
   background: url(../interface/maincontent_tl.png) no-repeat top left;
}
.maincontent_top {
   background: url(../interface/maincontent_tr.png) no-repeat top right;
}
.maincontent_bottom div {
   background: url(../interface/maincontent_bl.png) no-repeat bottom left;
}
.maincontent_bottom {
   background: url(../interface/maincontent_br.png) no-repeat bottom right;
}

.maincontent_top div, .maincontent_top, .maincontent_bottom div, .maincontent_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
   clear: both;
}
.maincontent_inside { margin: 0 10px; padding: 20px 15px 15px 15px;}
/* round box maincontent BLUE end*/


/* rightcontent WHITE start */
div#rightcontent {
	float:right;
	width:268px;
	margin:0;
	background: #FFF; 
	padding:0;
	text-align:center;
}
#rightcontent h1 {
	font: 170% Verdana,Arial,sans-serif;
	padding: 10px 8px;
}
#rightcontent h2 {
	font: bold 150% Verdana,Arial,sans-serif;
	padding: 7px 3px;
}
#rightcontent .bigblue {
	font: bold 140% Verdana,Arial,sans-serif;
	padding: 7px 3px;
	color: #076ea7;
}
#rightcontent p {
	padding: 0px 8px;
	line-height: 1.5;
}
/* rightcontent WHITE end */


/* Newsletter Box start */
.newsletter_box {
	background: url(../interface/newsletter_tl.png) no-repeat top left;
	margin: 0 auto;
	margin-top:30px;
	width:200px;
}
.newsletter_top {
	background: url(../interface/newsletter_tr.png) no-repeat top right;
}
.newsletter_bottom {
	background: url(../interface/newsletter_bl.png) no-repeat bottom left;
}
.newsletter_bottom div {
	background: url(../interface/newsletter_br.png) no-repeat bottom right;
}
.newsletter_content {
	background: url(../interface/newsletter_r.png) top right repeat-y;
}

.newsletter_top div,.newsletter_top,
.newsletter_bottom div, .newsletter_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
	clear: both;
}
.newsletter_content, .newsletter_bottom {
	
}
.newsletter_content { 
	font-size: 10px;
	padding: 2px;
	height:45px;
	overflow:visible;
}
/* Newsletter Box end */



/* Footer */
div#footer {
	clear:both;
	width:796px !important; width /**/:816px;
    margin: 0 auto;
	padding:10px 0;
	text-align:center;
	font-size: 90%;
	background: url(../interface/footer-bgd.gif) repeat-x;
}

/* Navigation Start */
#navigation {
	height: 25px; 
	text-align: left;
	margin: 10px 0px 3px 25px;
}
#navigation ul {
	margin: 0; /* beseitigt einrückung der liste */
	padding: 0; /* beseitigt einrückung der liste */
	list-style-type: none;
}
#navigation li {
	margin: 0; /* beseitigt einrückung der liste */
	padding: 0; /* beseitigt einrückung der liste */
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	text-decoration: none; /* damit nicht die unterstreichung des links stehenbleibt */
	height: 20px;
	padding: 0;
	color: #482a1d;
	display:block;
	text-indent: -9009px;
}

#navigation ul li#nav0 a { background-image:url(../interface/nav0.0.gif); width:76px;}
#navigation ul li#nav1 a { background-image:url(../interface/nav1.0.gif); width:165px;}
#navigation ul li#nav2 a { background-image:url(../interface/nav2.0.gif); width:150px;}
#navigation ul li#nav3 a { background-image:url(../interface/nav3.0.gif); width:97px;}
#navigation ul li#nav4 a { background-image:url(../interface/nav4.0.gif); width:103px;}
#navigation ul li#nav5 a { background-image:url(../interface/nav5.0.gif); width:86px;}

#navigation ul li#nav0 a:hover { background-image:url(../interface/nav0.1.gif); }
#navigation ul li#nav1 a:hover { background-image:url(../interface/nav1.1.gif); }
#navigation ul li#nav2 a:hover { background-image:url(../interface/nav2.1.gif); }
#navigation ul li#nav3 a:hover { background-image:url(../interface/nav3.1.gif); }
#navigation ul li#nav4 a:hover { background-image:url(../interface/nav4.1.gif); }
#navigation ul li#nav5 a:hover { background-image:url(../interface/nav5.1.gif); }

#navigation ul li#nav0current a { background-image:url(../interface/nav0.1.gif); width:76px;}
#navigation ul li#nav1current a { background-image:url(../interface/nav1.1.gif); width:165px;}
#navigation ul li#nav2current a { background-image:url(../interface/nav2.1.gif); width:150px;}
#navigation ul li#nav3current a { background-image:url(../interface/nav3.1.gif); width:97px;}
#navigation ul li#nav4current a { background-image:url(../interface/nav4.1.gif); width:103px;}
#navigation ul li#nav5current a { background-image:url(../interface/nav5.1.gif); width:86px;}
/* Navigation End */



/* ---- MASSAGE THERAPY START ---- */
/* leftmenu box GREEN STRIPES start */
div#leftmenu {
	float:left;
	width:193px;
	padding:0;
	margin:0;
	background: url(../interface/leftmenu.png);
}
.leftmenu_top div {
   background: url(../interface/leftmenu_tl.png) no-repeat top left;
}
.leftmenu_top {
   background: url(../interface/leftmenu_tr.png) no-repeat top right;
}

.leftmenu_bottom div {
   background: url(../interface/leftmenu_bl.png) no-repeat bottom left;
}
.leftmenu_bottom {
   background: url(../interface/leftmenu_br.png) no-repeat bottom right;
}

.leftmenu_top div, .leftmenu_top, .leftmenu_bottom div, .leftmenu_bottom, .wellnessmenu_top div, .wellnessmenu_top, .wellnessmenu_bottom div, .wellnessmenu_bottom, .bluemenu_top div, .bluemenu_top, .bluemenu_bottom div, .bluemenu_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
   clear: both;
}
.leftmenu_content, .wellnessmenu_content, .bluemenu_content { 
	text-align: left;
	font: bold 13px Arial,Helvetica,Verdana,sans-serif;
	margin-top: 30px;
}
.leftmenu_content ul, .wellnessmenu_content ul, .bluemenu_content ul {
	margin: 0px 5px 10px 20px; /* beseitigt einrckung der liste */
	padding: 0; /* beseitigt einrckung der liste */
}
.leftmenu_content li, .wellnessmenu_content li, .bluemenu_content li {
	list-style-type: none;
	padding-left: 5px;
	margin: 1px;
	line-height: 25px;
}
.leftmenu_content ul li a, .wellnessmenu_content ul li a, .bluemenu_content ul li a {
	text-decoration: none; /* damit nicht die unterstreichung des links stehenbleibt */
	color: #482a1d;
}
.leftmenu_content ul li a:hover, .wellnessmenu_content ul li a:hover, .bluemenu_content ul li a:hover {
	color: #076ea7;
}
.leftmenu_content ul li#navcurrent a, .wellnessmenu_content ul li#navcurrent a, .bluemenu_content ul li#navcurrent a {
	color: #076ea7;
}
/* leftmenu box GREEN STRIPES end */


/* Header in left menue */
li.menuheaderfirst {
	padding-bottom: 10px;
	font: normal 14px Arial,Helvetica,Verdana,sans-serif;
}
li.menuheader {
	padding-top:30px; padding-bottom: 10px;
	font: normal 14px Arial,Helvetica,Verdana,sans-serif;
}
/* round box maingreen GREEN start*/
div#maingreen {
	float:right;
	width:565px;
	padding:0;
	margin:0;
	background: #e1e8d2
}
.maingreen_top div {
   background: url(../interface/maingreen_tl.png) no-repeat top left;
}
.maingreen_top {
   background: url(../interface/maingreen_tr.png) no-repeat top right;
}
.maingreen_bottom div {
   background: url(../interface/maingreen_bl.png) no-repeat bottom left;
}
.maingreen_bottom {
   background: url(../interface/maingreen_br.png) no-repeat bottom right;
}

.maingreen_top div, .maingreen_top, .maingreen_bottom div, .maingreen_bottom, .wellness_top div, .wellness_top, .wellness_bottom div, .wellness_bottom, .blue_top div, .blue_top, .blue_bottom div, .blue_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
   clear: both;
}
.maingreen_inside, .wellness_inside, .blue_inside { margin: 0 10px; padding: 20px 15px 15px 15px;}
/* round box maingreen GREEN end*/
/* ---- MASSAGE THERAPY END ---- */



/* ---- WELLNESS CENTER START ---- */
/* leftmenu box LIGHTGREEN STRIPES start */
div#wellnessmenu {
	float:left;
	width:193px;
	padding:0;
	margin:0;
	background: url(../interface/wellnessmenu.png);
}
.wellnessmenu_top div {
   background: url(../interface/wellnessmenu_tl.png) no-repeat top left;
}
.wellnessmenu_top {
   background: url(../interface/wellnessmenu_tr.png) no-repeat top right;
}

.wellnessmenu_bottom div {
   background: url(../interface/wellnessmenu_bl.png) no-repeat bottom left;
}
.wellnessmenu_bottom {
   background: url(../interface/wellnessmenu_br.png) no-repeat bottom right;
}
/* leftmenu box LIGHTGREEN STRIPES end */


/* round box wellness LIGHTGREEN start*/
div#wellness {
	float:right;
	width:565px;
	padding:0;
	margin:0;
	background: #edf3d4;
}
.wellness_top div {
   background: url(../interface/wellness_tl.png) no-repeat top left;
}
.wellness_top {
   background: url(../interface/wellness_tr.png) no-repeat top right;
}
.wellness_bottom div {
   background: url(../interface/wellness_bl.png) no-repeat bottom left;
}
.wellness_bottom {
   background: url(../interface/wellness_br.png) no-repeat bottom right;
}
/* round box wellness LIGHTGREEN end*/
/* ---- WELLNESS CENTER END ---- */


/* ---- ABOUT US START ---- */
/* leftmenu box BLUE STRIPES start */
div#bluemenu {
	float:left;
	width:193px;
	padding:0;
	margin:0;
	background: url(../interface/bluemenu.png);
}
.bluemenu_top div {
   background: url(../interface/bluemenu_tl.png) no-repeat top left;
}
.bluemenu_top {
   background: url(../interface/bluemenu_tr.png) no-repeat top right;
}

.bluemenu_bottom div {
   background: url(../interface/bluemenu_bl.png) no-repeat bottom left;
}
.bluemenu_bottom {
   background: url(../interface/bluemenu_br.png) no-repeat bottom right;
}
/* leftmenu box BLUE STRIPES end */


/* round box blue start*/
div#blue {
	float:right;
	width:565px;
	padding:0;
	margin:0;
	background: #e1ecf3;
}
.blue_top div {
   background: url(../interface/maincontent_tl.png) no-repeat top left;
}
.blue_top {
   background: url(../interface/maincontent_tr.png) no-repeat top right;
}
.blue_bottom div {
   background: url(../interface/maincontent_bl.png) no-repeat bottom left;
}
.blue_bottom {
   background: url(../interface/maincontent_br.png) no-repeat bottom right;
}
/* round box blue end*/
/* ---- ABOUT US END ---- */

/* other IDS */
div#clearcontent{clear:both; width:100%; padding:3px 0; margin:0;}

/* CLASSES */
.clearit { clear: both; width: 100%; padding: 5px 0; }
.bold  { font-weight:bold; }
a.smllink  {font: 90% Verdana,Arial,sans-serif; text-align:left; }
a.smllink2  {font: 90% Verdana,Arial,sans-serif; }
.floatright { float: right; padding: 5px 0 20px 20px; }
.floatleft { float: left; padding: 5px 20px 20px 0; }


/* Forms */
.forminput {
	font-family: Verdana,Arial,sans-serif; 
	font-size:9px; 
	color: #666666;
}

.submit {
	font-family: Verdana,Arial,sans-serif; 
	font-size:10px; 
}

.hidepics {
  width:0px;
  height:0px;
  display:none;
}
