/* @override http://www.kraftvoll-yoga.de/style.css */


@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #005977;
	text-decoration: none;
	/* height:101%; erzwingt scrollbar, gegen hüpfen beim seitenwechsel*/
	overflow-y: scroll;
	overflow-x: auto;
}

#layout_all {
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
}

#layout_navigation {
	width: 237px;
	height: 155px;
	margin-top: 170px;

}

#layout_content {
	width: 600px;
	margin-top: -325px;
	margin-left: 260px;
}

.balken_gruen {
	width: 600px;
	height: 150px;
	background-color: #88a614;
}

a, a:link, a:visited, a:hover {
	color: #88a614;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bolder;
}


.fliesstext{
	width: 580px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 25px;
}
.space_navigation {
	height: 5px;
}

.blaue_linie {
	width: 580px;
	height: 1px;
	background-color: #005977;
}

.rechtsinformation {
	font-size: 11px;
	font-style: italic;
}

tr, td {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #005977;
	vertical-align:text-top;
	text-align: left;
	text-indent: 10px;
}

.datum {
	font-size: 12px;
	font-weight: bold;
}

.uhrzeit {
	font-size: 12px;
	font-style: italic;
}


hr {
	position: relative;
	display: block;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #DDD;
	margin: 30px 0;
	padding: 0 0;
}


/* 01.10.2015 */

/* YOGAREISEN */

.reise-angebot  {
	background: #F1F1F1;
	margin: 0 0 15px 0;
}

.reise-titel {
	padding: 15px;
	background: #005977;
}

.reise-titel h2 {
	margin: 0;
	color: #FFF;
}

.reise-inhalt  {
	padding: 15px;
	background: #F1F1F1;
}

.reise-inhalt p {
	margin-top: 0;
}


.reise-termin  {
	margin: 0 0 1px 0;
	background: #FFF;
	padding: 10px;

}

.reise-termin .datum {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.fliesstext .btn,
.reise-termin .btn{
	display: inline-block;
	padding: 10px;
	line-height: 1;
	font-weight: bold;
	background: #88a614;
	border-radius: 3px;
	color: #FFF;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fliesstext .btn:before,
.reise-termin .btn:before {
	content: "» ";
}


.fliesstext .btn:hover,
.reise-termin .btn:hover {
	background: #005977;
}

.fliesstext .btn.download,
.reise-termin .btn.download {
	margin: 0 1px 0 0;
}


.reise-bilder {
	margin: 0 0 10px 0;
}

.reise-bilder img {
	display: inline;
	width: 48.5%;
	margin-right: 1px;
}


.red {
	color: red;
}


/* 07.01.2020 - kurstabellen */


.kurstabelle {
	width: 100%;
	padding: 10px;
	background: #005977;

}

.kurstabelle td {
	padding: 0 10px;
	text-indent: 0;
}

.kurstabelle ul {
	margin: 0;
	padding: 0 0 0 15px;
}


/* 20.02.2023 Footer Menü */


.footer-menu {
	background: #FFF;
	padding: 5px 0;
	text-align: right;
}

.footer-menu a {
	display: inline-block;
	margin-left: 20px;
}