/*** CSS Reset by Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ *********/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
			{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus		{outline: 0;} /* remember to define focus styles! */
body		{line-height: 1;color: black;background: white;}
ol, ul		{list-style: none;}
table		{border-collapse: separate;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td	{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q	{quotes: "" "";}
/* based on Stefan NitzscheÕs work http://nitzsche.info */
/* html,body {height: 100%;margin-bottom: 1px;background-color: #fff;} */
.hideme		{position: absolute;left: -9999em;top: -9999em;}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit], button {cursor: pointer;}
q:lang(de)	{quotes: 'ã' 'Ò' 'â' 'Ô';}
q:lang(en)	{quotes: 'Ò' 'Ó' "Ô" "Õ";}
abbr[title]	{border-bottom: 1px dotted #888 !important;cursor: help;}
a abbr		{cursor: pointer !important;}
.clearfix:after		{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.ie7 address		{font-style: normal;}
.clearfix			{display: inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix	{height: 1%;}
.clearfix			{display: block;}
/* End hide from IE-mac */

/*** END CSS RESET ********************************************************************************/




/*** 15.06.16 Wechsel von BG #a21e27 zu #938058 ***/

html {
	background: #938058;
}

body {
	/*background: #938058 url(../images/css/bg_body.gif) top center repeat-y;*/
	background: #938058;
		font-size:100.1%;
		font-family: 'Crimson Text',serif;
		color: #423030;
}

/*** 960.gs: **************************************************************************************/

.center {
	width: 960px;
	margin: 0 auto;
		font: normal 62.5% 'Crimson Text',serif;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin: 0 10px;
}

.grid_4.image {
	margin: 0 20px 0 0;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* Grid > Children (Alpha ~ First, Omega ~ Last) */
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

.grid_1  {width:  60px;}
.grid_2  {width: 140px;}
.grid_3  {width: 220px;}
.grid_4  {width: 300px;}
.grid_5  {width: 380px;}
.grid_6  {width: 460px;}
.grid_7  {width: 540px;}
.grid_8  {width: 620px;}
.grid_9  {width: 700px;}
.grid_10 {width: 780px;}
.grid_11 {width: 860px;}
.grid_12 {width: 940px;}

/* Prefix Extra Space */
.prefix_1  {padding-left: 80px;}
.prefix_2  {padding-left: 160px;}
.prefix_3  {padding-left: 240px;}
.prefix_4  {padding-left: 320px;}
.prefix_5  {padding-left: 400px;}
.prefix_6  {padding-left: 480px;}
.prefix_7  {padding-left: 560px;}
.prefix_8  {padding-left: 640px;}
.prefix_9  {padding-left: 720px;}
.prefix_10 {padding-left: 800px;}
.prefix_11 {padding-left: 880px;}

/* Suffix Extra Space */
.suffix_1  {padding-right: 80px;}
.suffix_2  {padding-right: 160px;}
.suffix_3  {padding-right: 240px;}
.suffix_4  {padding-right: 320px;}
.suffix_5  {padding-right: 400px;}
.suffix_6  {padding-right: 480px;}
.suffix_7  {padding-right: 560px;}
.suffix_8  {padding-right: 640px;}
.suffix_9  {padding-right: 720px;}
.suffix_10 {padding-right: 800px;}
.suffix_11 {padding-right: 880px;}


/* Push Space >> 12 Columns */
.push_1  {left: 80px;}
.push_2  {left: 160px;}
.push_3  {left: 240px;}
.push_4  {left: 320px;}
.push_5  {left: 400px;}
.push_6  {left: 480px;}
.push_7  {left: 560px;}
.push_8  {left: 640px;}
.push_9  {left: 720px;}
.push_10 {left: 800px;}
.push_11 {left: 880px;}

/* `Pull Space >> 12 Columns */
.pull_1  {left: -80px;}
.pull_2  {left: -160px;}
.pull_3  {left: -240px;}
.pull_4  {left: -320px;}
.pull_5  {left: -400px;}
.pull_6  {left: -480px;}
.pull_7  {left: -560px;}
.pull_8  {left: -640px;}
.pull_9  {left: -720px;}
.pull_10 {left: -800px;}
.pull_11 {left: -880px;}

/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.center:before,
.center:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,
.center:after {
	clear: both;
}

/* The zoom:1 rule is for IE6 + IE7 */
.clearfix,
.center {
	zoom: 1;
}

.borderTop {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #bfacac;
}

/*** Header: **************************************************************************************/

#header {
	width: 100%;
	height: 210px;
	padding: 20px 0 0 0;
	background: #938058;
	border-top: 1px solid #eccb4e;
}

#header .center {
	position: relative;
	z-index: 10;
	height: 210px;
	background: transparent url(../images/css/bg_header.png) bottom center no-repeat;
}

a#logo {
	display: block;
	float: left;
	width: 195px;
	height: 116px;
	margin: 24px 62px 50px 63px;
		text-decoration: none;
	}

a#logo {
	display: block;
	float: left;
	width: 280px;
	height: 170px;
	margin: 3px 0 37px 18px;
		text-decoration: none;
	}

a#logo:hover,
a#logo:focus {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	/*border-bottom: 1px solid #9e869d;*/
}

/*** Main-Navigation ******************************************************************************/

#nav {
	float: right;
	width: 640px;
	height: 40px;
	margin: 115px 0 55px 0;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	display: block;
	width: 108px;
	height: 40px;
	padding: 0 10px;
		font: normal 1.8em/40px 'Crimson Text',serif;
		color: #fff;
		text-decoration: none;
		text-align: center;
}

#nav li a:hover,
#nav li a:focus,
#nav li a.active {
		color: #eccb4e;
}

#nav li#sub a:hover {
	height: 39px;
	border-bottom: 1px solid #eccb4e;
	background: #938058;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block;
	width: 126px;
}

#nav li#sub li a {
	background: #938058;
}

#nav li#sub li a:hover {
	height: 38px;
	border-top: 1px solid #eccb4e;
	border-bottom: 1px solid #eccb4e;
}

#nav li#sub li.active a {
		color: #eccb4e;
}

/*** Content: Inhaltsbereich *********************************************************************/
/*** Raster mit 12 Einheiten ***********/
/*** 1 Einheit = 60px + 10px padding ***/
/*** 3=240 6=480 9=720 *****************/

#content {
}

#content .center {
	position: relative;
	z-index: 5;
	top: -52px;
	background: #edeeec url(../images/css/bg_content.jpg) 0 0 no-repeat;
}

/*#termine #content .center {
	padding: 0 0 75px 0;   --> nur wenn Kurse Billerbeck online
}*/

#impressum #content .center {
	padding: 0 0 120px 0;
}

/* Bilder */

#content img {
}

#content img.left {
	float: left;
	margin: 2.5em 15px 1.5em 0;
}

/* Listen */

#content ul {
	list-style: none;
	padding: 1.0em 10px;
}

#yogareise #content ul {
	padding: 1.8em 10px 1.0em 10px;
}

#content li {
	padding: 0 0 0.5em 16px;
	background: transparent url(../images/css/bg_li.gif) 0 0.55em no-repeat;
}

#content li img {
	padding: 0.25em 0.5em 0.25em 0;
}

/* Tabellen */

table {
	margin: 1.8em 0 0 0;
}

#termine table,
#kontakt table {
	margin: 1.8em 0;
}

th,
td {
	padding: 0 20px 0.25em 0;
}

/*** content -> Typo ***/

h1 {
	font: normal 3.6em/1.5em 'Crimson Text',serif;
	color: #423030;
	padding: 52px 0 0 0;
}

#index h1 {
	padding: 102px 0 0 0;
}

h2 {
	font: normal 2.4em/1.5em 'Crimson Text',serif;
	color: #785c5c;
	padding: 0.25em 0 0 0;
}

h3 {
	font: bold 1.8em/1.5em 'Crimson Text',serif;
	color: #423030;
	padding: 1.25em 0 0 0;
}

p {
	font: normal 1.8em/1.5em 'Crimson Text',serif;
	color: #423030;
	padding: 1.25em 0 0 0;
}

.small {
	font: normal 1.6em/1.4em 'Crimson Text',serif;
	color: #785c5c;
}

h2 span.small {
	font: normal 0.8em/1.4em 'Crimson Text',serif;
}

dfn {
	font-style: italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

#content li {
	font: normal 1.8em/1.5em 'Crimson Text',serif;
	color: #423030;
}

th,
td {
	vertical-align: top;
	text-align: left;
	font: normal 1.8em/1.5em 'Crimson Text',serif;
	color: #423030;
}

td span.small {
	font: normal 0.8em/1.5em 'Crimson Text',serif;
	color: #785c5c;
}

a {
	color: #938058;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* Formular Kontaktseite */

#formular {
	width: 908px;
	margin: 30px 0 0 0;
	padding: 0 15px 60px 15px;
	background: #f7edeb;
	border-top: 1px solid #a21e26;
	border-left: 1px dotted #a21e26;
	border-right: 1px dotted #a21e26;
}

#kontakt fieldset {
	float: left;
	display: inline;
	width: 460px;
	margin: 2.1em 0 1.4em 0;
}

#kontakt fieldset#rightColumn {
	float: none;
	width: 390px; /* eigentlich 440px -> IE6 */
}

#kontakt form label {
	display: inline-block;
	margin: 8px 0 0 0;
	padding: 0 0 0 6px;
		font: normal 1.7em/20px 'Crimson Text',serif;
		color: #423030;
}

#kontakt .hinweis {
		color: #938058;
}

#kontakt form input,
#kontakt form select,
#kontakt form textarea {
	width: 380px;
	height: 19px;
	margin: 4px 0 0 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #a21e26;
		font: normal 16px Georgia,'Times New Roman',Times,serif;
		color: #938058;
}





#kontakt form input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 20px;
	margin-right: -2em;
}

#kontakt form input[type="checkbox"] + label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin-top: 18px;
	padding: 0 3.75em 1em 2.0em;
}




#kontakt form select {
	height: auto;
}

#kontakt form textarea {
	height: 263px;
}

#kontakt form input#submit {
	width: 290px;
	height: 30px;
	margin: 31px 0 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #a21e26;
		font: normal 1.9em/30px 'Crimson Text',serif;
		color: #938058;
}

#kontakt form input#submit:hover {
	background: #a5b0c2;
	border: 1px solid #fff;
		color: #fff;
}

/*** Footer ***************************************************************************************/

#footer {
	background: #938058;
}

#footer .center {
	position: relative;
	z-index: 10;
	top: -103px; /* eigentlich 104px -> IE */
	background: transparent url(../images/css/bg_footer.png) top center no-repeat;
}

#footer p {
	float: right;
	width: 170px;
	margin: 0 10px;
	padding: 32px 0 0 0;
		text-align: center;
		font: normal 1.6em/1.5em 'Crimson Text',serif;
		color: #fff;
}

#footer a {
	padding: 0 5px;
		color: #fff;
		text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a.active {
		color: #eccb4e;
}
