body {
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.hidden {
	display: none !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a, a:link, a:visited, a:active {
	color: #f60 !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.invisLink, a.invisLink:hover {
	color: #000 !important;
	text-decoration: none;
}

h1, h2, h3 {
	color: #39c;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 30px;
}

div.success {
	background: #E6EFC2;
	color: #090;
	border: 1px solid #C6D880;
	padding: 1em;
	margin-bottom: 1.5em;
}

div.success p {
	margin: 0;
}

.form .btnSubmit {
	width: auto !important;
	background-color: #FFF;
	border: 1px solid #000;
	color:#000;
	margin: 5px 0;
	padding: 1px 5px;
}

.form .checkboxRow input {
	width: auto !important;
	float: left;
	margin-right: 7px;
}

.form .checkboxRow label {
	float: left;
}

#start h1 {
	display: none;
}

#start h2 {
	font-size: 1.2em;
}

#start h2, #start p {
	margin: 0.9em 0;
}

#wrapper {
	background: url('../images/header.jpg') right top no-repeat;
	margin: 0 auto 50px;
	width: 840px;
	position: relative;
}

#header {
	background: url('../images/h1_mukketier.jpg') no-repeat;
	width: 355px;
	height: 90px;
	position: absolute;
	left: 322px;
	top: 146px;
}

#header h1 {
	display: none;
}

ul#navigation {
	position: absolute;
	top: 115px;
	left: 0;
/*	float: left;
	font-size: 0;
	line-height:0;*/
	list-style-type: none;
	margin: 70px 20px 0 0;
	padding: 0;
	width: 160px;
}

ul#navigation li a { display: block; width: 160px; background: url('../images/navi.jpg') no-repeat; }
ul#navigation li a span { display: none; }

ul#navigation li.top { background: url('../images/navi.jpg') no-repeat 0 0; width: 160px; height: 139px; }
ul#navigation li.bottom { background: url('../images/navi.jpg') no-repeat 0 -1061px; width: 160px; height: 46px; }

ul#navigation li#n1 a { background-position: 0 -139px; width: 160px; height: 41px; }
ul#navigation li#n1 a:hover, ul#navigation li#n1 a:active, ul#navigation li#n1 a.active { background-position: 0 -180px; }

ul#navigation li#n2 a { background-position: 0 -221px; width: 160px; height: 46px; }
ul#navigation li#n2 a:hover, ul#navigation li#n2 a:active, ul#navigation li#n2 a.active { background-position: 0 -267px; }

ul#navigation li#n3 a { background-position: 0 -313px; width: 160px; height: 58px; }
ul#navigation li#n3 a:hover, ul#navigation li#n3 a:active, ul#navigation li#n3 a.active { background-position: 0 -371px; }

ul#navigation li#n4 a { background-position: 0 -429px; width: 160px; height: 56px; }
ul#navigation li#n4 a:hover, ul#navigation li#n4 a:active, ul#navigation li#n4 a.active { background-position: 0 -485px; }

ul#navigation li#n5 a { background-position: 0 -541px; width: 160px; height: 57px; }
ul#navigation li#n5 a:hover, ul#navigation li#n5 a:active, ul#navigation li#n5 a.active { background-position: 0 -598px; }

ul#navigation li#n6 a { background-position: 0 -655px; width: 160px; height: 49px; }
ul#navigation li#n6 a:hover, ul#navigation li#n6 a:active, ul#navigation li#n6 a.active { background-position: 0 -704px; }

ul#navigation li#n7 a { background-position: 0 -753px; width: 160px; height: 54px; }
ul#navigation li#n7 a:hover, ul#navigation li#n7 a:active, ul#navigation li#n7 a.active { background-position: 0 -807px; }

ul#navigation li#n8 a { background-position: 0 -861px; width: 160px; height: 51px; }
ul#navigation li#n8 a:hover, ul#navigation li#n8 a:active, ul#navigation li#n8 a.active { background-position: 0 -912px; }

ul#navigation li#n9 a { background-position: 0 -963px; width: 160px; height: 49px; }
ul#navigation li#n9 a:hover, ul#navigation li#n9 a:active, ul#navigation li#n9 a.active { background-position: 0 -1012px; }


#sidebar {
	background: url('../images/bg_right_column.gif') no-repeat;
	margin-left: 10px;
	padding: 0 0 50px 25px;
	position: absolute;
	right: 35px;
	top: 315px;
	width: 176px;
}

#sidebar a {
	color: #859D57;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}

#sidebar h2 {
	color: #859D57;
	font-size: 18px;
	margin: 0 0 20px;
}

#sidebar .bn1 {
	display: block;
	margin: 25px 0 20px 25px;
}
#sidebar .bn2 {
	display: block;
	margin: 10px 0 15px 70px;
}

#sidebar #newsletter-form input {
	border: 1px solid #859D57;
	margin: 5px 0;
	width: 144px;
}

#sidebar #newsletter-form .btnSubmit {
	color: #859D57;
	padding: 1px 5px;
	background: transparent;
	width: auto;
}

#sidebar .newsletter-form p.errorMsg, #sidebar .newsletter-form p.successMsg {
	border: 1px solid #3399CC;
	margin: 20px 0;
	padding: 10px;
	color: #900;
	font-size: 0.78em;
}
#sidebar .newsletter-form p.successMsg {
	color: #090;
}

#content, #content_wide {
	line-height: 150%;
	margin: 0 0 50px 180px;
	padding-top: 265px;
	width: 415px;
}

#content_wide {
	width: 625px;
}

.btn_links a {
	display: block;
	width: 89px;
	height: 67px;
	background: url('../images/btn_links.gif') no-repeat 0 0;
}
.btn_links a:hover {
	background-position: 0 -67px;
}

.btn_links a span {
	display: none;
}

.likeit {
	margin: 25px 0;
}

#news ul {
	margin: 60px 0;
}

#tourdates h3, li.news-item h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

#tourdates ul {
	margin-bottom: 35px;
}

li.tourdates-item {
	margin-bottom: 10px;
	font-weight: bold;
}

li.tourdates-item .date {
	margin-right: 15px;
}

li.tourdates-item .comment {
	color: #666;
	font-size: 0.78em;
	font-weight: normal;
}

#mukketiertv h3 {
	font-size: 1.2em;
}

#mukketiertv p.date {
	margin: 0 0 1em;
}

.mukketiertv-item {
	margin-top: 2em;
}

#mukketiertv td {
	vertical-align: top;
	padding: 2px;
}

#mukketiertv td img {
	margin: 0 10px 10px 0;
}

#mukketiertv td.desc {
	font-size: 13px;
	line-height: 150%;
}

#mukketiertv p.link {
	margin: 1em 0 0;
}

#mukketiertv .link a {
	color: #3399CC;
	font-weight: bold;
	text-decoration: underline;
}

#mukketiertv .link a:hover {
	text-decoration: none;
}

#mukketiertv li hr {
	background: url('../images/hr.gif') no-repeat;
	border: 0;
	height: 12px;
	width: 100%;
}

#mukketiertv div.desc {
	margin: 1em 0;
}

#mukketiertv .img1 {
	float: right;
}

#mukketiertv p.back_link {
	margin-top: 100px;
}

.guestbook-item {
	font-size: 0.8em;
	margin-top: 30px;
}

.guestbook-item .header {
	font-weight: bold;
	margin: 0;
}

.guestbook-item .name, .guestbook-item .date {
	color: #690;
}

.guestbook-item .text {
	margin-bottom: 30px;
}

.guestbook-item hr {
	color: #666;
	width: 300px;
	height: 1px;
}

#guestbook #entryform {
	margin-top: 35px;
}

#guestbook #entryform h3 {
	font-size: 1.2em;
	margin: 1em 0;
}

#guestbook .captcha a {
	display: block;
}

#guestbook td {
	padding: 2px 5px;
	vertical-align: top;
}

#guestbook input, #guestbook textarea {
	width: 300px;
}

#guestbook p.note {
	margin: 0 0 5px 0;
}

#guestbook .buttons {
	text-align: center;
}

/*#guestbook .btnSubmit {
	width: auto;
	background-color: #FFF;
	border: 1px solid #000;
	color:#000;
	margin: 5px 0;
	padding: 1px 5px;
}*/

/*#guestbook .note {
	font-style: italic;
}

#guestbook span.required {
	color: red;
}

#guestbook .errorSummary {
	background: #FEE;
	border: 2px solid #C00;
	font-size: 0.9em;
	margin: 0 0 20px;
	padding: 7px 7px 12px;
}
#guestbook .errorSummary p {
	margin: 0;
	padding: 5px;
}*/
#guestbook #entryform ul {
	padding-left: 20px;
}
#guestbook #entryform ul li {
	list-style-type: disc;
}

/*#guestbook .errorMessage {
	color: red;
	font-size: 0.9em;
}

#guestbook label.error {
	color: #C00;
}
#guestbook input.error, #guestbook textarea.error {
	background: #FEE;
	border-color: #C00;
}*/

#guestbook ul {
	margin-bottom: 20px;
}

#guestbook .yiiPager .first, #guestbook .yiiPager .last {
	display: none;
}
#guestbook .yiiPager .previous, #guestbook .yiiPager .next {
}

.gallery-item {
	clear: both;
}

.gallery-item li {
	float: left;
	margin: 0 10px 10px 0;
}

.gallery-item li.clear {
	float: none;
}

.gallery-item h3 {
	margin-bottom: 1em;
}
.gallery-item h3 span {
	color: #666;
	font-weight: normal;
}

.gallery-item div.clear {
	margin-bottom: 2em;
}

#photorow img {
	margin: 0 20px 20px 0;
}

.foto-video .img1 {
	display: block;
	margin: 25px 95px 10px;
}


#videos {
	margin-top: 70px;
}

#videos div.youtube {
	background: url('../images/bg_video.jpg') no-repeat;
	height: 385px;
	margin-top: 1em;
	padding: 26px 35px 37px 26px;
	width: 480px;
}

#videos .desc {
	margin-top: 1em;
}

#videos hr {
	background: url('../images/trenner_horizontal.gif') no-repeat center 0 transparent;
	border: 0 none;
	height: 12px;
	width: 100%;
}

#videos ul {
	margin-top: 2em;
}

#videos li {
	margin-bottom: 1em;
}

#videos li .desc, #videos li .desc p {
	margin: 0;
}

#videos li a {
	color: #39C;
	font-weight: bold;
	text-decoration: underline;
}

#videos li a:hover {
	text-decoration: none;
}

#shop ul li {
	margin-bottom: 1em;
}

.shop-category h3 a {
	color: #39C;
	font-size: 1.2em;
}

.shop-category .body > p {
	margin: 1.5em 0 1.5em 20px;
}

.shop-item {
	margin: 10px 0 20px 20px;
}

.shop-item h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.shop-item li {
	float: left;
	margin: 0 10px 10px 0;
}

.shop-item li.clear {
	float: none;
	height: 0;
	line-height: 0;
	margin: 0 !important;
}

.shop-item .note {
	font-size: 0.76em;
}

.shop-item .options {
	margin-bottom: 1em;
}

.shop-item .price button {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 8px 0;
	padding: 1px 5px;
	cursor: pointer;
}

#shop-basket {
	margin-left: 600px;
	padding-bottom: 50px;
	position: fixed;
	left: inherit;
	top: 250px;
	width: 201px;
	color: #F60;
	font-size: 0.76em;
}

#shop-basket-items .itemList {
	margin-bottom: 1em;
}

#shop-basket-items .linkOptions li {
	margin-bottom: 1em;
}

#shop-basket h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#order-items {
	border: 1px solid #000000;
	padding: 20px;
	text-align: right;
	margin: 1em 0;
	width: 360px;
}

#checkout .form {
	margin: 1em 0;
}

#checkout .form input, #checkout .form textarea {
	width: 400px;
}

.ausmalbilder p {
	margin: 0;
}

.link_ausmalbild {
	background: transparent url('../images/ausmalbilder.png') no-repeat;
	border: 1px solid #000000;
	display: block;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
	width: 182px;
	margin-bottom: 1.5em;
}

.link_ausmalbild p {
	margin: 0;
}
