/* Main Stylesheet */

/* CSS3 font embed */
/*
@font-face {
	font-family: 'XY'; 
	src: url('../fonts/xy.eot');
	src: url('../fonts/xy.eot?iefix') format('eot'), url('../fonts/xy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

/* Allgemeines */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, 'Lucida Sans', sans-serif;
    color: #333;
    font-size: 100%;
}

body.home {
    background: #fffce1 url(../img/bg/brg_00.jpg) 50% 0 no-repeat;
}

body.schloesser {
    background: #fffce1 url(../img/bg/brg_01.jpg) 50% 0 no-repeat;
}

body.gaerten {
    background: #fffce1 url(../img/bg/brg_04.jpg) 50% 0 no-repeat;
}

body.burgen {
    background: #fffce1 url(../img/bg/brg_05.jpg) 50% 0 no-repeat;
}

body.kloester {
    background: #fffce1 url(../img/bg/brg_03.jpg) 50% 0 no-repeat;
}

body.kleinode {
    background: #fffce1 url(../img/bg/brg_02.jpg) 50% 0 no-repeat;
}

img {
	border: none;
	display: block;
}

a {
    color: #aa813f;
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
}

/* a:visited {
	color: #5c5b4f !important;
} */

p {
    font-size: .875em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

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

ol {
	margin: 0;
	padding: 0;
}

ul,
ol {}

.left {
    float: left;
}

.right {
    float: right;
}

.first {
	margin-left: 0px !important;
}

.last {
	margin-right: 0px !important;
}

.top {
	margin-top: 0 !important;	
}

.bottom {
	margin-bottom: 0 !important;	
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0 !important;
}

hr {
	border-top: 1px dotted #aa813f;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;	
}



table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 1.5em 0;
}

/*
table th,
table td {
	font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
	font-size: 0.875em;
	text-align: left;
    line-height: 1.5em;
    padding-right: 10px;
}

.content table th,
.sidebar table th {
	border-bottom: 1px dotted #aa813f;
}

.content table td,
.sidebar table td {
	border-bottom: 1px dotted #99988E;
}
*/

.contenttable {
	width: 330px;
}

.contenttable td,
.contenttable th {
	line-height: 1.2em;
	padding:0px 0px 5px 0px;
	font-family: 'UniversLTW01-67BoldCn',Arial,'Lucida Sans',sans-serif;
	letter-spacing: .25px;
	font-size: 0.75em;
	text-transform:uppercase;
	vertical-align:top;
}

.contenttable .td-0 {
	vertical-align:top;

}

.contenttable .td-last {
	text-align:right;
	font-size: 0.8125em;
	text-transform:none;
}



.contenttable em {
font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
text-transform:none;
font-size: 13px;
}




/* Überschriften und Textstyles */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1em;
    font-weight: normal;
}

h1 {
    font-family: 'adobe-garamond-pro' ,Times, 'Times New Roman', Lucida, Georgia, serif;
    text-transform: uppercase;
    font-size: 1.625em;
    color: #000;
    line-height: 1.25em;
}

.content h1 {
    font-size: 1.25em;
}


h2 {
    font-size: .9375em;
    margin: 0;
	font-weight: bold;
	color: #AA813F;
}

h3,
.content h2 {
	font-weight: bold;
    margin: 0;
    line-height: 1.5em;
    color: #AA813F;
	text-transform: uppercase;
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	font-size: .75em;
}

.content h2 {
	margin-top: 0;
	font-weight: normal !important;
}

.content h2 strong {
	font-weight: normal !important;
}

.sidebar h3 {
	font-weight: normal !important;
}

.content h3 {
	color: #333;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	text-transform: none;
	font-size: 0.875em;
}

h3.prelude {
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #AA813F;
	font-size: 0.75em;
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	font-weight: normal;
}

.content p {
	margin: 0 0 1.5em 0;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	/*
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	*/
}

.content .teaser p,
.content .mediaDescription p {
	margin: 0;
}

.sidebar p {
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
}

.content ul,
.content ol,
.sidebar ul,
.sidebar ol {
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	font-size: 0.875em;
	line-height: 1.5em;
}

.content ul,
.sidebar ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 1.5em;
}

.content ol,
.sidebar ol {
	margin-bottom: 1.5em;
    padding-left: 20px;
}

h1.intro {
	color: #AA813F;
    font-family: 'adobe-garamond-pro', Times,'Times New Roman', Lucida, Georgia, serif;
    margin: 0 0 1em 0;
	line-height: 1.5em;
	text-transform: none;
}

h4.intro {
	color: #AA813F;
    font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
    font-style: italic;
    margin: .5em 0 1em 0;
	line-height: 1.25em;
}

table a,
.content p a,
.content ul a,
.content ol a,
.sidebar p a,
.sidebar ul a,
.sidebar ol a {
	font-style: italic;
	text-decoration: underline;
	background: transparent url(../img/icon_sprite.png) -4px -300px no-repeat;
	padding-left: 12px;
}

.content a:hover,
.sidebar a:hover {
	color: #99988E;
}

.mapTeaser a,
.smallTeaser a,
.recommendFoot a {
	color: #5c5b4f;
}

h1 a,
h2 a, 
h3 a, 
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover, 
h3 a:hover, 
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}



/* Links */



/* strukturelle Container */
#noJS {
    display: block;
    background-color: #FC4934;
    padding: 10px;
    text-align: center;
    font-size: 125%;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
}

#noJS p {
	margin: 0;
}

#allWrap {
    width: 984px;
    margin: 0 auto;
    background: transparent url(../img/main_sprite.png) 0 0 repeat-y;
}

#mainWrap {
    margin: 0 21px;
}

#headWrap .inner {
	background: #fff9c7 url(../img/head_bg.png) 0 0 repeat-x;
	padding: 20px 0 31px 0;
	height: 146px;
}

#headWrap .global {
	margin-bottom: 32px;
	padding: 0 16px;
}

#bodyWrap .inner {
	padding: 0 0 32px 0;
}

#contentWrap {
	width: 530px;
	margin-left: 32px;
	float: left;
}

#sidebarWrap {
	width: 340px;
	float: right;
}

#footWrap .footer {
	background: #fff url(../img/foot_bg.png) 0 -4px repeat-x;
	/* min-height: 290px; */
	padding: 0 1px 20px 1px;
	font-size: 12px;
}

#footWrap .footer .doubleLine {
	margin: 0 0 16px 0;
	border-bottom: 1px dotted #908f85;
    border-top: 1px dotted #908f85;
}

#footWrap .inner {
	background: transparent url(../img/main_sprite.png) -3810px 0 repeat-y;
	/* min-height: 250px; */
}



/* Search + Language */
.searchAndLanguage {
	width: 260px;
	float: right;
	padding-right: 16px;
}

.search {
    width: 150px;
    margin: 0;
	float: left;
	background-color: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}	

.search .searchBox {
    width: 150px;
    height: 21px;
    display: block;
    position: relative;
	border: 1px solid #cccab6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 1px 1px 2px #aaa;
}	

.search .input {
    width: 93px;
    height: 17px;
    float: left;
    margin: 0px 1px 0 7px;
    padding: 2px 10px 2px 7px;
    font-size: 11px;
    vertical-align: middle;
    color: #99988e;
	border: 0;
	background: none;
}

.search .input:focus {
	outline: none;
}

.search .submit {
    width: 24px;
    height: 21px;
    float: left;
    margin: 0;
	background: transparent url(../img/search_icon.png) 0 0 no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.language {
	width: 81px;
	height: 20px;
	float: right;
	font-size: 11px;
	/*overflow: hidden;*/
	position:relative;
}

.language .flag {
	display: block;
	width: 14px;
	height: 10px;
	float: left;
	margin: 7px 0 0 0;
	overflow: hidden;
	background: transparent url(../img/language_sprite.png) 0 0 no-repeat;
	text-indent: 300px;
}

.language .en {
	margin-left: 5px;
	background-position: 0 -10px;	
}

/*
.language .more {
	display: block;
	float: right;
	margin-top: 5px;
	text-align: right;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	line-height: 11px;
	color: #99988e;
}
*/

.language .more:hover {
	color: #5a5a50;
	cursor:pointer;
}


.language  .weitereSprachen {
	background-image:url(../img/back_lander_aufklapper.png);
	background-repeat:no-repeat;
        background-position: left bottom;
	width:116px;
	/*height:157px;*/
	display:none;
	position: absolute;
	z-index: 32;
	top: 25px;
	left: -4px;	
        padding-bottom: 10px;
}
	


/* Breadcrumb */
.breadcrumb {
	padding: 8px 8px 0 32px;
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 24px 0;
	font-style: italic;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	background: transparent url(../img/main_sprite.png) -1926px 0 no-repeat;
	color: #99988e;
}

.breadcrumb span {
	padding-right: 8px;
}

.breadcrumb a {
	color: #99988E;
}

.breadcrumb a:hover {
	color: #5a5a50;
}

.breadcrumb .active {
	color: #AA813F;
}



/* Titles + Logos */
.titlesAndLogo {
	padding: 0 32px
}

.titles {
	width: 600px;
	float: left;
}

.titles h3 {
	margin: 0 0 6px 0;
	color: #aa813f;
	text-transform: uppercase;
	font-size: 12px;
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	font-weight: normal !important;
	height: 18px;
	overflow: hidden;
}

.titles h2 {
	margin: 0;
	color: #37362c;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
	letter-spacing: 0.5px;
	font-weight: normal;
	line-height: 1.25em;
	height: 65px;
	overflow: hidden;
}

.titles h2 a{
    color:#37362C;
}

.logos {
	width: 260px;
	float: right;
}
	
	
	
/* Slider */

#sliderWrap {
	position:relative;
}

.sliderBack {
	background-image:url(../img/slider_textback.png);
	background-repeat:no-repeat;
	height:188px;
	width:340px;
	display:block;
	position:absolute;
	top: 75px;
	right: 0;	
	z-index:4;
}

#slider {
	margin: 0 0 32px 0;
	position: relative;
	width: 942px;
	height: 304px;
	overflow: hidden;
}

#slider .diag {
	background: transparent url(../img/diag_bg.png) 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	width: 942px;
	height: 12px;
	z-index: 70;
}

.slideText {
	position: absolute;
	width: 340px;
	height: 125px;
	top: 135px;
	right: 0;
	border-top: 1px solid #AA813F;
	z-index:10;
}

.slideTitle {
	width: 340px;
	height: 40px;
	overflow: hidden;	
	background-color: #AA813F;
	border-top: 1px dotted #fffce1;
	opacity: .95;
}

.slideTitle h4 {
	color: #fffce1;
	font-size: 0.75em;
    font-weight: normal;
	line-height: 40px;
	margin: 0 0 0 16px;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px #000;
	font-family: 'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
}

.slideText .slideTextBody {
	padding: 10px 16px;
	background-color: #fffce1;
	opacity: .95;
	height: 64px;
	overflow: hidden;
}

.slideText p {
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	font-style: italic;
	color: #5C5B4F;
	height: 36px;
	margin: 0;
	overflow: hidden;
	font-size: 0.75em;
	/* border-bottom: 1px dotted #AA813F; */
}

.slideText p a {
	white-space: nowrap;
}

.slideText a {
	font-style: italic;
	text-decoration: underline;
	background: transparent url(../img/icon_sprite.png) -4px -300px no-repeat;
	padding-left: 12px;
}

.slideImage,
.slideImage img {
    width: 942px;
	height: 304px;
}

#slider .controls {
	position: absolute;
	width: 308px;
	right: 16px;
	bottom: 54px;
	z-index: 1000;
	font-size: 12px;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
}

#slider .controls .prev, 
#slider .controls .next,
#slider .controls .pagination,
#slider .controls .pagination li {
	float: left;
}

#slider .controls .prev, 
#slider .controls .next,
#slider .controls .pagination li a {
	width: 10px;
	height: 10px;
	display: block;	
	cursor: pointer;
	/* color: #fff !important;
	background-color: #D14060 !important; */
	color: #D14060 !important;
	background-color: #fff !important; 
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	padding: 0;
	box-shadow: -2px 2px 2px #bfbba7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#slider .controls .prev, 
#slider .controls .next,
#slider .controls .pagination li a {
	text-indent: -50px;
	overflow: hidden;
}

#slider .controls .prev {
	background-position: 0px -20px;
} 

#slider .controls .next {
	background-position: -20px -20px;
}

#slider .controls .prev:hover {
	background-position: 0px 0px;
}

#slider .controls .next:hover {
	background-position: -20px 0px;
}

#bodyWrap #slider .controls .current a,
#slider .controls .prev:hover, 
#slider .controls .next:hover,
#slider .controls .pagination li a:hover {
	/* background-color: #fff !important;
	color: #D14060 !important; */
	background-color: #AA813F !important;
	color: #fff !important; 
}



/* Foot */
.footer h4 {
	font-size: 16px;
	font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
	margin: 0 0 18px 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #5c5b4f;
}

.footer h4 a {
	color: #5c5b4f;
}

.footer h4 a:hover {
	color: #AA813F;
}

.footCol {
	width: 168px;
	float: left;
	padding: 0 10px;
	text-align: center;
}

.footCol h4 {
	font-size: 11px;
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	margin: 0;
	padding: 20px 0 0 0;
	background: transparent url(../img/foot_icon.png) 50% 0 no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #5c5b4f;
	font-weight: normal !important;
}

.footCol h4:first-child {
	padding: 0;
	background: none;
}

.footCol p {
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	font-size: 13px;
	color: #99988e;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.footCol p a {
	color: #99988e;
	text-decoration: none;
}

.footCol p a:hover {
	color: #aa813f;
	text-decoration: underline;
}



/* mediaFull, left, right */
.mediaLeftWrap,
.mediaRightWrap {
	width: 330px;
}

.mediaLeftWrap {
	float: left;
}

.mediaRightWrap {
	float: right;
}

.mediaLeft {
	float: left;
	margin: .25em 16px .5em 0;
}

.mediaRight {
	float: right;
	margin: .25em 0 .5em 16px;
}

.mediaLeft,
.mediaRight {
	width: 184px;
	margin-bottom: 1.5em;
}

.mediaLeft img,
.mediaRight img {
	width: 184px;
	height: auto;
}

.mediaFull, 
.mediaDouble,
.mediaTripple {
	width: 530px;
	margin: 0 0 1.5em 0;
}

.mediaDouble .leftImage {
	width: 264px;
	float: left;
}

.mediaDouble .rightImage {
	width: 264px;
	float: right;
}

.mediaTripple .leftImage,
.mediaTripple .leftImage img {
	width: 175px;
	float: left;
}

.mediaTripple .middleImage {
	margin: 0 2px;
	float: left;
}

.mediaTripple .middleImage,
.mediaTripple .middleImage img {
	width: 175px;
}

.mediaTripple .rightImage,
.mediaTripple .rightImage img  {
	width: 175px;
	float: left;
}

.mediaTripple img {
	height: auto;
}

.mediaDescription {
	padding: 5px;
	font-style: italic;
	color: #AA813F;
	border-bottom: 1px dotted #AA813F;
}

.mediaDescription p {
	font-size: .75em;
}



/* Lines */
.doubleLine {
	height: 3px;
	border-top: 1px dotted #AA813F;
	border-bottom: 1px dotted #AA813F;
	background-color: #fff;
	margin-bottom:10px;
}



/* map Teaser */
.mapTeaser {
	background: #E5E5E3 url(../img/navi_bg.png) repeat-x scroll 0 0;
	margin-bottom: 32px;
}

.mapTeaser .image  {
	width: 110px;
	float: left;
	padding: 0 0 16px 16px;
}

.mapTeaser .image img {
	width: 110px;
	height: auto;
}

.mapTeaser .text {
	width: 360px;
	padding: 0 16px 16px 0;
	float: right;
}

.mapTeaser .text h2 {
	margin: 0;
	background: transparent url(../img/icon_sprite.png) -2px -1801px no-repeat;
	padding-left: 18px;
}



/* content teaser half, Anekdotenteaser */
.teaserHalf,
.teaserAnekdote {
	width: 257px;
	margin-bottom: 28px;
}

.teaserHalf .image,
.teaserHalf .image img {
	width: 257px;
	height: auto;
}

.teaserHalf h2 {
	margin-top: 1em;
}

.teaserHalf .text a {
	white-space: nowrap;
}

.teaserAnekdote {
	border-top: 1px dotted #AA813F;
	min-height: 197px;
	background-color: #FFFCE1;
}

.teaserAnekdote .text {
	margin-left: 85px;
	padding: 14px 16px 36px 0;
}

.teaserAnekdote .text a {
	white-space: nowrap; 
}

.teaserAnekdote .text h2 {
	margin: 0;
}



/* highlight Teaser */
.highlightBox {
	margin-bottom: 30px;
	padding: 12px 16px 8px 16px;
	background: url(../img/head_bg.png) repeat-x scroll 0 100% #fffce1;
}

.highlightBox .intro {
	border-top: none;
	border-bottom: none;
}

.highlightBox .intro p {
	margin: 0px 0 6px 0;
}

.highlightBox .teaserRow {
	padding-bottom: 16px; 	
}

.highlightBox .title {
	font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #333;
}

.highlightTeaser {
	width: 241px;
	margin-bottom: 15px;
}

.highlightTeaser .image {
	width: 84px;
	float: left;
	margin: 4px 0 0 0;
}

.highlightTeaser .image img {
	max-width: 84px;
	height: 70px;
}
	
.highlightTeaser .text {
	width: 149px;
	float: right;
	height: 74px;
	overflow: hidden;
}

.highlightTeaser .text p a {
	color: #5C5B4F;
}

.highlightTeaser .text p a:hover {
	color: #99988E;
}



/* teaser full */
.teaserFull {
	width: 530px;
	background-color: #FFFCE1;
	margin-bottom: 28px;
}

.teaserFull .image {
	width: 257px;
}

.teaserFull .text {
	width: 241px;
	padding: 16px 16px 16px 0;
}

.teaserFull .text a {
	white-space: nowrap;
}



/* stoerer */
.stoerer {
	padding: 16px 16px 16px 48px;
	margin-bottom: 28px;
}

.stoerer p {
	margin: 0;
}

.stoererNeu {
	background: #FFFCE1 url(../img/stoerer_neu.png) 9px 6px no-repeat;
}

.stoererTipp {
	background: #FFFCE1 url(../img/stoerer_tipp.png) 9px 6px no-repeat;
}

.stoererGartenjahr {
	background: #FFFCE1 url(../img/stoerer_gartenjahr.png) 9px 6px no-repeat;
}


/* content foot */
.contentFoot {
	clear: both;
	padding-top: 10px;
	margin: 0 0 1.5em 0;
	border-top: 1px dotted #99988e;
	color: #99988e;
	font-size: .875em;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
}

.contentFoot a {
	font-style: normal;
	text-decoration: none;
	color: #99988e;
}

.contentFoot .social {
	float: left;	
}

.contentFoot .send {
	float: left;
	margin-right: 16px;
	cursor: pointer;
        display: none;
}

.contentFoot .send span {
	background: transparent url(../img/icon_sprite.png) -4px -1202px no-repeat;
	padding-left: 12px;
}

.contentFoot .print {
	float: left;
	cursor: pointer;	
}

.contentFoot .print span {
	background: transparent url(../img/icon_sprite.png) -4px -901px no-repeat;
	padding-left: 12px;
}

.contentFoot .topLink {
	float: right;	
	font-style: italic;
	/* text-decoration: underline; */
}

.contentFoot .topLink a {
	background: transparent url(../img/icon_sprite.png) -4px -601px no-repeat;
	padding-left: 12px;
}


/* recommend foot */
.recommendFoot {
	margin-bottom: 32px;
}

.recommendFoot h2 {
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
}

.recommendFoot ul,
.recommendFoot ol {
	padding: 0;
	list-style-type: none;
}

/* recommend foot */
.recommendFootTwo {
	width: 530px;
	overflow: hidden;
	margin-bottom: 16px;
}

.recommendFootTwo .doubleLine {
	margin-bottom: 10px;
	border-bottom: 1px dotted #99988E;
    border-top: 1px dotted #99988E;
}

.recommendFootTwo h2 {
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	font-size: 12px;
	margin-bottom: 12px;
}

.recommendFootTwo ul {
	width: 570px;
	margin-bottom: 0;
}

.recommendFootTwo .col {
	width: 155px;
	float: left;
	height: 120px; 
	margin: 0 16px 16px 0;
	padding-right: 16px;
}

.recommendFootTwo .image {
	padding: 0;
	background: none;
	margin-bottom: 8px;
	display: block;
}

.recommendFootTwo .col h2 {
	color: #555;
	margin-bottom: 0;
}

.recommendFootTwo p {
	margin: 0;
}

.recommendFootTwo a {
	display: block;
}


.recommendFootTwo .col h2,
.recommendFootTwo .col p a {
	width: 155px;
/*	height: 18px;*/
	overflow: hidden;
}

.recommendFootTwo .col p a {
	width: 143px;
}



/* sidebar gallery */
.sidebar .gallery {
	margin-bottom: 32px;
	overflow: hidden;
	width: 340px;
}

.sidebar .galleryTitle {
	border-bottom: 1px dotted #AA813F;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

.sidebar .gallery .images {
	width: 600px;
	height: 72px;
	overflow: hidden;
}

.sidebar .gallery .images img {
	width: 108px;
	height: auto;
	float: left;
	margin-right: 8px;
}



/* sidebar teaser big */
.teaserBig {
	margin-bottom: 32px;
	background-color: #fffce1;
}

.teaserBig .image {
	position: relative;
	width: 340px;
}

.teaserBig .image img {
	width: 340px;
	height: auto;
}

.teaserBig .diag {
	background: transparent url(../img/diag_bg.png) 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	width: 340px;
	height: 12px;
}

.teaserBig .text {
	padding: 16px;
}

.teaserBig .text h3 {
	margin: 0;
}

.teaserBig .text h2 {
	color: #5c5b4f;
    font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
    font-size: 1.625em;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.teaserBig .text p {
	margin: 0;
}



/* Teaser Container */
.teaserBlock {
	margin-bottom: 32px;
}

.teaser p {
	font-size: .8125em;
}



/* Sidebar event teaser */
.sidebar .eventTitle {
	margin: 0 0 8px 0;
	padding-left: 18px;
}

body.home .sidebar .eventTitle {
	background: transparent url(../img/home_all_icons.png) -3px 0 no-repeat;
	padding-left: 90px;
}

body.schloesser .sidebar .eventTitle {
	background: transparent url(../img/icon_sprite.png) -2px -1801px no-repeat;
}

body.gaerten .sidebar .eventTitle {
	background: transparent url(../img/icon_sprite.png) -1px -2100px no-repeat;
}

body.burgen .sidebar .eventTitle {
	background: transparent url(../img/icon_sprite.png) -3px -2400px no-repeat;
}

body.kloester .sidebar .eventTitle {
	background: transparent url(../img/icon_sprite.png) -1px -2700px no-repeat;
}

body.kleinode .sidebar .eventTitle {
	background: transparent url(../img/icon_sprite.png) -2px -3000px no-repeat;
}

/* Überschriften mit Bereichssymbol wählbar */
.content .kroenchen,
.content .roeschen,
.content .helmchen,
.content .fensterchen,
.content .edelsteinchen {
	padding-left: 90px;	
	margin: 0 0 4px 0;
	padding-left: 18px;	
}

.content .kroenchen {
	background: transparent url(../img/icon_sprite.png) -2px -1801px no-repeat;
}

.content .roeschen {
	background: transparent url(../img/icon_sprite.png) -2px -2100px no-repeat;
}

.content .helmchen {
	background: transparent url(../img/icon_sprite.png) -2px -2400px no-repeat;
}

.content .fensterchen {
	background: transparent url(../img/icon_sprite.png) -2px -2700px no-repeat;
}

.content .edelsteinchen {
	background: transparent url(../img/icon_sprite.png) -2px -3000px no-repeat;
}

.sidebar .eventTeaser {
	border-top: 1px dotted #AA813F;
	width: 340px;
	margin-bottom: 8px;
}

.sidebar .eventTeaser .image {
	width: 84px;
	height: 56px;
	float: left;
}

.sidebar .eventTeaser .text {
	width: 240px;
	/*height: 63px;
	overflow: hidden;*/
	float: right;
	margin: 8px 8px 0 0;
}

.sidebar .eventTeaser h5 {
	font-size: .75em;
	font-weight: bold;
	line-height: 1.25em;
}

.sidebar .eventTeaser h5 span {
	font-size: 12px;
	font-weight: normal;
}

.sidebar .eventTeaser .text p {
	margin: 0;
	/* font-size: .75em; */
	font-size: .8125em;
	line-height: 1.25em;
	font-style: italic;
}

.sidebar .allEvents {
	border-top: 1px dotted #AA813F;
	padding-top: 2px;
}

.sidebar .allEvents a {
	font-size: .75em;
	font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
	font-style: italic;
	text-decoration: underline;
	background: transparent url(../img/icon_sprite.png) -4px -300px no-repeat;
	padding-left: 12px;
}



/* Sidebar small teaser */
.sidebar .smallTeaserTitle {
	font-family: 'adobe-garamond-pro', Times, 'Times New Roman', Lucida, Georgia, serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 8px;
}

.sidebar .smallTeaser {
	padding: 14px 0;
	border-top: 1px dotted #AA813F;
}

.sidebar .smallTeaser .image {
	width: 84px;
	float: right;
}

.sidebar .smallTeaser .text {
	width: 240px;
	float: left;
}

.sidebar .smallTeaser .text a {
	white-space: nowrap;
}

.sidebar .smallTeaser .overline {
	color: #99988E;
	margin: 0;
	font-size: 0.8125em;
}

.sidebar .smallTeaser .text h3 {
	margin: 0;
}

.sidebar .smallTeaser .text p {
	margin: 0;
	/* font-size: .75em; */
	font-size: .8125em;
}



/* Video */
.sidebar .video {
	width: 340px;
	height: auto;
	margin: 0 0 30px 0;
}



/* Formulare */
form,
.form {
	margin: 8px 0 16px 0;
}

form hr,
.form hr {
	margin: 16px 0;
}

form a,
.form a,
form label,
.form label,
form textarea,
.form textarea,
form .checkRadioWrapper span,
.form .checkRadioWrapper span,
form .errorNote,
.form .errorNote {
	font-size: .75em;
	line-height: 1.5em;
}

form input[type="text"],
.form input[type="text"] {
	height: 18px;
}

form label,
.form label {
	width: 160px;
	display: block;
	margin-right: 20px;
	font-family: Times,'Times New Roman',Lucida,Georgia,serif;
	font-size: 0.875em;
}

.submit,
form .submit,
.form .submit,
form input[type="submit"],
.form input[type="submit"] {
	border: none;
	padding: 2px 5px;
	cursor: pointer;
	background-color: #AA813F;
	color: #fff;
	font-weight: normal;
	font-family: 'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
    letter-spacing: 0.25px;
    text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.submit:hover,
form .submit:hover,
.form .submit:hover,
form input[type="submit"]:hover,
.form input[type="submit"]:hover {
	color: #333;
	background-color: #FFFCE1;
}

form input[type="checkbox"],
.form input[type="checkbox"],
form input[type="radio"],
.form input[type="radio"] {
	margin: 0 5px 0 0;
}

.formField {
	border: 1px solid #ddd;
	padding: 3px;
	font-family: Times,'Times New Roman',Lucida,Georgia,serif;
	font-size: 0.875em;
}

.formField,
.checkRadioWrapper {
	margin-bottom: 10px;
}

.formLong {
	width: 338px;
}

select.formLong {
	width: 348px;
}

.formHalf {
	width: 158px;
}

.form100px {
	width: 100px;
}

.form225px {
	width:225px;
}



form textarea,
.form textarea {
	font-family: Verdana, 'Lucida Sans', Arial, sans-serif;
}

form .error,
.form .error {
	border: 1px solid red;
	/* background-color: #ffcccc; */
}

form .errorNote,
.form .errorNote {
	color: red;
	margin: 0 0 10px 180px;
}

.errorNote {
	margin: 0 0 10px 0;
}

form .captcha,
.form .captcha {
	margin-left: 180px;
}

form .captcha .captchaImg,
.form .captcha .captchaImg,
form .captcha p,
.form .captcha p {
	margin-bottom: 10px;
}



/* indexed search */
.tx-indexedsearch-whatis {
	color: #AA813F;
	font-weight: bold;
	font-size: .875em;
}

.tx-indexedsearch .browsebox {
	list-style-type: none;	
	height: 26px;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px dotted #AA813F;
	border-bottom: 1px dotted #AA813F;
}

.tx-indexedsearch .browsebox li {
	float: left;
}

.tx-indexedsearch .browsebox li a {
	padding: 0;
	background: none;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.tx-indexedsearch h3 .tx-indexedsearch-title {
	font-family:'UniversLTW01-67BoldCn', Arial, 'Lucida Sans', sans-serif;
	letter-spacing: .25px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.tx-indexedsearch-browselist-currentPage a {
	color: #555;
}

.tx-indexedsearch .browsebox li a span,
.tx-indexedsearch .browsebox li:last-of-type a {
	font-size: 1.25em;
    line-height: 20px;
}

.tx-indexedsearch-res {
	clear: both;
}

.tx-indexedsearch .browsebox li a:hover {
	color: #555;
}

.tx-indexedsearch .res {
	margin-bottom: 1.125em;
	border-bottom: 1px dotted #AA813F;
}

.tx-indexedsearch .res:last-child {
	border-bottom: none;
}



/* Hinweise Besucherinfo */
.hinweiseBesucherinfo {
	font-size: .9375em;
	font-style: italic;
}


p.tx-indexedsearch-noresults {
    margin-top: 20px;    
}

.SucheImGesamtenPortal .globaleSucheButton{
font-style: italic;
text-decoration: underline;
background: transparent url(../img/icon_sprite.png) -4px -300px no-repeat;
padding-left: 12px;
background-color: #fff;
color: #aa813f;
text-transform: none !important;
font-family: Times, 'Times New Roman', Lucida, Georgia, serif;
font-size: .875em;
}


.SucheImGesamtenPortal .globaleSucheButton:hover{
    background-color: #fff;
    color: #99988E;
}


.PresenterTextWrap {
    width: 530px;
    margin-left: 32px;
}


.RegionenTeaser {
    background-image: url(../img/Regionen_Teaser_back.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 155px;
    width: 536px;
    position: relative;
}

.RegionenTeaserWrap {
position: absolute;
width: 335px;
height: 100px;
left: 170px;
top: 25px;
}

.RegionenTeaserWrap a{
 
}



.tx-powermail-pi1_mandatory {
    color: red;
}

.tx-powermail-pi1_formwrap a {
    font-size: 1em !important;
}


.required_one {
    display: none;
}


.powermail_radio_inner {
    width: 400px;
    float: left;
}


.powermailradioWrap {
    float: left; 
    width: 345px;
}

.powermailradioWrap input, .powermailradioWrap label{
 float: left;   
}

.powermailradioWrap label{
    width: 300px;
    margin-bottom: 5px;
}

.tx_powermail_pi1_fieldwrap_html_radio {
    margin-bottom: 15px;
}

.powermail_check_inner label, .powermailradioWrap label {
    margin-top: -3px;
}


.CEwrapEinspalter {
    width: 600px;
    margin-left: 32px;
}

/* Style-Anpassung f. neue Powermail-Version (2.x) */
ul.parsley-errors-list {
    display: none;
}

.powermail_fieldwrap_check label[for="powermail_field_uid192_1"] {
    margin-bottom: 15px;
}

.powermail_fieldwrap_text {
    margin-top: 15px;
}