@import url("vorlagen.css");

#body {
	background: #ffedc5;
	margin: 0px;
	padding: 0px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 148%;
	color: #333;
}

#container {
	width: 1000px;
	position: relative;
	z-index: 1;
}

#containerblank {
	width: 680px;
	position: relative;
	z-index: 1;
}

/* ALLGEMEINE STYLES */

#container img,
#containerblank img{
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}

#container a,
#containerblank a{
	color: #003468;
	text-decoration: none;
}

#container a:hover,
#containerblank a:hover {
	text-decoration: underline;
}

#container a:focus,
#container input:focus {
	outline: none;
}

#header {
	width: 950px;
	height: 185px;
	padding: 0px 25px;
	position: relative;
	z-index: 1000;
}

#header .logo {
	background: url(/gfx/logo.png) no-repeat 0px 0px;
	width: 200px;
	height: 125px;
	margin: 0 auto;
}

#header .logo a {
	width: 200px;
	height: 125px;
	display: block;
	position: relative;
}


/* HAUPTNAVIGATION */

#pngFixMenu {
	background: url(/gfx/bg_menu.png) repeat;
	width: 950px;
	height: 42px;
	position: absolute;
	left: 25px;
	bottom: 0px;
}


#mainNav {
	width: 950px;
	height: 40px;
	position: absolute;
	left: 25px;
	bottom: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainNav ul {
	margin: 0px 0px 0px 95px;
	padding: 0px;
	list-style-type: none;
}

#mainNav ul li {
	float: left;
	display: block;
	position: relative;
}

#mainNav ul li a {
	color: #003468;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

#mainNav ul li a:hover,
#mainNav ul li.on a,
#mainNav ul li.hover {
	background: url(/gfx/menuDot.gif) no-repeat 0px center;
	text-decoration: none;
}

/* ZWEITE MENÜEBENE - AUFKLAPPMENÜ */

#mainNav ul li ul {
	width: 195px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	left: 0px;
	display: none;
}

#mainNav ul ul li {
	display: inline;
}

#mainNav ul ul li a,
#mainNav ul ul li.off a {
	width: 165px;
	display: block;
	background: #fff;
	color: #003468;
	font-size: 14px;
	line-height: 130%;
	margin: 0px 0px 1px 0px;
	padding: 6px 15px 6px 15px;
}

#mainNav ul ul li a:hover,
#mainNav ul ul li.on a {
	color: #fff;
	background: #061d5b;
}

#mainNav ul li:hover ul,
#mainNav ul li.hover ul {
	display: block;
}

/* UNTERNAVIGATION ERSTE EBENE */

#subNav {
	width: 244px;
	padding: 15px 0px 20px 0px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNav ul li {
	display: inline;
}

#subNav ul li a {
	display: block;
	color: #003468;
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
	margin: 0px;
	padding: 8px 12px 8px 27px;
	position: relative;
}

#subNav ul li a:hover,
#subNav ul li.on a {
	background: url(/gfx/menuDot.gif) no-repeat 12px center;
	color: #000;
	text-decoration: none;
}

#subNav ul li.on a.parent {
	background: #f5e0b7 url(/gfx/menuDot.gif) no-repeat 12px center;
	border-top: 1px solid #ebc583;
}

/* ZWEITE EBENE */

#subNav ul ul {
	background: #f5e0b7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 27px;
	border-bottom: 1px solid #ebc583;
}

#subNav ul ul li {
	display: inline;
}

#subNav ul li.on ul li a,
#subNav ul ul li.off a {
	background: none;
	display: block;
	color: #003468;
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	position: relative;
	border: none;
}

#subNav ul ul li a:hover,
#subNav ul li.on ul li.off a:hover,
#subNav ul ul li.on a,
#subNav ul li.on ul li.on a {
	background: none;
	color: #000;
	text-decoration: none;
	border: none;
}


#subNav ul ul li.off a.parent,
#subNav ul ul li.on a.parent {
	background: #f5e0b7;
	border: none;
}


/* DRITTE EBENE */

#subNav ul ul ul {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 12px 12px;
	border: none;
}

#subNav ul ul li {
	display: inline;
}

#subNav ul ul li.on ul li a,
#subNav ul ul ul li.off a,
#subNav ul ul li.on ul li.off a {
	background: none;
	display: block;
	color: #003468;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	position: relative;
}

#subNav ul ul ul li a:hover,
#subNav ul ul ul li.on a,
#subNav ul li.on ul li.on a {
	color: #000;
	text-decoration: none;
}


/* HAUPTBEREICH */

#main {
	width: 950px;
	padding: 12px 25px 0px 25px;
	position: relative;
	z-index: 1;
}

#containerblank #main {
	width: 680px;
	padding: 0px;
}

/* HAUPTBEREICH LINKS */

#main .sidebar { /* Nur Unterseiten */
	width: 260px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

#main .columnLeft {
	background: url(/gfx/bg_columnLeft.png) repeat 0px 0px;
	width: 244px;
	border: 3px solid #dfc592;
	margin: 0px 10px 40px 0px;
	float: left;
	overflow: hidden;
}

#main .columnLeft .text {
	width: 220px;
	height: 432px;
	padding: 25px 12px 0px 12px;
	text-align: right;
}

#main .columnLeft .text h3,
#aktivText h3,
#harmonieText h3,
#naturText h3,
#gesundText h3,
#vitalText h3,
#main .columnLeft .schnellbuchunghomepage h3,
#main .columnLeft .schnellbuchung h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 140%;
	color: #003468;
	margin: 0px 0px 10px 0px;
}

#main .columnLeft .text p,
#aktivText p,
#harmonieText p,
#naturText p,
#gesundText p,
#vitalText p {
	font-size: 13px;
	line-height: 246%;
	color: #342213;
	margin: 0px 0px 10px 0px;
}

#main .columnLeft .text a,
#aktivText a,
#harmonieText a,
#naturText a,
#gesundText a,
#vitalText a {
	position: relative;
}

#main .columnLeft .schnellbuchunghomepage {
	width: 220px;
	padding: 10px 12px 0px 12px;
	text-align: right;
}

#main .columnLeft .schnellbuchung {
	width: 220px;
	padding: 10px 12px 0px 12px;
}

#main .columnLeft .pics {
	width: 200px;
	padding: 30px 22px 0px 22px;
}

#main .columnLeft .pics img {
	width: 200px;
	margin: 0px 0px 30px 0px;
}

/* 5 SÄULEN UNTERSEITE */

#pngFixPillarsDefault {
	background: url(/gfx/saeulen_kl.png) no-repeat 0px 0px;
	width: 250px;
	height: 46px;
	margin: 0px 0px 6px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main .sidebar .pillarsDefault {
	width: 260px;
	height: 46px;
	margin: 0px 0px 6px 0px;
	z-index: 100;
	position: relative;
}

#main .sidebar .pillarsDefault a {
	background: none;
	width: 46px;
	height: 46px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#main .sidebar .pillarsDefault a.aktiv:hover {
	background: url(/gfx/aktiv_kl_on.jpg) no-repeat 0px 0px;
}

#main .sidebar .pillarsDefault a.harmonie:hover {
	background: url(/gfx/harmonie_kl_on.jpg) no-repeat 0px 0px;
}

#main .sidebar .pillarsDefault a.natur:hover {
	background: url(/gfx/natur_kl_on.jpg) no-repeat 0px 0px;
}

#main .sidebar .pillarsDefault a.gesund:hover {
	background: url(/gfx/gesund_kl_on.jpg) no-repeat 0px 0px;
}

#main .sidebar .pillarsDefault a.vital:hover {
	background: url(/gfx/vital_kl_on.jpg) no-repeat 0px 0px;
}


/* HAUPTBEREICH RECHTS */

#main .columnRight {
	width: 690px;
	float: left;
	margin: 0px 0px 40px 0px;
	position: relative;
	z-index: 1;
}

#containerblank #main .columnRight {
	width: 680px;
	float: left;
	margin: 0px;
	position: relative;
	z-index: 1;
}

#main .emotion {
	width: 684px;
	height: 454px;
	border: 3px solid #dfc896;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#main .emotionDefault {
	width: 684px;
	height: 159px;
	border: 3px solid #dfc896;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


/* AUFKLAPP - PAUSCHALE */

#main .columnRight .pauschale {
	background: url(/gfx/bg_pauschale.png) repeat 0px 0px;
	width: 215px;
	padding: 15px 10px 10px 10px;
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 100;
}

#main .columnRight .pauschale h3 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	margin: 0px 0px 6px 0px;
}

#main .columnRight .pauschale h4 {
	font-size: 11px;
	font-weight: normal;
	color: #ffedc5;
	margin: 0px 0px 8px 0px;
}

#main .columnRight .pauschale p {
	font-size: 13px;
	font-weight: normal;
	color: #c9cedc;
	margin: 0px 0px 0px 0px;
}

#main .columnRight .pauschale a {
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

#main .columnRight .pauschale a:hover {
	text-decoration: none;
}

#main .columnRight .pauschale img {
	display: block;
	margin: 0px 0px 0px 200px;
	width: 15px;
	height: 15px;
}

#main .columnRight .pauschale span {
	width: 215px;
	display: block;
}

#main .columnRight .pauschale .hiddenBox {
	width: 215px;
	padding: 20px 0px 0px 0px;
	display: none;
	z-index: 0;
}

#main .columnRight .pauschale a:hover .hiddenBox {
	display: block;
}

#main .columnRight .pauschale a:hover img {
	display: none;
}

#main .columnRight .pauschale ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#main .columnRight .pauschale .description {
	font-size: 12px;
}

#main .columnRight .pauschale .price {
	font-size: 17px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

/* PAUSCHALE AUF DER UNTERSEITE */

#main .pauschaleDefault {
	width: 220px;
	padding: 25px 12px 25px 12px;
}

#main .pauschaleDefault h3 {
	font-size: 17px;
	font-weight: normal;
	color: #003468;
	margin: 0px 0px 6px 0px;
}

#main .pauschaleDefault h4 {
	font-size: 11px;
	font-weight: normal;
	color: #291d0d;
	margin: 0px 0px 8px 0px;
}

#main .pauschaleDefault p {
	font-size: 13px;
	font-weight: normal;
	color: #7f6e52;
	margin: 0px 0px 8px 0px;
}

#main .pauschaleDefault img {
	display: block;
	width: 200px;
	margin: 0px 0px 8px 0px;
}

#main .pauschaleDefault ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
}

#main .pauschaleDefault .description {
	color: #000;
}

#main .ieFix {
	width: 244px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#main .ieFix .price {
	font-size: 17px;
	color: #000;
	position: absolute;
	top: -20px;
	left: 12px;
	margin: 0px;
}

#main .ieFix .link {
	position: absolute;
	top: -20px;
	right: 15px;
}


/* DIE 5 SÄULEN */

#container .pillars {
	width: 450px;
	height: 75px;
	position: absolute;
	top: 552px;
	left: 314px;
	z-index: 10000;
}

#pngFixPillar {
	background: url(/gfx/saeulen.png) no-repeat 0px 0px;
	width: 430px;
	height: 75px;
	position: absolute;
	top: 552px;
	left: 314px;
	z-index: 10000;
}
#container .pillars a {
	background: none;
	width: 75px;
	height: 75px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 11px 0px 0px;
	z-index: 10000;
}

#container .pillars a.aktiv:hover {
	background: url(/gfx/aktiv_on.jpg) no-repeat 0px 0px;
}

#container .pillars a.harmonie:hover {
	background: url(/gfx/harmonie_on.jpg) no-repeat 0px 0px;
}

#container .pillars a.natur:hover {
	background: url(/gfx/natur_on.jpg) no-repeat 0px 0px;
}

#container .pillars a.gesund:hover {
	background: url(/gfx/gesund_on.jpg) no-repeat 0px 0px;
}

#container .pillars a.vital:hover {
	background: url(/gfx/vital_on.jpg) no-repeat 0px 0px;
}

/*#container .pillars input {
	background: none;
	width: 75px;
	height: 75px;
	float: left;
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 11px 0px 0px;
	z-index: 10000;
}*/

#aktivPic,
#harmoniePic,
#naturPic,
#gesundPic,
#vitalPic {
	width: 684px;
	height: 454px;
	border: 3px solid #dfc896;
	overflow: hidden;
	position: absolute;
	top: 197px;
	right: 26px;
	z-index: 100;
	display: none;
}

#aktivText,
#harmonieText,
#naturText,
#gesundText,
#vitalText {
	background: #d10019;
	width: 220px;
	height: 407px;
	padding: 25px 12px 25px 12px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 28px;
	z-index: 100;
	display: none;
}

#aktivText h3,
#harmonieText h3,
#naturText h3,
#gesundText h3,
#vitalText h3 {
	color: #fff;
}

#aktivText p {
	color: #e2c78c;
}

#aktivText a,
#harmonieText a,
#naturText a,
#gesundText a,
#vitalText a {
	position: relative;
	color: #fff;
}

#harmonieText {
	background: #ffb400;
}

#harmonieText p {
	color: #6e5319;
}

#naturText {
	background: #008035;
}

#naturText p {
	color: #acd88c;
}

#gesundText {
	background: #d26608;
}

#gesundText p {
	color: #f2deb2;
}

#vitalText {
	background: #003468;
}

#vitalText p {
	color: #e5eaf0;
}

/* DIE 5 SÄULEN ENDE */

#content,
#seo {
	width: 640px;
	height: 960px;
	padding: 35px 25px 0px 25px;
	overflow: hidden;
}

#seo {
	position: absolute;
	top: 657px;
	left: 285px;
	z-index: 1000;
}

#contentDefault {
	width: 640px;
	padding: 35px 25px 0px 25px;
	overflow: hidden;
}

#containerblank #main .columnRight #contentDefault {
	width: 640px;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}


/* FOOTER */

#footer {
	background: #f6e0b1;
	width: 1000px;
	height: 135px;
	position: relative;
	font-size: 12px;
}

#containerblank #footer {
	background: #f6e0b1;
	width: 680px;
	height: 135px;
	position: relative;
	font-size: 12px;
}

#footer .logo {
	background: url(/gfx/schueles.jpg) no-repeat 0px 0px;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#footer .anschrift {
	position: absolute;
	top: 65px;
	left: 32px;
}

#footer .kontakt {
	position: absolute;
	top: 27px;
	left: 306px;
}

#footer .footerNav {
	position: absolute;
	top: 27px;
	left: 490px;
}

#footer .footerNav .left,
#footer .footerNav .right {
	padding: 0px 50px 0px 0px;
	float: left;
}

#footer .sitesearch {
	width: 260px;
	text-align: right;
	position: absolute;
	top: 26px;
	right: 30px;
}

#footer .author {
	color: #948972;
	position: absolute;
	bottom: 12px;
	right: 30px;
}

#footer .author a {
	color: #948972;
}

#search .query {
	background: #ffedc5;
	border: 3px solid #ffedc5;
	color: #333;
	font-size: 12px;
	margin: 0px 3px 0px 0px;
	padding: 2px 0px 2px 2px;
	width: 175px;
}
#search .submit {
	background: none;
	height: 25px;
	border: none;
	color: #003468;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
}

#seo .column.column0, #seo .column.column1, #seo .column.column2 {
	float: left;
	width: 200px;
}

#seo .column.column0, #seo .column.column1 {
	padding-right: 20px;
}

#seo .template {
	height: auto;
}





