
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3c3c3;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background: #393531 url(../img/bg.png) repeat-x;
}


#main {
	margin: 0 auto;
	position: relative;
	float: none
}

div {
	text-align: left;
}

h1 {
	font-size: 21px;
 	font-weight: bold;
 	color: #fff;
 	margin-top: 1.5em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

h3 {
	color: #fff;
}

hr {
	height: 1px;
	background-color: #3e3e3e;
	margin: 0 0 10px 0;
	padding: 0;
}

object {
	display: block;
	margin-bottom: 2em;
}

#content > embed {
	background: #b8aba8;
}

a, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #605742;
}

#head {
	height: 79px;
	position: relative;
	z-index: 20;
	background: #191919;
}

#logo {
 	position: absolute;
	left: -15px;
}


/* NAVIGATION                */

.level-0 {
	position: absolute;
	bottom: 5px;
	right: 0;
	height: 19px;
	list-style: none;
	margin: 0;
	background-color: #191919;
	overflow: hidden;
	padding-left: 0;
}

.level-0 li {
	display: inline;
	margin-right: 10px;
	padding: 22px 0 0 10px;
	border-left: 1px solid #605742;
}

.level-0 :first-Child {
	border: none;
}

.level-0 li a img {
	margin-top: -45px;
}

.level-0 li a.active img, .level-0 li a:hover img {
	margin-top: -10px;
	margin-bottom: -35px;
}

.level-0 li a span {
	display: none;
}

.subnavi {
	width: 240px;
	/width: 230px;
	margin-left: -10px;
	overflow: hidden;
	position: relative;
}

.level-1 img {
	display: none;
}

.level-1 {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
	margin-top: -1px;
}

.level-1 li {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #393531;
}

.level-1 li a {
	color: #c3c3c3;
	background: url(../img/subnavi-back.png) repeat-x;
	display: block;
	width: 100%;
	height: 31px;
}

.level-1 span {
	padding-left: 20px;
}

.level-1 li a div {
	margin-left: 3px;
}

.level-1 li a:hover,
.level-1 li a.active {
	background: url(../img/subnavi-back-act.png) repeat-x;
	font-weight: bold;
	color: #fff;
}

ul.level-1 {
	line-height: 30px;
}

#sidebar {
	float: right;
	width: 218px;
	margin-right: 10px;
	margin-top: 10px;
	background: #2c2926; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2926 0%, #393531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2926), color-stop(100%,#393531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2926 0%,#393531 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2926 0%,#393531 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2c2926 0%,#393531 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C2926', endColorstr='#393531',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2c2926 0%,#393531 100%); /* W3C */
	border: 1px solid #44403a;
}

#sidebar div {
	padding: 10px;
}


/* ====================== */


#content {
	overflow-x: visible;
	overflow-y: visible;

	min-height: 310px;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-bottom: 1em;
	background: #393531;
	
}


.content-inner {
	margin: 30px 10px 30px 10px;
}


/* ====================== */
/* MODULES                */
/* ====================== */


/* ABOUT ================ */
#about h1,
#about h2,
#about p {
	padding-right: 10px;
}

#about h2 {
	font-size: 16px;
	margin-top: 5px;
}

#about h1, #about h2 {
 	margin-bottom: 0;
	padding-left: 2px;
}

#title-img {
	position: absolute;
	top: 0;
	height: 344px;
}

/* Ken Burns ============= */

#kenburns {
	width: 950px;
	height: 344px;
	overflow: hidden;
}


/* TOPIC Template-Id 0 ============= */

.subtitle {
	font-weight: bold;
}

.topic-header {
	margin: 2em 0 0.5em 0;
}

.topic-header.first-count {
	margin: 0 0 0.5em 0;
}

.topic-header.first-count hr {
	display: none;
}

.page-header {
	margin: 0 0 1.5em 0;
}

.page-header .no-image-wrap {
	margin-left: 10px;
	margin-top: 35px;
}

.topic-list .no-image-wrap, .impressum {
	margin-left: 10px;
	margin-right: 10px;

}

.topic-text {
	position: relative;
}

.topic-img .img-desc {
	margin-bottom: 1em;
}

.topic-text .date {
	position: absolute;
	right: 0;
	top: -2em;
}


/* KONTAKT ============= */

td, th  {
	padding: 3px 0 0 0;
}

#adresse h1 {
	color: #fff;
}

#adresse h2 {
	margin-bottom: 10px;	

}

#contactform {
	line-height: 0.6em;
	padding-top: 25px;
}

#contactform td {
	vertical-align: top;
}

#contactform input {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 3px;
}

#contactform textarea {
	height: 110px;
	width: 100%;
	margin-top: 3px;
}


#adresse .homelink {
	padding-top: 5px;	
}


#contactform .submit, .homelink a, .coursedata a {
	background: url(../img/pfeil.png) 0 1px  no-repeat;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.submit {
	color: #fff;
	display: block;
	line-height: 1.2em;
	padding-bottom: 2px;
}

.submit:hover {
	color: #605742;
}

#contactform .submit {
	background-position: 0 3px;
}

label.error {
	display: block;
	margin: 0 0 5px 7px;
	font-size: 10px;
}


#contactform input.error {
	padding: 1px 5px 1px 5px;
	margin-bottom: 7px;
	line-height: 0;
}

#contactform .error[for=Nachricht],  #contactform .error[for=Name]{
	margin-left: 0;
}

#contactform .error[for="Datenschutz"] {
	line-height:0;
	margin:8px 0 15px;
}


#adresse div.inner {
	margin: 50px 0 0 20px;	
}


#print-view {
	margin-top: 16px;
	width: 253px;
	height: 56px;
	display: block;
	text-indent: 70px;
	line-height: 4.5em;
	text-decoration: none;
	color: #fff;
	clear: left;
	background: url(../img/printview-back.png) no-repeat;
}

#datenschutz {
	padding-top: 0.7em;
	line-height: 1.0em;
	font-size: 10px;
	color: #f29315;
}

#anfahrt {
	margin: 1em 0 0 0;
}

/* Topic Template-Id 1 ============= */

.topic-list.template-1 {
	margin-top: 0;
}

.template-1 .no-image-wrap, .template-3 .no-image-wrap {
	margin-left: 10px;
}

.topic-list.template-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}

.topic-list.template-1 span, .topic-list.template-3 span {
	padding-left: 10px;
}

.topic-list.template-1 ul li, .topic-list.template-3 ul li {
	display: block;
	float: left;
}

.topic-list ul.template-1 {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 700px;
	overflow: hidden
}

.topic-list ul.template-1 li {
	width: 207px;
	margin: 20px 20px 0 0;
	float: left;
}

.topic-list ul.template-1 li img {
	border: 3px solid #58585a;
	margin-bottom: 1em;
}

.topic-list.template-1 a, .topic-list.template-3 a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.topic-list.template-1 a:hover, .topic-list.template-3 a:hover {
	color: #605742;
}

.topic-list.template-1 img {
	margin-bottom: 10px;
}

.topic-list.template-1 {
}

.topic-list.template-1 li {
	margin-bottom: 1em;
}

.topic-list.template-1 a {
	font-weight: bold;
}


/* Links Template-Id 0 ================ */

.links-list .no-image-wrap {
	margin: 30px 0 0 10px;
}

.links-list ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.links-list ul li {
	padding-left: 14px;
	margin: 1em 0 0 10px;
	background: url(../img/pfeil-klein.png) no-repeat 0 1px;
}

.links-list ul a {
	background: url(../img/pfeil.png) no-repeat 0 2px;
	padding-left: 8px;
	color: #9f948a;
	font-weight: bold;
}

.links-list ul a:hover {
	color: #fff;
}

.links-list div.span-6 div {
	padding-left: 8px;
}

/* News Template-Id 0 ================ */

#news-list {
	background: #393531;
	min-height: 300px;
	padding-bottom: 10px;
	overflow: hidden;
}

#news-list .no-image-wrap {
	margin: 10px;
}

#news-list .page-header {
	margin: 0;
}

#news-list .page-header .no-image-wrap {
	border-bottom: 1px solid #3E3E3E;
	margin: 50px 10px 0 10px;
	padding-bottom: 10px;
}

.news-item {
	margin-bottom: 1em;
	clear: left;
	border-bottom: 1px solid #3E3E3E;
	overflow: hidden;
	line-height: 1.6em;
	position: relative;
	background: url(../img/news-cl.png) no-repeat right 12px;
}

.news-item.open {
	background: url(../img/news-op.png) no-repeat right 18px;
}

.news-item:last-child{
	border: none;
}

.news-item .news-item-inner {
	height: 0;
	overflow: hidden;
}

.news-item .subtitle {
	padding-bottom: 1em;
}

.news-item .news-sw {
	position: absolute;
	right: 0;
	top: 1.2em;
	z-index: 0;
}

.news-item h3 {
	cursor: pointer;
	height: 55px;
	line-height: 2.8em;
	margin-top: -1em;
	margin-bottom: 0;
}

.news-item h3:hover, .news-item.open h3 {
	font-weight: bold;
}

.news-txt {
	margin-bottom: 10px;
	overflow: auto;
}

.news-txt img {
	margin: 0.2em 1.3em 0.2em 0;
	padding: 2px;
	float: left;
	border: 1px solid #818181;
}

.news-item div.img-desc {
	margin: 0 0 0 3px;
	color: #818181;
	width: 230px;
}


/* Gallery =========== */

.galerie {
	overflow: visible;
}

.galerie .no-image-wrap {
	margin: 0 0 1em 10px;
	overflow: auto;
}

.galerie a {
	color: #fff;
	font-size: 14;
	font-weight: bold;
	cursor: pointer;
}

.galerie a:hover {
	color: #605742;
}

	/* Vorher-Nachher cycle =============*/


	.vn {
		border: 3px solid #2a2725;
	}

	.vn, .vn_control, .vn_text  {
		margin: 0 10px 0 10px;
	}

	.vn_control a {
		display: block;
		width: 50%;
		height: 30px;
		float: left;
		text-align: center;
		background: #443f3a;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		color: #2a2725;
		border-bottom: 3px solid #393531;
		margin-bottom: 10px;
	}

	.vn_control a p {
		line-height: 2.6em;
	}

	.vn_control a.activeSlide {
		height: 33px;
		background: #2a2725;
		color: #fff;
		border-bottom: none;
	}

	.vn_control a:hover {
		color: #2a2725;
		text-decoration: underline;
	}

	.vn_control a.activeSlide:hover {
		color: #fff;
	}

	.vn_text {
		height: 3em;
		margin-bottom: 20px;
		clear: left;
	}


/* Gallery mit Thumbs ============= */

#thumbs {
	overflow: visible;
	position: relative;
	margin-bottom: 1em;
	background: #4a4540;
}

#controls {
	position: absolute;
	height: 319px;
	width: 710px;
	z-index: 100;
	bottom: 0;
}


.nav-controls a {
	height: 84px;
	width: 18px;
	margin-top: 117px;
	float: left;
	display: none;
	
}

a.prev {
	background: url(../img/gallery-prev.png) no-repeat;
}

a.prev:hover {
	background: url(../img/gallery-prev-act.png) no-repeat;
}

a.next {
	margin-left: 674px;
	background: url(../img/gallery-next.png) no-repeat;
}

a.next:hover {
	background: url(../img/gallery-next-act.png) no-repeat;
}

.nav-controls a:hover {
	color: #605742;
}

#slideshow {
	width: 710px;
	height: 344px;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}

#slideshow a {
	line-height: 0;
}

.image-wrapper {
	display: block;
}

ul.thumbs {
	list-style: none;
	padding: 0;
	width: 720px;
	margin: 12px 0 0 10px;
	display: block;
}

ul.thumbs li {
	width: 68px;
	height: 48px;
	float: left;
	margin: 0 0 6px 6px;
	border: 1px solid #818181;
}

ul.thumbs li img {
	margin: 2px 0 0 2px;
}

ul.thumbs li:hover {
	border-color: #605742;
}

ul.thumbs li.selected {
	border-color: #605742;
}

.txt_slide {
	padding-bottom: 1.5em;
}

.image-caption {
	display: block;
	height: 100%;
	position: relative;
}

.pagination {
	padding-top: 0.5em;
	width: 710px;	
	clear: left;
	color: #000;
	position: relative;
	overflow: visible
}

.pagination a, .pagination span {
	top: -45px;
	font-size: 20px;
	padding: 5px;
	position: absolute;
}

.pagination a:hover {
	color: #605742;
}

.pagination {
	color: #605742;
}

.prev-page-link {
	left: 0;
}

.next-page-link {
	right: 0;
}


/* Galerie ohne Thumbs =========== */ 


.gallery-inner {
	margin: 0;
}

.gallery-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery-inner img {
	height: 344px;
}

.gallery-txt h1 {
	margin-top: 1em;
}

.txt-slide-outer {
	margin-top: 1em;
}


#prev, #next {
	position: absolute;
	height: 84px;
	width: 18px;
	top: 130px;
	z-index: 1000;
}

#prev {
	background: url(../img/gallery-prev.png) no-repeat;
}

#prev:hover {
	background: url(../img/gallery-prev-act.png) no-repeat;
}

#next {
	left: 692px;
	background: url(../img/gallery-next.png) no-repeat;
}

#next:hover {
	background: url(../img/gallery-next-act.png) no-repeat;
}



/* Kochkurse ====== */

.kochkurse-header h2 {
	margin-bottom: 0;
	font-size: 14px;
}

.kochkurse-header {
	margin-bottom: 10px;
}

.kochkurse-img {
	margin-left: 0;
}

.kochkurse-text {
	position: relative;
}

.kochkurse-list form {
	margin-top: 0.8em;
}

.coursedata {
	float: right;
	text-align: right;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

.coursedata h1 {
	margin: 0;
	font-size: 14px;
}

.courseform {
	background: #4a4540;
	overflow: hidden;
}

.courseform div.formhead {
	font-weight: bold;
	margin: 10px;
}

table#tableform {
	margin: 10px;
	width: 450px;
}

table#tableform td {
	vertical-align: baseline;
}

table#tableform a {
	color: #605742
}

table#tableform input {
	margin: 0;
	padding: 3px;
	width: 200px;
	border: 1px solid #9f9f9f;
	color: #58585A;
}

table#tableform input[name=zipcode] {
	width: 40px;
	margin-right: 10px;
}

table#tableform input[name=city] {
	width: 142px;
}

table#tableform input[type=checkbox] {
	width: 1.5em;
	border: none;
}

table#tableform input[type=submit] {
	border: none;
	font-size: 20px;
	text-indent: 30px;
	text-align: left;
	padding: 0;
	height: inherit;
	color: #fff;
	margin-top: 1em;
	width: auto;	
	background-image: url(../img/pfeil-gr.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #4a4540;
	cursor: pointer;
}

table#tableform input[type=submit]:hover {
	color: #605742;
}

table#tableform label.error {
	margin: 0;
	color: #605742;
}

.success {
	padding: 10px;
	border: 1px solid #bbb;
	background: #312D27;
	color: #c3c3c3;
}

.success h3 {
	margin-bottom: 0.5em;
}


/* ======== Gewinnspiel ========== */

.gewinnspiel table#tableform {
	width: 690px;
}

.gewinnspiel table#tableform label {
	display: block;
}

.gewinnspiel table#tableform input {
	width: 327px;
	background: #312d27;
	padding: 5px;
	color: #fff;
}

.gewinnspiel input[name=subject] {
	display: none;
}

.gewinnspiel table#tableform input[name=zipcode] {
	width: 40px;
}

.gewinnspiel table#tableform input[name=city] {
	width: 265px;
	float: right;
}

.gewinnspiel table#tableform input[type=checkbox] {
	width: 1.5em;
	background: none;
}

.gewinnspiel div.bedingungen {
	font-weight: normal;
	font-size: 9px;
	margin: 10px;
}

.gewinnspiel table#tableform input[type=submit] {
	background: url(../img/submit-button.png) no-repeat;
	height: 35px;
	width: 205px;
}

.gewinnspiel table#tableform input[type=submit]:hover {
	background: url(../img/submit-button-hover.png) no-repeat;
}

.gewinnspiel table#tableform label.error {
	color: #fc8383;
	font-size: 10px;
	float: right;
}

.gewinnspiel table#tableform label.error[for=zipcode], 
.gewinnspiel table#tableform label.error[for=privacy_acknowledgement] {
	float: none;
	width: inherit
}

.gewinnspiel table#tableform label.error[for=privacy_acknowledgement] {
	margin-left: 25px;
}

.gewinnspiel table#tableform label.error[for=firstname],
.gewinnspiel table#tableform label.error[for=street],
.gewinnspiel table#tableform label.error[for=telephone],
.gewinnspiel table#tableform label.error[for=email] {
	margin-right: 5px;
}

.gewinnspiel table#tableform a {
	color: #c3c3c3;
	text-decoration: underline;
}

/* ======== Startseite ========== */


.slide-outer {
	margin: 10px 10px 10px 10px;
}

#newsbox {
	overflow: hidden;
	margin-top: 43px;
	background: #676058;
	line-height: 1.5em;
	float: right;
}

.slide-outer, .slide-outer a {
	color: #3c3833;
}

.slide-outer:hover, .slide-outer a:hover {
	text-decoration: underline;
}

.sum-outer {
	font-size: 10px;
	color: #48443f;
}

.newsbox-slide strong {
	font-weight: bold;
	display: block
}

#newsbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsbox-slide li {
	height: 150px;
	overflow: hidden;
}

.newsbox-slide div {
	width: 215px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}

.hl-img {
	height: 149px;
	background: url(../img/default-news-img.png) no-repeat;
}

.newsbox-slide img[class=news-pfeil] {
	margin: 0 0 0 4px;
}

ul#news-controls {
	list-style: none;
	margin: none;
	display: block;
	position: relative;
	text-align: center;
	background: #736c65;
	padding-top: 5px;
}

ul#news-controls li {
	text-align: center;
	display: inline;
	padding-right: 6px;
	background: url(../img/news-control-back.png) no-repeat;
}

ul#news-controls li:hover, ul#news-controls li.current {
	background: url(../img/news-control-back-hover.png) no-repeat;
}

#servicehotline {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff; 
	background: #da1f3d;
	overflow: auto;
	color: #fff;
	padding: 7px 0 7px 8px;
	width: 462px;
	margin: 11px 0 16px 0;
	line-height: 1.1em;
	font-size: 10px;
	float: left;
}

#servicehotline.kontakt {
	position: absolute;
	left: 0;
	top: 470px;
}

.hotline_desc {
	padding-top: 3px;
	line-height: 14px; 
}

#servicehotline div {
	float: left;
}

#nummer {
	font-size: 30px;
	line-height: 1.1em;
	margin-right: 10px;
}


#footer {
	padding: 3em 0 0 0;
	font-size: 10px;
	margin: 0 0 1em 0;
	color: #888;
	position: relative;
	width: 100%;
	height: 100%;
}

#footer h2 {
	color: #888;
	font-weight: normal;
}


#hersteller {
	padding: 2em 0 0.5em 0;
	position: relative;
}

#hersteller .leftgradient, #hersteller .rightgradient {
	position: absolute;
	z-index: 300;
	margin: 0;
	top: 2em;
}

#hersteller .leftgradient {
	left: 0;
}

#hersteller .rightgradient {
	right: 0;
}

#hersteller a {
	position: relative; 
	display: block; 
	float: left; 
}

#hersteller img {
	margin: 0 1.5em 0.5em 0;
}

.hersteller-inner {
	float: left;
}

.hersteller-inner a {
	float: left;
}

#campaigns {
	margin-top: 28px;
	margin-bottom: -38px;
}

.aktion {
	background-repeat: no-repeat;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #bfbebc;
	display: block;
}

.aktion div {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px!important;
	padding-right: 30px!important;
	background-repeat: no-repeat;
}

.aktion .campaignArrow {
	position: absolute; 
	right: 10px;
}

.aktion a {
	color: inherit;
}

.aktion:hover {
	text-decoration: none;
	color: #fff;
}

.aktion .pdfDownload {
	position: absolute; 
	right: 5px;
	top: 20px;
}

.aktion:hover a {
	text-decoration: underline;
}

.aktion h3.actionHead {
	font-size: 20px;
	margin-bottom: 5px;
	color: #bfbebc;
}


/* SEARCH FIELD =============== */

.search-wrap {
	margin-top: 25px;
	height: 455px;
	width: 470px;
	position: relative;
}

.search-field {
	float: left;
	margin-left: 5px;
	background: url(../img/search_back.png) repeat-x;
}

.search-field-home {
	position: absolute;
	top: 0;
	right: 0;
	height: 344px;
	background: url(../img/search-back-transparent.png) repeat-x;
	z-index: 200;
}

.search-field-home div {
	margin-top: 250px;
	width: 215px;
	height: 103px;
	clear: left;
	background: url(../img/karte-small.png) no-repeat 10px 0;
}

.search-field-kontakt {
	width: 470px;
	margin: 1.2em 0 7px 0;
	float: left;
}

.search-field div {
	background: url(../img/karte-small.png) no-repeat 10px 0;
	height: 103px;
	width: 215px;
	margin-top: 35px;
	clear: left;
}

.search-field-home label {
	color: #000;
}

.search-field label, .search-field-home label, .search-field-kontakt label {
	display: block;
	margin-right: 10px;
	font-weight: normal;

}

.search-field input, .search-field label, .search-field-home input, .search-field-home label {
	margin-left: 80px;
}

.search-field input, .search-field-home input {
	width: 120px;
	color: #58585a;
	padding: 3px;
}

.search-field-kontakt input {
	float: left;
	width: 150px;
	padding: 3px;
	color: #58585a;
}

.search-field input:focus, .search-field-home input:focus, .search-field-kontakt input:focus {
	color: #000;
}

.search-field a, .search-field-kontakt a, .search-field-home a {
	display: block;
	height: 10px;
	width: 10px;
	margin-left: 5px;
	font-weight: bold;
}

.search-field a, .search-field-kontakt a , .search-field-home a {
	display: block;
	height: 10px;
	width: 10px;
	background: url(../img/pfeil.png) no-repeat 0 2px;
	padding: 0 0 2px 10px;
	margin-left: 10px;
	color: #fff;
	font-weight: bold;
}

.search-field-home a {
	color: #000;
	background: url(../img/pfeil-act.png) no-repeat 0 2px;
}

.search-field-kontakt a {
	float: left;
	margin-top: 8px;
}

.search-field a, .search-field-home a {
	margin-left: 80px;
}

.span-12.search-karte {
	height: 480px;
	background: url(../img/search_back_big.png) no-repeat;
}

.span-12.search-karte h1 {
	margin-left: 10px;
}

.search-result-list {
	background-color: transparent;

}

.result-wrap {position: absolute;
	clear: left;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 303px;
}

.result-wrap form[name=orte] a {
	background: url(../img/pfeil-act.png) 0 1px no-repeat;
	line-height: 2em;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

a.res-item {
	display: block;
	color: #fff;
	background:url("../img/search-result-back.png") repeat-x;
	height: 101px;
	clear: left;
}

a.res-item:hover {
	background:url("../img/search-result-back-hover.png") repeat-x;
	color: #fff;
}

a.res-item span:hover {
	color: #fff;
}

a.res-item div {
	line-height: 1.6em;
	padding: 8px 0 0 10px;
}

a.res-item span {
 	background: url(../img/pfeil-act.png) 0 1px no-repeat;
	line-height: 2em;
	padding-left: 10px;
	color: #605742;
}

a.res-item h2 {
	color: #605742;
	margin: 0;
	font-weight: normal;
}

/********* Error 404 Page **********/

div.errorpage, div.errorpage div  {
	text-align: center;
}

div.errorpage h1 {
	margin: 70px 0 20px 10px;
}

div.errorpage div {
	margin: 40px 0 300px 10px;
}


/********* Sitemap **********/

ul.sitemap {
	list-style: none;
	padding: 55px 0 7px 0;
	overflow: auto;
	border-bottom: 1px solid #44403a;
	clear: left;
}

ul.sitemap a {
	display: block;
	margin-bottom: 4px;
	padding-left: 40px;
	color: #44403a;
	font-size: 11px;
}

ul.sitemap a:hover {
	color: #746c64;
}

ul.sitemap a.head {
	text-transform: lowercase;
	display: block;
	padding: 5px 0 5px 40px;
	margin-bottom: 7px;
	font-weight: bold;
	border-top: 1px solid #44403a;
	border-bottom: 1px solid #44403a;
}

ul.sitemap div {
	margin: 0;
	width: 235px;
}

ul.sitemap div ul.sitemap {
	margin: 0;
	padding: 0;
	border: none;
}

/********* End Sitemap **********/

#ani_sign {
	position: absolute;
	right: 0;
	top: 230px;
	width: 0;
	overflow: hidden;
	z-index: 2000;
}






