/**
 * Headings
 */
section#content h1, 
section#content h2, 
section#content h3 {
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	text-indent: -10000px;
	background-position: 0 0; 
	background-repeat: no-repeat;
}
section#content h1 { 
	color: #830a0d;
	font-size: 22px;	
	height: 25px;	
	/*background: url(../img/layout/border-tile.gif) repeat-x 0 bottom;
	padding-bottom: 10px;*/
}

section#content h2 { 
	color: #130d00;
	font-size: 18px;
	height: 20px;	
}
section#content h3 { 
	color: #130d00;
	font-size: 16px;
	font-weight: normal;
	height: 18px;
}

/**
 * Paragraph
 */
section#content p {
	margin-bottom: 20px;
}

/**
 * Images
 */
div.content-element {
	clear: both;
	margin: 0 0 20px 0;
}
/*div.csc-default {
	clear: both;
}*/		
div.image-left,
div.image-right,
div.image-large {
	/*height: 150px;*/
}

div.image-large {
	
}				

div.image-left,
div.image-right {
	/*height: 150px;*/
}

div.image-left p,
div.image-right p {
	
}

div.content-element img {
	padding: 4px; 
	background: #dcd3b7;
	border: 1px solid #b1a584;
}

div.image-left img {
	float: left;		
	margin: 0 30px 20px 0;		
}				
div.image-right img { 
	float: right;		
	margin: 0 0 20px 30px;		
}

div.image-three {
	height: 130px;
}

	div.image-three img {
		margin: 0 6px 0 0;	
		float: left;
	}
		div.image-three img.last {
			margin: 0;
		}

div.image-three-wcaption {
	height: 160px;
}

div.content-element-caption {
	float: left; 
	margin-right: 6px;
	width: 186px;
	text-align: center;
}
div.content-element-caption a {
	text-decoration: none;
}
div.content-element-caption.last {
	margin-right: 0;
}

/**
 * Liste
 */
section#content ul {
	list-style-type: square; 
	margin: 0 0 20px 25px;
}
	section#content ul ul {
		margin: 0 0 0 25px;
	}
	
	section#content ul.ui-widget-header {
		list-style-type: none; 
		margin: 0;
	}

/**
 * Content Tabelle
 */		
table.contenttable {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.contenttable a {
	text-decoration: none; 
	color: inherit; 
	cursor: pointer;
}
table.contenttable h1,
table.contenttable h2,
table.contenttable h3 {
	margin: 0;
	color: inherit;
}

table.contenttable thead {
	
}

table.contenttable th {
    color: #fff;
	font-weight: bold;
	height: 40px;
	background: #4e3c0d;
}

table.contenttable th,
table.contenttable td {
	vertical-align: middle;
	padding: 4px 8px;
	text-align: center;
	border-bottom: 1px solid #f6efd9;
}

table.contenttable td {
	background: #ddd4b8;
	color: #565248;
}

table.contenttable th p,
table.contenttable td p {
	margin: 0 !important;
}

table.contenttable th a,
table.contenttable td a {
	text-decoration: underline;
}


table.contenttable tr:hover td {
	background: #f6efd9;					
}
table.contenttable tr:hover td a {
	
}
table.contenttable th:first-child,
table.contenttable td:first-child,
table.contenttable th.first,
table.contenttable td.first {
	text-align: left;
}

		
/**
 * Pagebrowser
 */	
div.tx-pagebrowse-pi1 {
	background: #e7e8ec;
	padding-top: 8px;
	width: 676px;
}
	div.tx-pagebrowse-pi1 ul {
		margin: 0 !important;
	}
	
	.tx-pagebrowse {
		list-style: none inside none;
		padding: 0 0;
		margin: 0 0;
		text-align: center;		
	}
	
	.tx-pagebrowse li {
		display: inline;
		list-style: none;
		margin: 0 0;
		padding: 0 5px 0 0;
	}
	
	li.tx-pagebrowse-pages {
		width: 80%;
	}
	
	li.tx-pagebrowse-pages ol {
		display: inline;
		margin: 0 0;
		padding: 0 10px;
	}


/**
 * Powermail
 */


.tx-powermail-pi1 {
	width: 570px;
	float: left; 
	margin: 0 0 20px 0;
}

.tx_powermail_pi1_form fieldset {
	position: relative;
}

.tx_powermail_pi1_form fieldset legend {
	display: none;
}
.tx_powermail_pi1_form fieldset label {
	width: 160px;
	display: block; 
	float: left; 
	padding-right: 10px;
}
.powermail_mandatory {
	padding-left: 5px;
}

.tx_powermail_pi1_fieldwrap_html {
	margin: 0;	
	padding: 4px 8px;
	line-height: 22px;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	padding-left: 177px;
}

	.powermail_text,
	.powermail_textarea,
	.powermail_submit {
		width: 300px;
		height: 18px;
		padding: 2px;
		border: 1px solid #eef0f1;
	}
	.powermail_text {		 
		width: 300px;
		height: 14px;
	}	
	.powermail_submit,
	.tx-powermail-pi1_mandatory_submit {
		cursor: pointer;
		text-transform: uppercase;
		height: auto !important; 
		color: #fff;
		background: #4e3c0d;
		width: 307px;
		font-size: 12px;
	}	
	.powermail_textarea {
		height: 80px;		
	}
	.powermail_select,
	.powermail_countryselect {
		width: 300px;
	}
	.tx_powermail_pi1_form p {
		margin: 0 0 10px 0 !important;
	}	
	.tx_powermail_pi1_fieldwrap_html_check p {
		display: none;
	}
	
	#accommodationField,
	#roomField {
		font-size: 14px;
		width: 305px;	
	}
	
/**
 * Nuggets
 */
div.tx-cnnuggetslider-pi1 {	
	background: #f6efd9;
	border-top: 5px solid #e6dec5;
	margin: 30px 0 20px -30px;
	padding-top: 30px;
	width: 630px;
}

#newsSwitcherNav {
	display: none;
}
div.newsSwitcherBox {
	background: url(../img/layout/nugget-bg.gif) no-repeat left top;
	float: left;
	width: 205px;
	height: 274px;
	margin-right: 5px;	
	position: relative;
	padding-top: 6px; 
}

div.newsSwitcherBox p {	
	padding: 0;
	margin: 0 !important; 
	font-size: 11px;
}

div.newsSwitcherBox a.bulletLink {
	display: block; 
	position: absolute; 
	left: 55px; 
	bottom: 16px;
	color: #565248 !important;
	font-size: 11px; 
	text-decoration: none !important;	
}

div.newsSwitcherBox.last {
	margin-right: 0;	
}

#newsSwitcher div.newsSwitcherBox h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	color: #830a0d;	
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px 10px;
	text-transform: none;
	text-indent: 0 !important;
}

#newsSwitcher div.newsSwitcherBox p {
	padding-left: 10px;	
}

#ui-datepicker-div {
	display: none;
}

