/* @override 
	http://www.yoga-in-ratingen.de/style.css
	http://vorschau.yoga-in-ratingen.de/style.css
	http://yoga-in-ratingen.de/style.css
*/

/* --------------------------------------------------
Yoga in Ratingen
Design: Bernhard Vogler
-------------------------------------------------- */

/* ----- =Dokumenteigenschaften ----- */

* { /* Macht alle Browser-Voreinstellungen ungueltig */
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border: none; /* entfernt die nervige Rahmen-Voreinstellungen von Bildern */
}

body {
	background: #B5261B;
	color: #333333;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 62.5%; /* 1em=10px bei 16px Standard-Schriftgroesse */
	text-align: center; /* Zentrierung #container IE */
}


/* ----- =Typografie ----- */

h1, h2, h3, h4, h5, h6,
caption,
legend,
#newsletter-signup {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 0.3em;
}

h3, legend {
	font-size: 1.7em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 0.3em;
}

h5, caption {
	font-size: 1.5em;
	padding-bottom: 0.3em;
	text-align: left;
}

caption {
	font-size: 1.3em !important;
}

acronym {
	letter-spacing: .1em; /* Typo-Feinheit */
}

address {
	font-style: normal;
}

.kern {
	letter-spacing: -.1em; /* Typo-Feinheit */
}

#nav .kern {
	letter-spacing: .05em;
}

#maincontent p,
#maincontent ul,
#maincontent ol,
#maincontent dl,
#maincontent .vcard,
#fancybox-content input,
#fancybox-content label,
#fancybox-content div.response,
#fancybox-content div.mce_inline_error,
.error #container {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#maincontent table {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

#maincontent .intro,
#maincontent p.runin {
	margin-bottom: .1em !important;
}

#maincontent ul {
	list-style-type: square;
	margin-left: 1.5em;
}

.vcard .org {
	font-weight: bold;
}

a, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:active, a:focus {
	color: #B5261B;
}

dl span.hint {
	font-size: .8em;
	font-style: italic;
}

.hint {
	font-size: .8em;
	font-style: italic;
}
/* ----- =Layout ----- */

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 870px;
}

#container,
#fancybox-content {
	text-align: left;
}

/*.right, .angebote div img, #maincontent img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}*/

.left, #maincontent img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* header */

#header {
	background: #E06D19 url(images/header.png) no-repeat 195px 15px;
	height: 100px !important;
	/*overflow: hidden !important;*/
	overflow: visible;
	margin-bottom: 20px;
}

#quickskip li {
  position: absolute;
  visibility: hidden;
}

ul#nav {
	color: #FFFFFF;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	margin: 122px 0 0;
	padding: 0;
	position: absolute;
}

#nav li {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

#nav li a,
#nav li a:visited,
#nav li.current a {
	border-right: 10px solid #fff;
	color: #333;
	display: block;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding-left: 30px;
	text-decoration: none;
	width: 170px;
	-moz-transition-property: background-color, border-color;
	-moz-transition-duration: .4s;
	-webkit-transition-property: background-color, border-color;
	-webkit-transition-duration: .4s;
}

#nav li.current a {
	background-color: #fafafa;
	border-right: 10px solid #dadada !important;
	display: block;
}

/*#nav li.current a {
	background-color: transparent;
	border: none !important;
}*/

#nav li a:active,
#nav li a:focus {
	color: #000;
}

#nav li.current ul {
	width: 160px;
}

#nav li.current ul li a {
	background-color: #fff !important;
	border-color: #fff !important;
}

#nav li ul li a {
	padding-left: 50px !important;
	width: 150px !important;
}

body #nav li a:hover,
body #nav li.current ul li a:hover,
body #nav li ul li.current a {
	background-color: #fafafa !important;
	border-right-color: #dadada !important;
}

#nav li#reisen {
	margin-top: 80px;
}


#maincontent {
	background-color: #FFFFFF;
	margin: 0 30px 0 270px;
	padding-bottom: 3em;
	width: 570px;
}

#maincontent img {
	float: right;
	margin: 0 0 10px 10px;
}

/* @group Footer */

#footer {
	clear: both;
	font-size: 1.1em;
	line-height: 1.5em !important;
	padding: 20px 0;
}

#footer, #footer a {
	color: #555;
}

#footer a:hover {
	color: #333;
}

#footer a:active, #footer a:focus {
	color: #000;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 270px;
}

#footer li {
	border-left: 1px solid #888;
	display: inline;
	padding: 0 5px;
}

#footer li:first-child {
	border: none !important;
	padding-left: 0px;
}

#footer address {
	margin-bottom: 5px;
}

#footer .org {
	float: left;
	padding-right: 15px;
	text-align: right;
	width: 255px;
}

/* @end */

.home h1 {
	font-family: Adobe Garamond Pro, Garamond Pro, Garamond, Palatino, Georgia, serif;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 30px;
	text-indent: -30px;
}

.home .maininfo {
	height: 280px !important;
}

/*.home #maincontent .maininfo img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}*/

.home #maincontent .maininfo img {
	float: right;
	margin-left: 20px;
}

dl.runin, dl.einzel {
	width: 25em;
}

.runin dt , .einzel dt{
	float: left;
	min-width: 20em;
	width: auto !important;
	width: 20em;
}

.runin dd, .einzel dd {
	clear: right;
	float: right;
	text-align: right;
}

#maincontent .kurs p {
	margin-bottom: 0;
}

.kurs {
	margin-bottom: 1.5em;
}

.kurs .zeit {
	font-style: italic;
}

.einzel dt {
	width: 300px;
}

dl.konto dt {
	min-width: 0;
	width: 15em !important;
}

table.einzel {
	width: 250px;
}

table.einzel td.price {
	width: 50px;
}

/* #maincontent dl dt {
	clear: both;
} */

.clear {
	clear: both;
	height: .1em;
}

#cites dt {
	font-size: 1.1em;
}

#cites dd {
	font-style: italic;
	margin-bottom: 1em;
}

.tel {
	word-spacing: -0.1em;
}

#myshow {
	display: block !important;
}

.mooshow a {
	border: none;
}

/* IE 6 + 7 */
.mooshow_outerContainer,
.mooshow_contentContainer {
	*margin-left: 0 !important;
	*text-align: left !important;
}



#maincontent img.mooshow_image {
	float: none !important;
	margin: 0;
}

.we, .info {
	background-color: #fafafa;
	border: 1px solid #dadada;
	padding: 10px;
	margin-bottom: 1.5em;
	max-width: 200px;
}

table .info {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.info {
	display: inline-block;
	zoom:1;
}

* html .info, *:first-child+html .info {
	display: inline;
}

.info {
	display: inline-block;
}

/* *:first-child+html .info {
	width: 200px;
} */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1em;
	empty-cells: display;
	padding: 0;
	width: 100%;
}

th {
	background-color: #fafafa;
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	padding-bottom: .2em;
	padding-top: .3em;
	padding-left: .4em;
	padding-right: .6em;
}

tr {
	border-collapse: collapse !important;
}

td {
	background-color: #fafafa;
	border: 1px solid #D9D9D9;
	border-collapse: collapse !important;
	border-spacing: 0;
	padding-bottom: .2em;
	padding-top: .3em;
	padding-left: .4em;
	padding-right: .6em;
	vertical-align: top;
}

.plan td.neu {
	background: #fafafa url(/images/table_neu.gif) no-repeat top right;
}

.banner {
	background-color: #f7a25b;
	border: 1px solid #d98b3d;
	float: left;
	margin-bottom: 2em;
	margin: 0 2em 2em 0;
	position: relative;
}

.banner h2 {
	padding: .5em .7em 0;
}

.banner p {
	padding: 0.5em 0;
	width: 538px;
}

.banner img {
	margin-left: 1em;
}

div.weihnachten {
	background-color: #fafafa;
	border: 1px solid #dadada;
	padding: .5em 1em;
	margin-bottom: 2em;
}

#maincontent div.weihnachten p {
	margin-bottom: 0;
}

.weihnachten img {
	margin-bottom: .3em;
	margin-top: .2em;
}

div.weihnachten h2 {
	line-height: 1em;
}

#maincontent div.weihnachten a {
	border: none;
}

#maincontent .banner p {
	margin: 0;
}

#newsletter-signup,
.mainlink {
	background-color: #eee;
	border-radius: 5px;
	padding: 7px 10px;
	margin-left: -10px;
}

a.doc {
	background: url(/images/doc.gif) no-repeat right;
	padding-right: 20px;
}

a.pdf {
	background: url(/images/pdf.gif) no-repeat right;
	padding-right: 20px;
}

.angebote h3, #maincontent .angebote p.datum {
	margin: 0;
}

hr {
	background-color: #909090;
	border: none;
	clear: both;
	color: #909090;
	height: 1px;
	margin: 1.3em 0;
}

td.price {
	text-align: center;
	padding-right: 3px;
	min-width: 50px;
}

/* Newsletter signup form */

#mc_embed_signup fieldset {
	border: none;
	width: 400px;
}

#mc_embed_signup legend {
	padding-bottom: 10px !important;
}

label {
	display: inline-block;
	width: 100px;
}

input#mce-EMAIL {
	width: 290px;
}

.mainlink {
	display: block;
	float: left;
	margin-left: 0px !important;
	margin-right: 10px;
	padding: 5px 7px !important;
	width: auto !important;
	border-radius: 1px;
}

/* @group Clearfix */

/* Clearfix */

/* float clearing for IE6 */
* html #container,
* html .home .maininfo,
* html .einzel,
* html #maincontent,
* dl.runin {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #container,
*+html .home .maininfo,
*+html .einzel,
*+html #maincontent,
* dl.runin {
  min-height: 1%;
}

/* float clearing for everyone else */
#container:after,
.home .maininfo:after,
.einzel:after,
#maincontent:after,
dl.runin:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}


/* @end */
