@charset "utf-8";

/* CSS Document */

/*********************    Index    ************************

   domain: domain.de
   author: Nils Binder
    
 
  

/*********************************************************/
/******************   = global-tags  *********************/
/*********************************************************/


div#cloudbox {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 10!important;
	width: 100%;
	height: 340px;
	overflow: hidden;
	background: none;
}

img#cloudL {
	position: absolute;
	z-index: 6!important;
	top: 35px;
	left: 85%;
}

img#cloudM {
	position: absolute;
	z-index: 5!important;
	top: 100px;
	left: 25%;
}

img#cloudS {
	position: absolute;
	z-index: 4!important;
	top: -20px;
	left: 10%;
}



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	height:100%;
	}

html {
}


body {
	background:url(../images/bg-body.jpg) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	height:1065px;
	color:#5f4c3c;
}


h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	}
	
p {
	margin-bottom:10px;
	}
	
a {
	text-decoration:none;
	color:#609242;
	}
a:hover {
	text-decoration:underline;
	color:#83b763;
	}

.content-column {
	float:left;
	width:270px;
	display:inline;
	}
	
.third-column {
	float:left;
	width:170px;
	display:inline;
	}
	
.index-image {
	border:1px solid #45382e;
	margin:0 0 2px 0;
	}
	
.right-space {
	margin-right:30px;
	}
	
dl dt {
	width:60px;
	float:left;
	font-weight:bold;
	clear:left;
	}
	
dl dd {
	margin-bottom:10px;
	width:210px;
	float:left;
	}
/*********************************************************/
/****************   = global-classes  ********************/
/*********************************************************/


.clear {
	float: none;
	clear: both;
}

h1, h2, h3, h4 {
}


.borderless {
	border:none!important;
	}
	
.text-indent {
	text-indent:-5000px;
	}
	
.image {
	padding:4px;
	border:1px solid #E8E2D4;
	}

/*********************************************************/
/*******************   = container  **********************/
/*********************************************************/

div#container {
	width:950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -176px;
	position:relative;
	z-index:10;
}

/*********************************************************/
/*********************   = header  ***********************/
/*********************************************************/

div#header {
	height:400px;
	position:relative;
}



/*********************************************************/
/********************   = navi  **************************/
/*********************************************************/        


ul#navi {
	position:absolute;
	top:320px;
	left:30px;
	list-style-type:none;
	width:900px;
	height:22px;
}

ul#navi li {
	display:block;
	float:left;
	position:relative;
}

ul#navi li a {
	color:#5c4838;
	font-size:20px;
	margin-right:20px;
	height:22px;
	}
	
ul#navi li a span {
	font-size:12px;
	}
	
ul#navi li a:hover {
	color:#609242;
	text-decoration:none;
	}
	
ul#navi.n01 li a#navi-01,
ul#navi.n02 li a#navi-02,
ul#navi.n03 li a#navi-03,
ul#navi.n04 li a#navi-04,
ul#navi.n05 li a#navi-05 {
	color:#609242!important;
}

/********************   = Pull Down Navi  **************************/

a#navi-03,
a#navi-04 {
	cursor:default;
	}
	
ul#navi ul {
	display:none;
   position:absolute;
   top:22px;
   left:0px;
	width:185px;
   text-indent:0;
   border-top:4px solid #F6F0D8;
   background:#698a53;
   padding:0 8px 0 9px;
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
}

ul#navi ul li {
	height:28px;
	margin:0;
	padding:0;
	border-bottom:1px solid #5b7b45;
	border-top:1px solid #7b9a66;
	float:none;
	}
	
#navi li:hover ul {
   display:block;
   text-indent:0;
}
	
ul#navi ul li a {
	font-size:14px;
	line-height:28px;
	display:block;
	width:170px;
	height:28px;
	margin:0;
	padding:0 5px 0 10px;
	color:#deeed3;
	}
	
ul#navi ul li a:hover {
	background:#587744;
	color:#deeed3;
	}


/*********************************************************/
/*************   = navi-add  *****************************/
/*********************************************************/        


ul#navi-add {
	list-style-type:none;
	position:absolute;
	top:148px;
	left:715px;
	color:#b7aea6;
	font-size:16px;
}

ul#navi-add li {
	display:block;
	float:left;
	}
	
ul#navi-add li a {
	color:#b7aea6;
	font-size:16px;
	}



/*********************************************************/
/*******************   = branding  ***********************/
/*********************************************************/     			
			
			
h1.branding a {
	display:block;
	position:absolute;
	top:50px;
	left:177px;
	width:602px;
	height:102px;
	background:url(../images/branding.png)

}

/*********************************************************/
/****************   = content-container  ******************/
/*********************************************************/ 

div#content-container {

}


/*********************************************************/
/*******************   = content-main  *******************/
/*********************************************************/ 
   
div#content-main {
	float:left;
	display:inline;
	width:570px;
	margin:30px 110px 40px 30px;
	}
	
div#content-main h2 {
	color:#609242;
	font-size:36px;
	margin-bottom:20px;
	line-height:40px;
	}
	
div#content-main h3 {
	color:#88be68;
	font-size:24px;
	margin-bottom:10px;
	line-height:28px;
	}
	
div#content-main h4 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	line-height:20px;
	}
	
div#content-main ul {
	margin:0 0 10px 20px;
	}
	
div#content-main div.hr {
	background:url(../images/bg-content-main-hr.gif);
	width:570px;
	height:60px;
	}

/*********************************************************/
/*****************   = content-sidebar  ******************/
/*********************************************************/ 
         
div#content-sidebar {
	float:left;
	display:inline;
	width:240px;
	margin:50px 0 0 0;
	font-size:12px;
	line-height:18px;
}

div#content-sidebar h2 {
	color:#6c5442;
	font-size:30px;
	margin-bottom:15px;
	line-height:32px;
	}
	
div#content-sidebar div.hr {
	width:100%;
	height:30px;
	clear:both;
	}
	
div#heilverfahren.akupunktur {
	background:url(../images/index/klassische-akupunktur.gif);
	width:168px;
	height:168px;
	margin-top:150px;
	}
	
div#heilverfahren.homoeopathie {
	background:url(../images/index/klassische-homoeopathie.gif);
	width:168px;
	height:168px;
	margin-top:150px;
	}
	
div#heilverfahren.wirbelsaeule {
	background:url(../images/index/wirbelsaeulentherapie.gif);
	width:168px;
	height:168px;
	margin-top:150px;
	}


/*********************************************************/
/****************   = footer  ****************************/
/*********************************************************/ 



div#footer {
	height:176px;
	background:url(../images/bg-footer.jpg) center top repeat-x;
}
div.push {
	height:176px;
	}

div#inner-footer {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:15;
	}


/*********************************************************/
/************************ Euro-CMS ***********************/
/*********************************************************/


#ewcms_edit_controller {
	position:absolute;
	padding: 10px;
	top:15px;
	left: 15px;
	background-color:#FF0000;
	z-index: 100;
	width: 150px;
	height: 30px;
}


/********************** Embrace Your Past :-) ************************/

