html, body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	background-color: #e4bd5e;
	text-align: center;
}
p span {
	font-weight: bold;
}
h1, p, ul {
	color: #4d4449;
}
#wrapper {
	position: relative;
	text-align: left;
	width:100%;
	max-width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pictures_pres/schatten.gif);
	background-repeat: repeat-y;
}
#main {
	padding: 0 0 20px 0;
	background-image: url(../pictures_pres/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	background-image: url(../pictures_pres/header.jpg);
	background-repeat: no-repeat;
	height: 107px;
	position: relative;
	color: #ffffff
}
#header img {
	width:100%;
	max-width:802px;
}
#navigation {
	width: 27%;
	float: left;
}
#content {
	width: 54%;
	float: left;
}
#side2 {
	width: 19%;
	float: right;
}
#nav_inner {
	padding: 1em 1em 1em 1.8em;
	width: 168px;
	height: 358px;
}
#content_inner {
	padding: 1.7em 1.7em 1em 0.2em;
}
#side2_inner {
	background-image: url(../pictures_pres/moods.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 358px;
}
#content h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.5em;
	position: relative;
}
#content h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #7e1426;
	font-size: .9em;
	line-height: 1.5em;
	padding: 13px 0 0 0;
}
#content ul {
	font-size: 80%;
	line-height: 1.4em;
	list-style-image: url(../pictures_pres/pfeil.jpg);
	list-style-type: none;
	padding-left: 13px;
	margin-left: 0px;
}
#content li {
	padding-bottom: 10px;
}
#content p {
	font-size: 80%;
	line-height: 1.5em;
}
.featureimg {
	float: left;
	width: 165px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.featureimg2 {
	float: left;
	width: 392px;
	margin-top: 20px;
	margin-bottom: 35px;
}
#angebot #nav_inner li.angebot, #coaching #nav_inner li.coaching, #verlauf #nav_inner li.verlauf, #frische #nav_inner li.frische, #kontakt #nav_inner li.kontakt, #links #nav_inner li.links, #datenschutz #nav_inner li.datenschutz, #impressum #nav_inner li.impressum {
	/*background-image: url(../pictures_pres/nav_bg_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0 1px 0;*/
	margin: 0 0 1px 0;
}
#angebot #nav_inner li.angebot a, #coaching #nav_inner li.coaching a, #verlauf #nav_inner li.verlauf a, #frische #nav_inner li.frische a, #kontakt #nav_inner li.kontakt a, #links #nav_inner li.links a,  #datenschutz #nav_inner li.datenschutz a, #impressum #nav_inner li.impressum a {
 color: #e0c7cb;
 /*background-image: url(../pictures_pres/nav_bg_top.gif);
 background-position: top right;
 background-repeat: no-repeat;*/
 background:#5a041e;
 display: block;
 margin: 0 0 0 0;
 padding: 5px 5px 5px 10px;
 text-decoration:none;
}
#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}
#navigation li {
	color: #e0c7cb;
	font-size: 80%;
	/*background-image: url(../pictures_pres/nav_bg_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	margin: 0 0 1px 0;
	padding: 0 1px 1px 0;
}
#navigation a:link, #navigation a:visited {
	color: #e0c7cb;
	/*background-image: url(../pictures_pres/nav_bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	background:#7e1426;
	display: block;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
#navigation a:hover {
	/*background-image: url(../pictures_pres/nav_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
	background:#5a041e;
}
#navigation a {
	border-radius: 3px;
}
#link {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
#link ul {
	margin: 0;
	padding: 2.5em 0 0 0;
	list-style: none;
}
#link li {
	float: left;
	background-image: url(../pictures_pres/link.gif);
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
}
#link a {
	float: left;
	display: block;
	width: auto;
	padding: 0 30px 30px 1.5em;
	text-decoration: none;
	list-style: none;
	color: #7e1426;
}
#footer {
	clear: both;
}
@media only screen and (max-width: 800px) {
	#navigation {width:35%;}
	#content {width:65%;}
	#side2 {display:none;}
}

@media only screen and (max-width: 600px) {
	#header{margin-left:-10px;background-size: 185%;}
	#wrapper {background:#FFF}
	#navigation {width:100%;}
	#nav_inner {width:100%; height:auto; padding:0; margin:0; float:left;}
	#content {width:100%;}
	#content_inner {padding:20px;}
}
@media only screen and (max-width: 420px) {
	#header{height: 90px;}
}