/**
 * Custom CSS for http://www.gesundheit-praxis.de
 * @author: Caspar Huebinger
 * @url: http://webdesigner-potsdam.de
 */

/* @group reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn 
{ margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline }
a { outline: 0; }
a img, frameset { border: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
/* @end */

/* @group utility */
.reset {margin:0 !important;}
.large {font-size: larger;}
.small {font-size: smaller;}
.clear {clear: both;}
.nowrap { white-space: nowrap; }
.alignright {float: right; margin-left: 24px; margin-bottom: 12px;}
.alignleft {float: left; margin-right: 24px; margin-bottom: 12px;}
.aligncenter {display: block; float: none; clear: both; margin-right: auto; margin-left: auto; margin-bottom: 12px;}
.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.hide, .ie {display: none;}
.invisible {visibility: hidden;}
.contain-overflow {overflow: hidden;}
.screen-reader {display: block; left: -9999px; position: absolute; top: -9999px;}
.row:after, .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.text-shadow { text-shadow: 0px 1px 2px #ddd; }
.box-shadow { -moz-box-shadow: 0 4px 10px #aaa; -webkit-box-shadow: 0px 5px 5px #aaa; box-shadow: 0px 5px 5px #aaa; }
#page-load { background:#fff url('../images/loader.gif') no-repeat center 200px; }
noscript p { margin:0 20px; color:#bf8f00; text-align:center; }
.noscript { display: none; }
/* @end */

/* @group =base */
body {
	color: #537739;
	font: 18px/24px 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', Arial, sans-serif;
	background: #fff url('../images/body.png') no-repeat 0 center fixed;
}

/* @group -headers */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h2 {
	font-size: 32px; 
	line-height: 54px;
	letter-spacing: 1px;
}
h3 {
	font-size: 24px; 
	line-height: 36px;
	letter-spacing: 1px;
}
/* @end */

/* @group -links */
a { outline: 0; }
a, a:link, a:visited {
	color: #537739; 
	text-decoration: underline;
}
a:hover, a:active { 
	color: #8d1a20;
	text-decoration: none;
}
/* @end */

/* @group -basic text */
p, ol, ul, table { 
	margin: 0 0 12px;
}
ul {
	list-style: none outside;
}

li:first-child {
	padding-top: 0;
}
li:last-child {
	padding-bottom: 0;
}
li, li li:first-child, li li:last-child {
	padding: 2px 0;
}
li li:first-child, li li:last-child {
	margin-left: 12px;
}
blockquote p {
	margin: 0;
}
blockquote {
	margin-bottom: 12px;
}
small, cite {
	font-size: 12px;
}
sup { 
	font-size: 10px;
}

/* @end */

/* @group -header/footer */
#header, #footer {
	position: fixed;
	width: 100%;
	z-index: 10;
	margin:0;
	opacity: .9;
	-moz-opacity: .9;
	-webkit-opacity: .9;
	filter:alpha(opacity=90);
}
#header .container, 
#footer .container {
	background-color: transparent;
}
#header {
	top: 0;
	background: url('../images/rep-x-top.png') repeat-x;
}
#header .container {
	margin-top: 48px;
	padding: 0;
}
#header h1.logo a {
	display: block;
	margin: 0 auto;
	height: 110px;
	width: 200px;
	text-indent: -999em;
	background: url('../images/schiffler-logo.png') no-repeat center bottom;
}
#header h2.description {
	position: fixed;
	top: 164px; 
	width: 100%;
	color:#81c401;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}
#footer { 
	min-width: 680px;
	bottom: 0;
	text-align: center;
	background: url('../images/rep-x-bottom.png') repeat-x 0 bottom;
}
#footer .container {
	padding: 12px 12px 48px;
	background: url('../images/icons.png') no-repeat center 16px;
	}
#footer .elemente {
	width: 250px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#footer .elemente li {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#wasser {
	position: absolute;
	float:none;
	margin-left:0;
	width: 80px;
}
#holz {
	position: absolute;
	float:none;
	margin-left: 90px !important;
	width: 20px;
}
#feuer {
	position: absolute;
	float:none;
	margin-left:115px !important;
	width: 60px;
}
#erde {
	position: absolute;
	float:none;
	margin-left: 180px !important;
	width: 60px;
}
#footer .elemente a {
	display: block;
	height: 48px;
	text-indent: -9999px;
}
#footer .copyright {
	clear:both;
	position: relative;
	top: 48px;
}
/* @end */	

/* @group -form elements */
button { 
	cursor: pointer; 
	width: auto;
	overflow: visible;
}
label {
	font-weight: bold;
}
/* @end */

/* @group -menu */
#menu {
	width: 860px;
	margin: 220px auto 0;
}
#menu-wrapper {
	width: 480px;
	margin: 0 auto;
}
#menu ul {
	position: absolute;
	margin: 24px auto 0;
	width: 480px;
	height: 200px;
}
#menu ul ul {
	width: auto;
	height: auto;
}
#menu li {
	position: absolute;
	list-style: none;
	white-space: nowrap;
}
.js #menu li a, 
.js #menu li a:link, 
.js #menu li a:visited,
.js #menu li a:hover, 
.js #menu li a:active {
	text-decoration: none;
	color: #81c401;
}

/* @group -cloud */
li.contact {
	top: 56px;
	left: 185px;
	font-size: 32px;
	
}
li.maya {
	top: 12px;
	left: 72px;
	font-size: 21px;
}
li.psychotherapie {
	top: -8px;
	left: -72px;
	font-size: 21px;
}
li.coaching {
	top: 24px;
	left: -24px;
	font-size: 16px;
}
li.rainer {
	top: 0;
	left: 280px;
	font-size: 21px;
}
li.holopathie {
	top: -12px;
	left: 64px;
	font-size: 18px;
}
li.chiropraktik {
	top: 24px;
	left: 72px;
	font-size: 21px;
}
li.flyer {
	top: 100px;
	left: 164px;
	font-size: 24px;
}
li.gesundheit {
	display: none;
}
li.ganzheitlich {
	display:none;
}
li.salutogenese {
	display:none;
}
li.leben {
	display:none;
}
li.seelenheil {
	display:none;
}
li.therapeuten {
	display:none;
}
li.empfehlungsmarketing {
	top: -20px;
	left: -56px;
	font-size: 16px;
}
li.asides {
	top: 140px;
	left: 300px;
	font-size: 14px;
}
li.preise {
	top: 120px;
	left: 364px;
	font-size: 14px;
}
/* @end */

/* @end */

/* @group -main content */
.fbox-container {
	clear: both;
}
.js .fbox-container {
	display:none;
}
.fbox-content { 
	text-align: justify;
	padding: 0 64px;
}
.js .fbox-content { 
	width: 772px;
	height: 560px;
	display: table-cell;
	vertical-align: middle;
	/* background-image inline-coded */
	background-repeat: no-repeat;
	background-position: 0 0; 
}
.js #welcome {
	display: table-cell;
	vertical-align: middle;
	padding: 0 4px;
	text-align: justify;
}
.fbox-content h2, 
.fbox-content h3,
.fbox-content h4 {
	white-space: nowrap;
}
.fbox-content ul,
.fbox-content ol {
	list-style: none;
}
table, tr, td {
	border:0;
	vertical-align: top;
	white-space: nowrap;
}
.preiskatalog {
	margin: 16px auto;
}
.preiskatalog td {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 8px;
}
.links li {
	margin-bottom: 16px;
}
.js #rainer-2 p.footnote {
	margin-top: 48px;
	margin-left: 310px;
	line-height: 1em;
	text-align: right;
}
.js #contact iframe {
	margin: 16px 0 0 0;
}

/* @end */

/* @group -no-javascript */
.no-js .noscript {
	display: block;
}
.no-js body {
	background: #fff;
}
.no-js #header {
	background-color: #fff;
}
.no-js #header h2.description {
	top:180px;
}
.no-js #menu-wrapper {
	height: 400px;
}
.no-js #main {
	overflow: hidden;
	margin-bottom: 60px;
}
.no-js .fbox-content,
.no-js #welcome { 
	margin: 36px auto;
	background: #fff !important;
	background-image: none !important;
	text-align: justify;
}
.no-js #welcome { 
	width: 900px;
}
.no-js #footer .container {
	padding: 6px 12px;
	background: none;
}
.no-js #footer .elemente {
	display: none;
}
.no-js #footer .copyright {
	top: 0;
}
/* @end */
