
/* Allgemeine Styles
----------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Lora', Georgia, serif;
	color: #333;
	font-size: 100.01%;
	background-color: #000;
	background-image: url(../img/bgPage.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#container {
	position: relative;
	width: 1001px;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: left;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clearer { /* Float-Clearer für alle Browser */
	clear: both;
	width: 1px; 
	height: 1px;
	font-size: 1px; 
	line-height: 1px;
}

p, ul {
	margin: 0 0 1em 0;
}

h1 {
	color: #ce3800;
	font-size: 1.5em;
	font-family: 'Alice', Georgia, serif;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

h2 {
	color: #ce3800;
	font-size: 1.2em;
	font-family: 'Alice', Georgia, serif;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

h3 {
	color: #dc7015;
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	margin: -0.8em 0 0.1em 0;
}

.small {
	font-size: 0.9em;
	line-height: 1.2em;
}

.indent {
	padding-left: 30px;
}

.alertMsg {
	color: #c7231b;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #dc7015;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	text-align: right;
}



/* Head Styles
--------------------------*/
#headArea {
	height: 319px;
}

#headEyecatcher .headEyecatcherBgDay,
#headEyecatcher .headEyecatcherBgNight {
	position: absolute;
	z-index: 0;
	width: 1001px;
	height: 319px;
	background-repeat: no-repeat;
}

#headEyecatcher .headEyecatcherBgDay {
	background-image: url(../img/headEyecatcherBgDay.png);
}

#headEyecatcher .headEyecatcherBgNight {
	display: none;
	background-image: url(../img/headEyecatcherBgNight.png);
}

#headEyecatcher .headEyecatcherLogoFont {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 31px;
	width: 319px;
	height: 246px;
	background: url(../img/headEyecatcherLogoFont.png) 0 0 no-repeat;
}

#headEyecatcher .headEyecatcherLogoSun {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 32px;
}


/* MainNav */
#headNavArea {
	position: absolute;
	top: 250px;
	left: 330px;
	width: 600px;
	font-size: 1.0em;
	overflow: hidden;
}

#mainNav {
	
}

#mainNav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

#mainNav li {
	display: inline-block;
	list-style: none;
	padding: 0 1px 0 0;
}

*:first-child+html #mainNav li { /* IE7-Hack */
	display: inline;
	zoom: 1;
}


#mainNav a, 
#mainNav a:link, 
#mainNav a:visited {
	display: block;
	color: #f9f29b;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding: 5px 6px 5px 6px;
}

#mainNav a:hover, 
#mainNav a:active, 
#mainNav a:focus, 
#mainNav a.active, 
#mainNav a.active:link, 
#mainNav a.active:visited {
	color: #fff;
	padding: 4px 5px 4px 5px;
	border: 1px solid #fbb750;
	background-color: #541b06;
}

/* SubNav */
#subNav {
	font-size: 0.85em;
}

#subNav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

#subNav li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

*:first-child+html #subNav li { /* IE7-Hack */
	display: inline;
	zoom: 1;
}


#subNav a, 
#subNav a:link, 
#subNav a:visited {
	display: block;
	color: #f9f29b;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding: 4px;
}

#subNav a:hover, 
#subNav a:active, 
#subNav a:focus, 
#subNav a.active, 
#subNav a.active:link, 
#subNav a.active:visited {
	color: #fff;
	text-decoration: underline;
}


/* Language - Menu */
#langMenu {
	position: absolute;
	z-index: 4;
	top: 283px;
	left: 107px;
	margin: 0;
	padding: 0;
}

#langMenu li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

*:first-child+html #langMenu li { /* IE7-Hack */
	display: inline;
	zoom: 1;
}

#langMenu a {
	display: block;
	width: 21px;
	height: 17px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}

#langMenu li.de a {
	background-image: url(../img/iconFlagDeInactive.gif);
}

#langMenu li.de a:hover,
#langMenu li.de a:focus,
#langMenu li.de a.active {
	background-image: url(../img/iconFlagDe.gif);
}

#langMenu li.en a {
	background-image: url(../img/iconFlagEnInactive.gif);
}

#langMenu li.en a:hover,
#langMenu li.en a:focus,
#langMenu li.en a.active {
	background-image: url(../img/iconFlagEn.gif);
}

#langMenu li.es a {
	background-image: url(../img/iconFlagEsInactive.gif);
}

#langMenu li.es a:hover,
#langMenu li.es a:focus,
#langMenu li.es a.active {
	background-image: url(../img/iconFlagEs.gif);
}

#langMenu li.pl a {
	background-image: url(../img/iconFlagPlInactive.gif);
}

#langMenu li.pl a:hover,
#langMenu li.pl a:focus,
#langMenu li.pl a.active {
	background-image: url(../img/iconFlagPl.gif);
}

#langMenu li.it a {
	background-image: url(../img/iconFlagItInactive.gif);
}

#langMenu li.it a:hover,
#langMenu li.it a:focus,
#langMenu li.it a.active {
	background-image: url(../img/iconFlagIt.gif);
}



/* Content Styles
---------------------------------------*/
#contentArea {
	position: relative; 
	line-height: 1.7em;
}

#contentAreaTop {
	width: 1001px;
	height: 64px;
	background-image: url(../img/bgContentAreaTop.png);
	background-repeat: no-repeat;
}

* html #contentAreaTop { /* IE6 - Hack */
	background-image: url(../img/bgContentAreaTop.gif);
}

#contentAreaBottom {
	float: left;
	width: 1001px;
	height: 64px;
	background-image: url(../img/bgContentAreaBottom.png);
	background-repeat: no-repeat;
}

* html #contentAreaBottom { /* IE6 - Hack */
	background-image: url(../img/bgContentAreaBottom.gif);
}

#contentMain {
	float: left;
	width: 779px;
	min-height: 350px;
	padding: 10px 111px 10px 111px;
	background-image: url(../img/bgContentAreaMiddle.png);
	background-repeat: repeat-y;
}

* html #contentMain { /* IE6 - Hack */
	position: relative; /* fieldset position fix */
	background-image: url(../img/bgContentAreaMiddle.gif);
}

/* Style Gimmicks */
#contentAreaStyleGimmickTR {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
	width: 274px;
	height: 142px;
	background: url(../img/contentAreaStyleGimmickTR.png) no-repeat;
}

* html #contentAreaStyleGimmickTR { /* IE6 - Hack */
	background-image: url(../img/contentAreaStyleGimmickTR.gif);
}

#contentAreaStyleGimmickBL {
	position: absolute;
	top: -90px;
	left: 0;
	z-index: 1;
	width: 258px;
	height: 127px;
	background: url(../img/contentAreaStyleGimmickBL.png) no-repeat;
}

* html #contentAreaStyleGimmickBL { /* IE6 - Hack */
	background-image: url(../img/contentAreaStyleGimmickBL.gif);
}


/* Listen */
#contentMain ul {
	margin: 0 0 1em 1px;
	padding: 0;
}

#contentMain ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../img/iconList.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

#contentMain ul li ul li {
	background-image: url(../img/iconListSub.gif);
	background-position: left 0.6em;
}

#contentMain ol {
	margin: 0 0 1em 15px;
	padding: 0;
}

* html #contentMain ol { /* IE6 - Hack */
	margin-left: 19px;
}

*:first-child+html #contentMain ol { /* IE7 Hack */
	margin-left: 19px;
}


/* Content Block Trennlinien */
#contentMain div.csc-frame-rulerBefore {
	clear: both;
	border-top: 1px dashed #ecb991;
	padding-top: 1em;
}

#contentMain div.csc-frame-rulerAfter {
	clear: both;
	border-bottom: 1px dashed #ecb991;
	margin-bottom: 1em;
}

#contentMain div.csc-frame-invisible { /* Clearer (unsichtbar) */
	clear: both;
	border: none;
}


/* Zweispalten Inhalte */
.twoColumns .left {
	float: left;
	padding-right: 20px;
	width: 370px;
}

.twoColumns .right {
	float: left;
	padding-left: 20px;
	width: 369px;
	text-align: left;
}


/* Highlight Box */
.infoBox {
	display: none;
	position: absolute;
	top: -270px;
	right: 20px;
	z-index: 1;
	padding: 7px;
	max-height: 180px;
	max-width: 300px;
	background-color: #ce3800;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
}

.infoBox .content {
	color: #333; 
	font-size: 0.85em;
	line-height: 1.55em;
	text-align: center;
	overflow: hidden;
	padding: 10px 7px;
	background-color: #fdf9ce;
}

.infoBox h1, .infoBox h2 {
	color: #d03700;
	font-weight: normal;
	font-size: 1.3em;
}

.infoBox a {
	color: #de7000;
	line-height: 0;
}

.infoBox p {
	margin: 0;
}

.infoBox .closer {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../img/infoBoxBgCloser.png) no-repeat;
}


/* Tabellen */
#contentMain table.contenttable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	background-color: #fef7ad;
	line-height: 1.3em;
}

#contentMain table.contenttable caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 6px;
}

#contentMain table.contenttable td, #contentMain table.contenttable th {
	padding: 7px;
	vertical-align: top;
	border: 1px solid #fdf9d0;
	font-size: 0.9em;
}

#contentMain table.contenttable th {
	font-weight: normal;
	text-align: left;
	color: #fdf9d0;
	background-color: #ce3800;
}

#contentMain table.contenttable p {
	margin: 0;
}


/* Images (padding, margin, caption) */
.csc-textpic-border dl.csc-textpic-image, 
.csc-textpic-border div.csc-textpic-imagewrap li.csc-textpic-image, 
.csc-textpic-border div.csc-textpic-imagewrap div.csc-textpic-image {
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #ce3800;
}

.csc-textpic-border dl.csc-textpic-image img, 
.csc-textpic-border div.csc-textpic-imagewrap li.csc-textpic-image img, 
.csc-textpic-border div.csc-textpic-imagewrap div.csc-textpic-image img {
	padding: 7px !important;
}

dd.csc-textpic-caption {
	font-size: 0.8em;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #fdf9d0;
	text-align: center;
	line-height: 1.2em;
}

.csc-textpic-border dd.csc-textpic-caption {
	padding: 0 0 7px 0;
	margin: 0 !important;
}

* html  dd.csc-textpic-caption { /* IE6 Hack */
	display: inline-block;
}

*:first-child+html  dd.csc-textpic-caption { /* IE7 Hack */
	display: inline-block;
}

div.csc-textpic-imagewrap ul {
	margin: 0 !important;
	padding: 0 !important;
}

* html div.csc-textpic-imagewrap ul { /* IE6 Hack */
	float: left;
}

div.csc-textpic-imagewrap ul li {
	background-image: none !important;
	padding: 0 !important;
	line-height: 0;
}

#contentMain div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-left div.csc-textpic-imagewrap li.csc-textpic-image,
#contentMain div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap li.csc-textpic-image,
#contentMain div.csc-textpic-intext-left div.csc-textpic-imagewrap li.csc-textpic-image {
	margin-right: 5px;
}

#contentMain div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-right div.csc-textpic-imagewrap li.csc-textpic-image,
#contentMain div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap li.csc-textpic-image,
#contentMain div.csc-textpic-intext-right div.csc-textpic-imagewrap li.csc-textpic-image{
	margin-left: 5px;
}

#contentMain div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic-center div.csc-textpic-imagewrap li.csc-textpic-image {
	margin-left: 5px;
}

#contentMain div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,
#contentMain div.csc-textpic div.csc-textpic-imagewrap li.csc-textpic-image,
#contentMain div.csc-textpic div.csc-textpic-imagewrap {
	margin-bottom: 5px;
}

div.csc-textpic-clear {
	height: 0;
}

*:first-child+html div.csc-textpic-imagerow  { /* IE7 Hack */
	margin-bottom: 5px !important;
}

* html div.csc-textpic-equalheight div.csc-textpic-imagerow,
* html div.csc-textpic div.csc-textpic-imagewrap { /* IE6 Hack */
	margin-bottom: 0 !important;
}

*:first-child+html div.csc-textpic div.csc-textpic-imagewrap { /* IE7 Hack */
	margin-bottom: 0 !important;
}


/* Formular, Fieldset, Label - Styles */
form {
	margin: 0;
}

.textbox, 
.selectbox {
	font-family: 'Lora', Georgia, serif;
	font-size: 0.9em;
	width: 100%;
	padding: 4px;
	margin-bottom: 6px;
	border: solid 1px #fdba52;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.selectbox {
	padding: 3px 4px;
}

.textbox:focus, .selectbox:focus {
	border: 1px solid #ce3800;
}

input.button {
	font-size: 0.9em;
	font-family: 'Lora', Georgia, serif;
	color: #fff;
	margin: 1px;
	padding: 5px 8px;
	border: none;
	background: #dc7015;
}

* html span.button { /* IE6 - Hack */
	border: solid 1px #eb3b00;
}

*:first-child+html span.button { /* IE7 Hack */
	border: solid 1px #eb3b00;
}

input.button:hover {
	background: #ce3800;
}

label { 
	font-size: 0.9em;
	color: #541b06;
	display: block;
	margin-right: 10px;
}

label.option {
	display: inline;
}

fieldset {
	position: relative;
	padding: 15px;
	margin: 0 0 1em 0;
	border: none;
	background-color: #fef7ad;
}

#contentMain fieldset { /* IE Hack (Version 6, 7, 8)  */
	padding-top: 18px\9;
	margin-top: 20px\9;
}

#contentMain legend {
	padding: 0 15px 0 13px;
	color: #fdf9d0;
	font-size: 0.9em;
	background-color: #ce3800;
}

#contentMain legend { /* IE Hack (Version 6, 7, 8) */
	position: absolute\9;
	top: -10px\9;
}

*:first-child+html #contentMain legend { /* IE7 Hack */
	left: 8px;
}

* html #contentMain legend { /* IE6 Hack */
	left: 8px;
}


/* Book Now Widget */
#booknowWrap {
	position: relative;
	padding: 14px 18px 18px 18px;
	margin-bottom: 1em;
	border: 7px solid #fca51f;
	background: url(../img/bgBookNow.png) right bottom no-repeat #fdba52;
}

#booknowWrap .col {
	float: left;
	width: 130px;
}

#booknowWrap input.textbox {
	width: 75%;
}

#booknowWrap .bestPriceInfo {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
}


/* IFrame Styles */
.iframeWrapper {
	padding: 7px;
	margin-bottom: 1em;
	border-right: solid 1px #fdba52;
	border-bottom: solid 1px #fdba52;
	background-color: #fef7ad;
}


/* Cookie Banner */
#cookieBanner {
	display: none;
	position: fixed;
	z-index: 50;
	bottom: 0;
	width: 100%;
	color: #fdf9d0;
	font-size: 0.8em;
	text-align: center;
	text-shadow: 0 -1px 2px #333;
	background-color: #ce3800;
	box-shadow: 0 2px 6px #000;
}

#cookieBanner .inner {
	padding: 15px;
}

#cookieBanner a {
	color: inherit;
}

#cookieBanner .btnClose {
	margin-top: 5px;
	padding: 5px 8px;
	color: #fff;
	border: none;
	background-color: #fdba52;
}

#cookieBanner .btnClose:hover,
#cookieBanner .btnClose:focus {
	background-color: #dc7015;
}


/* Foot Styles
---------------------------------------*/
#footArea {
	position: relative;
	font-size: 0.8em;
	padding-bottom: 200px;
}

/* SecNav */
#footArea #secNav {
	position: absolute;
	top: 10px;
	right: 50px;
	margin: 0;
	padding: 0;
}

#footArea #secNav li {
	display: inline-block;
	list-style: none;
	padding: 0 4px 0 3px;
	border-right: 1px solid #9f8a55;
}

#footArea #secNav li.last {
	border: none;
}

#footArea #secNav a, 
#footArea #secNav a:link, 
#footArea #secNav a:visited, 
#footArea #secNav a:hover, 
#footArea #secNav a:active, 
#footArea #secNav a:focus {
	color: #9f8a55;
	text-decoration: none;
	text-transform: uppercase;
}

/* Logo Blöcke */
#footArea .linkArea {
	position: absolute;
	top: 40px;
	padding: 0 20px;
}

#footArea .linkArea .logoBlock {
	text-align: center;
}

#footArea .linkArea .logoBlock h4 {
	color: #715d3f;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#footArea .linkArea .logoBlock a {
	margin-right: 10px;
	color: #9f8a55;
	text-decoration: none;
}



/* News - Styles
----------------------------*/

/* latestNews */
.latestNews {
	padding: 0 0 1em 0;
}

.latestNews .infoBlock {
	font-size: 0.9em;
	line-height: 1.55em;
	padding: 3px 0 3px 0;
}

.latestNews .infoBlock  p {
	display: inline;
}

.latestNews .infoBlock h2 {
	margin: 0.4em 0 0.1em 0;
}

.latestNews .infoBlock img {
	float: left;
	margin: 3px 8px 5px 0;
	padding: 7px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #ce3800;
}

/* listNews */
#listNews h2, 
#singleNewsItem h2 {
	margin: 0 0 4px 0;
	padding: 1px 0 0 0;
}

#listNews h2 a {
	color: #ce3800;
	text-decoration: none;
}

#listNews .infoBlock {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #ecb991;
}

#listNews .infoBlock img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 7px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #ce3800;
}

#listNews .infoBlock .small, 
#singleNewsItem .small {
	color: #dc7015;
}

/* singleNews */
#singleNewsItem {
	position: relative;
	padding-bottom: 30px;
	margin: 0 0 1em 0;
}

#singleNewsItem .news-single-img {
	float: right;
	text-align: right;
	margin: 0 0 10px 10px;
	padding: 7px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #ce3800;
}

#singleNewsItem .news-single-imgcaption {
	font-size: 0.8em;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color: #fdf9d0;
	text-align: center;
	line-height: 1.2em;
	padding: 0;
}

#singleNewsItem .news-single-imgcaption  p {
	padding-top: 7px;
	margin: 0;
}

#singleNewsItem .prevArticleLink {
	position: absolute;
	bottom: 0;
	left: 0;
}

#singleNewsItem .nextArticleLink {
	position: absolute;
	bottom: 0;
	right: 0;
}

#singleNewsItem .prevArticleLink a, 
#singleNewsItem .nextArticleLink a {
	display: inline-block;
	padding: 3px 8px;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	background-color: #dc7015;
}

#singleNewsItem .prevArticleLink a:hover, 
#singleNewsItem .prevArticleLink a:focus, 
#singleNewsItem .nextArticleLink a:hover,
#singleNewsItem .nextArticleLink a:focus {
	background-color: #ce3800;
}

#singleNewsItem .prevArticleLink a:hover .label, 
#singleNewsItem .prevArticleLink a:focus .label, 
#singleNewsItem .nextArticleLink a:hover .label,
#singleNewsItem .nextArticleLink a:focus .label {
	display: none;
}

#singleNewsItem .prevArticleLink a:hover:after,
#singleNewsItem .prevArticleLink a:focus:after {
	content: '« 'attr(title);
}

#singleNewsItem .nextArticleLink a:hover:after,
#singleNewsItem .nextArticleLink a:focus:after {
	content: attr(title) ' »';
}

/* pageBrowser */
#newsBrowsebox {
	float: right;
	margin: 0 0 1em 0;
	color: #9baa93;
}

#newsBrowsebox ul {
	margin: 0;
	padding: 0;
}

#newsBrowsebox li {
	list-style: none;
	background: none !important;
	float: left;
	padding: 0 2px !important;
}

#newsBrowsebox li.active {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#newsBrowsebox a {
	display: block;
	text-decoration: none;
}

#newsBrowsebox  li span {
	display: block;
	font-weight: normal;
}

#newsBrowsebox  span.first {
	width: 15px;
	background-image: url(../img/icon_firstInactive.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#newsBrowsebox  a span.first {
	background-image: url(../img/icon_first.gif);
}

#newsBrowsebox  span.prev {
	padding: 0 0 0 11px;
	background-image: url(../img/icon_prevInactive.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 3px;
}

#newsBrowsebox  a span.prev {
	background-image: url(../img/icon_prev.gif);
}

#newsBrowsebox  span.next {
	padding: 0 11px 0 0;
	background-image: url(../img/icon_nextInactive.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 3px;
}

#newsBrowsebox  a span.next {
	background-image: url(../img/icon_next.gif);
}

#newsBrowsebox  span.last {
	width: 15px;
	background-image: url(../img/icon_lastInactive.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#newsBrowsebox  a span.last {
	background-image: url(../img/icon_last.gif);
}



/* Formhandler
-----------------------*/
.Tx-Formhandler .formCol {
	float: left;
	width: 236px;
	margin: 0 0 1em 0;
	overflow: hidden;
}

.Tx-Formhandler .formColMiddle {
	margin-right: 20px;
	margin-left: 20px;
}

.Tx-Formhandler .formInfo {
	width: 570px;
}



/* WEC Map - Styles
--------------------------------- */
.tx-wecmap-pi3 {
	float: left; /* Workaround um container nicht 100% aufzuspannen */
	padding: 7px;
	margin-bottom: 1em;
	border-right: solid 1px #fdba52;
	border-bottom: solid 1px #fdba52;
	background-color: #fef7ad;
}

.tx-wecmap-pi3 table td {
	padding: 0;
}

.tx-wecmap-pi3 .sidebar {
	margin-left: 7px;
	overflow: auto;
	border-top: solid 1px #fdba52;
	border-left: solid 1px #fdba52;
	background-color: #fdf9d0;
}

.tx-wecmap-pi3 .sidebar a {
	padding: 1px 10px 1px 10px;
}

/* Bubble - Styles */
.tx-wecmap-map .marker {
	font-size: 0.9em;
	line-height: 1.5em;
}

.tx-wecmap-map .infotitle {
	font-size: 1.1em;
	color: #ce3800;
}

.tx-wecmap-map .infoaddress {
	
}

.tx-wecmap-map .infodescription {
	
}

/* Legende */
.tx-wecmap-map-legend {
	margin-top: 10px;
}

.tx-wecmap-map-legend span {
	display: inline-block;
	font-size: 0.85em;
	padding: 10px 10px 10px 46px;
	background-repeat: no-repeat;
	background-position: left center;
}

.tx-wecmap-map-legend span.iconDefault {
	background-image: url(../extensions/wec_map/mapmarkerDefault.png);
}

.tx-wecmap-map-legend span.iconShopping {
	background-image: url(../extensions/wec_map/mapmarkerShopping.png);
}

.tx-wecmap-map-legend span.iconClubs {
	background-image: url(../extensions/wec_map/mapmarkerClubs.png);
}

.tx-wecmap-map-legend span.iconBars {
	background-image: url(../extensions/wec_map/mapmarkerBars.png);
}

.tx-wecmap-map-legend span.iconFood {
	background-image: url(../extensions/wec_map/mapmarkerFood.png);
}

.tx-wecmap-map-legend span.iconSights {
	background-image: url(../extensions/wec_map/mapmarkerSights.png);
}




/* Fancybox - Styles 
-----------------------------*/
.fancybox-skin {
	border-radius: 0;
	padding: 5px;
	background-color: #551a01;
}

.fancybox-title-float-wrap .child {
	color: #fdface;
	font-size: 0.9em;
	font-weight: normal;
	text-shadow: none;
	border-radius: 3px;
	background-color: #7a2601;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../img/addons/spritesFancybox.png");
}



/* RateMe Widget (Startseite: http://rate-me.info/property/30?lang=en)
----------------------------------------------------------------------*/
.rating_box_wr {
	float: none !important;
	margin-bottom: 1em;
}







