/**
  * Projekttitel
  *
  * @copyright       ©2008
  * @author          Authorname
  * @version         Version
  *
  * @revision        Revision
  * @lastmodified    Last Modified Date
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #ffffff url(images/gridbg.gif) repeat scroll 0 0; */
	background-color: #fff;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
}

/* body#index,
body#kontakt {
	background-color: #fff;
} */


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	margin: 0 auto 0 auto;	/* centering the site */
	width: 700px;
}

#header * {
	margin-bottom: 0px;
}

div#header {
	padding: 18px 18px 21px 18px;
	background-color: #fff;
	margin-bottom: 0px;
}

#navigation {
	position: relative;
	float: left;
	height: 184px;
	width: 520px;
}

#navigation ul {
	position: absolute;
	bottom: 0px;
	left: 0;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	margin-right: 6px;
}

#navigation .last-item {
	margin-right: 0px;
}

#content {
	margin-bottom: 0px;
	padding: 54px 54px 54px 54px;
	background: #684926 url(images/content-bg-dark.gif) repeat-x top left;
	color: #fff;
	min-height: 400px;
}

#footer {
	margin: 0px 0 54px 0;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}



 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 { 
	font-size: 12px; 
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

h4 {}

h5 {}

h6 {}

div {
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {
	color: #684926;
}

a:hover {
	background-color: #684926;
	color: #fff;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: Andale Mono;
}


 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */

a.light {
	color: #fff;
}

a.light:hover {
	background-color: #fff;
	color: #684926;
}

#navigation a {
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #684926;
}

#navigation a:hover {
	border-bottom: 3px solid #684926;
}

#footer a {
	text-decoration: none;
	color: #684926;
}

#footer a:hover {
	text-decoration: underline;
	background: none;
}



 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}



 /**
  * @section Colors
  *
  * Different colors used on the site
  */

.bg-color-1 {
	background-color: #684926;	/* default text color and bg color on index.php */
}

.bg-color-2 {
	background-color: #b4997a;	/* default bg color for text box on index.php */
}

.bg-color-3 {
	background-color: #e2d8cd;	/* default bg color for txt box on reiki.php */
}

.bg-color-4 {
	background-color: #fbcbb1;	/* default bg color for txt box on prananandi.php */
}



 /**
  * @section Navigation Highlight
  *
  */

#index .index,
#reiki .reiki,
#prananadi .prananadi,
#preise .preise,
#kontakt .kontakt {
	border-bottom: 3px solid #684926;
}




 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */




 /**
  * @section rest of style definitions
  *
  */

.text-box {
	padding: 18px;
/* 	margin-left: -18px; */
}

.text-box * {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.image-box {
	background-color: #fff;
	padding: 3px;
}

.image-box img {
	/* border: 2px solid #fff; */
}


