@charset "utf-8";
/* Allgemein */

*{
	margin:0;
	padding:0;
}

strong {
	color:#244e26;
	
}

li{ list-style-type:none; }

p{ margin-bottom:10px; }

h1{
	font-size:1.2em;
	color:#244e26;
	padding-bottom:10px;
}

h2{
	font-size:1em;
	color:#69A03D;
	padding-bottom:0px;
}

.color_greenlight {
	color:#69A03D;
	font-weight: bold;
}

.font_bold{
	font-size:1em;
	color:#3b4b26;
	font-weight:bold;
}

body {
	background-color:#244e26;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:22px;
}

a img { border:none; }

/* Struktur */

#wrapper{
	margin:0 auto 0 auto;
	width:980px;
}
#design_left{
	float:left;
	width:121px;
}

#design_left_hawaii img{
	float:right;
	width:33px;
}

#design_right_hawaii img{
	float:left;
	width:33px;
}
#design_right{
	float:right;
	width:121px;
}
#design_left_hawaii{
	float:left;
	width:121px;
	height:100%;
}

#design_right_hawaii{
	float:left;
	width:121px;
	height:100%;
}


#middle{
	float:left;
	width:738px;
}

#content_wrapper{
	background-color:#FFF;
	padding:30px 0 0 0;
	font-size:0.9em;
	float:right;
	width:738px;
}

#navigation{
	width:165px;
	float:left;
	height:100%;
}

#menue{
	width:165px;
	text-align:right;	
	margin-right:30px;
	float:right;
	margin-bottom:50px;
	line-height:16px;
}

#content{
	width:500px;
	padding:0 40px 0 30px;
	float:right;
	line-height: 22px;
}


#logo{
	padding:0 0 20px 20px;	
}

#footer{
	clear:both;
	margin:50px 0 30px 0;
	font-size:0.9em;
	line-height:18px;
}

/* Navigation */

#menue a, #menue a:visited, #menue a:active{
	color:#69a03d;
	text-decoration:none;
}

#menue a.current, #menue a:visited.current, #menue a:active.current{
	color:#234e26;
	text-decoration:none;
	font-weight:bold;
}

#menue a:hover{
	color:#234e26;
	text-decoration:none;
}

#menue ul li{
	padding-bottom:7px;
}

/* Bilder */

#head{
	width:738px;
	height:399px;
}
.anna{
	background-image:url(../images/img_anna.jpg);
	background-repeat:no-repeat;
}

.divine_healing{
	background-image:url(../images/img_divine.jpg);
	background-repeat:no-repeat;
}

.lomilomi{
	background-image:url(../images/img_lomilomi.jpg);
	background-repeat:no-repeat;
}

.kurse{
	background-image:url(../images/img_kurse.jpg);
	background-repeat:no-repeat;
}

.galerie{
	background-image:url(../images/img_galerie.jpg);
	background-repeat:no-repeat;
}

.impressum{
	background-image:url(../images/img_impressum.jpg);
	background-repeat:no-repeat;
}

.links{
	background-image:url(../images/img_links.jpg);
	background-repeat:no-repeat;
}

.cleanse{
	background-image:url(../images/img_cleanse.jpg);
	background-repeat:no-repeat;
}

/* Content */
.image_right{
	float:right;
	margin:5px 0 0 15px;
}

.image_caption{
	clear: both;
	font-size: 0.9em;
	padding-top:0;
	line-height:1.6em;
	color:#234e26;
	margin-bottom:0;
}

.image_left{
	float:left;
	margin:5px 15px 0 0;
}


/* Links */
a, a:visited, a:hover, a:active{
	color:#234e26;
	text-decoration:underline;	
}

/* Galerie */

.galerie_row{
	clear:both;
}

.galerie_container {
	float: left;
	margin: 0 12px 5px 0;
	width: 150px;
}
.galerie_container img {
	border: none;
	float: left;
}

.galerie_container p {
	clear: both;
	font-size: 0.9em;
	padding-top:3px;
	line-height:1.4em;
	color:#234e26;
}

