@charset "UTF-8";
/* CSS Document www.gesund-mit-shiatsu.de Nina Fleck 2014 */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'Gudea', sans-serif;
	color: #57585b;
}

h1, h2, h3, h4, h5 {
	color: #82358c;
}

h1 {
	padding: 40px 0 10px 0;
	font-size: 20px;
}

p {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 22px;
}

/*.drei-spaltig img {
	max-width: 100%;
}*/

a {
	color: #82358c;
}

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

#wrapper #content .info p.no-padding-bottom {
	padding: 10px 0 0;
}

#wrapper #content .info p.no-padding-top {
	padding: 0 0 10px 0;
}

#content .float-left {
	float: left;
}

.float-right {
	/*position: absolute;
	bottom: 15px;
	right: 10px;*/
	float: right;
	width: 175px;
}
div.padding-bottom {
	padding-bottom: 50px;
}

#content .container {
	margin-right: 28px;
}

#wrapper {
	width: 1000px;
	border: 2px solid #82358c;
	margin: auto;
	position: relative;
	min-height: 650px;
}

#wrapper .info {
	position: absolute;
	bottom: 15px;
}

#wrapper #content .info, #wrapper .float-right {
	position: inherit;
}

#wrapper #content .info p, #wrapper div.team p {
	padding: 10px 10px 10px 0;
}

#wrapper div.team {
	padding-right: 15px;
	padding-top: 76px;
}

#wrapper .info p {
	font-size: 13px;
	width: 170px;
	padding: 0 0 4px 20px;
	line-height: 17px;
}

#wrapper .info p strong {
	color: #7e3f98;
}

img.anfahrt {
	/*background: url(../images/anfahrt.png) no-repeat right bottom;*/
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.img-full-screen {
	width: 100%;
	text-align: center;
	background-color: #d1d3d4;
	padding: 20px 0;
}

.bg_color {
	background-color: #82358c;
	height: 180px;
}

#header img {
	padding: 30px 0 0 30px;
	width: 118px;
}

#header p {
	float: right;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	text-align: right;
	padding: 75px 202px 0 0;
	line-height: 36px;
}

#navi {
	margin-top: 5px;
}

#navi li {
	float: left;
	width: 196px;
	list-style-type: none;
	background-color: #d7dde2;
	margin-right: 5px;
	border-radius: 12px;
}

#navi li.last {
	margin: 0;
}

#navi li a {
	color: #82358c;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	font-size: 18px;
	font-weight: 700;
}

#navi li a:hover, #navi li a:focus, #navi li a.active, #footer p a:hover, #footer p a:focus, #footer p a.active {
	color: #fff;
	background-color: #82358c;
	border-radius: 12px;
} 

.zwei-spaltig {
	padding: 30px 404px 30px 222px;
}

.drei-spaltig {
	padding: 30px 150px 30px 222px;
}

a.invisible-link {
	color: inherit;
	text-decoration: none;
}

#content.vita {
	padding: 30px 222px 10px 222px;
}

#content ul {
	padding-left: 20px;
	list-style-position: outside;
}

.vita-left, .vita-right {
	float: left;
}

.vita-left p, .vita-right p {
	padding-bottom: 5px;
}

.vita-left {
	width: 13%;
}

.vita-right {
	width: 87%;
}

.zeiten-left {
	width: 50px;
	float: left;
}

.zeiten-right {
	width: 120px;
	float: left;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 402px;
}

#footer p {
	width: 196px;
	background-color: #d7dde2;
	border-radius: 12px;
	padding-bottom: 0;
}

#footer p a {
	color: #82358c;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	font-size: 14px;
	font-weight: 700;
}

#footer li {
	float: right;
	width: 196px;
	list-style-type: none;
	background-color: #d7dde2;
	margin-right: 5px;
	border-radius: 12px;
}

.clearfix {
	clear: both;
}