@charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";



/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "example.css" all;
html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
}


/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
	display:none;
	}
div#outerWrap {
	width:1200px;
	text-align:center;
	margin: 0px auto 0 auto;
	position: relative;
	height: 100%;
	padding-top: 100px;
	z-index: 1;
	}
div#outerWrap div {
	text-align:left;
	}
	
div#innerWrap {
	margin: 0px 100px;
	width: 1000px;
	min-height: 500px;
}
	
	
div#top {
	height: 100px;
	width: 100%;	
	background: #7A765A url(../images/navButtonOverlay.png) left top; 
	background: #1c5c9b url(../images/navButtonOverlay.png) left top; 
	background: #393939 url(../images/navButtonOverlay.png) left top; 
	background: #1c5c9b url(../images/navButtonOverlay.png) left top; 

	position: fixed;
	z-index: 50;
}


#contentHide {
	display: block;
	width: 100%;
	height: 30px;	
	background: url(../images/fullscreen.png) top right no-repeat; 
	cursor: pointer;
}

#contentHide:hover {
	background: url(../images/fullscreenHover.png) top right no-repeat; 
}

div#header {
	background: none;
	width: 1000px;
	height: 70px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 1;
}


div#logo {
	width: 280px;
	height:120px;
	position: absolute;
	top: -33px;
	left: 20px;
	display: block;
	}
	
div#logo img {
	margin-left: 0px;
	}	
	
	
	
	
div#wallpaper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -3;
	position: fixed;
	top: 100px;
	left: 0px;
}

#wallpaper div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
	
div#navigationFirstLevel {
	width: 650px;
	margin: 0px 0px 0px 350px;
	height: 40px;
	float: left;
	overflow: hidden;
}
	
div#navigationSecondLevel {
	overflow: hidden;
	width: 900px;
	margin: 0px ;
	float: left;
	margin-left: 320px;
	height: 30px;
	}
	
div#content {
	width: 35%;
	float:left;
	}
div#marginal {
	width:35%;
	float:right;
}
div#footer {
	clear:both;
	}
div#portals {
	clear:both;
	}


body.hideRightColumn div#secondary {
	display:none;
	}
body.hideRightColumn div#main {
	width:70%;
	float:left;
	position:relative;
	}
body.hideLeftColumn div#main {
	width:65% !important;
	float:left;
	position:relative;
	}
body.hideLeftColumn div#outerWrap {
	display:none;
	}
body.hideRightAndLeftColumn div#main {
	width:100%;
	}
body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn div#navigationSecondLevel {
	display:none;
	}
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
	background-image:none;
	}


/*******************/
/* GENERAL PADDING */
/*******************/
div#main {
		width: 600px;	
		height: 100%;
}
div#secondaryContent {
    margin: 20px;
}
div#secondayContent, div#navigationContent {
	padding:12px;
	}
div#mainContent {
	margin: 20px 30px 30px 30px;
	overflow:hidden;
		z-index: 1;
	}


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
	height:100%; /* IE */
	}
html {
	height:100%; /* IE */
	}
strong {
	font-weight:bold;
	}
div#contentWrap {
	overflow:hidden;
	clear:both;
	min-height: 400px;
	padding-bottom: 80px;
	margin-top: 40px;
	}

div#main {
	-moz-box-shadow: -0px -3px 3px #666;
	-webkit-box-shadow: -0px -3px 3px #666;
	box-shadow: -0px -3px 3px #666;
	width: 650px;	
	background-image:  url(../images/bg_80.png);
	float: left;
	min-height: 500px;
}
	
div#secondary {
	width: 220px;
	background-image:  url(../images/bg_80.png);
	float: right;
	}

div#secondary ul {
	margin: 0px;
	padding: 0px;
	}
	
div#secondary ul li {
	background: url(../images/list-style-icon.gif) 0px 4px no-repeat;
	list-style: none;
	padding-left: 18px;
	margin: 0px;
	line-height: 18px;
	margin-bottom: 8px;
	font-weight: bold !important;
	color: #204262 !important;
	}

div#secondary ul li a {	
	color: #333 !important;
}
	
div#secondary {
	}
	
	
	
/* HEADER START */
#headertop {
	display: block;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	background-color: #E0E2D5;
}


#header {
	display: block;
	width: 1000px;
	height: 80px;
	position: relative;
	background-color: #FFFFFF;
}	

#headerelements {
	margin: 0px auto;
	width: 1000px;
	height: 29px;	
}

#headerimage {
	display: block;
	height: 350px;
	width: 750px;
	overflow: hidden; 
	z-index: 5;
	
}


#headerlogo {
	display: block;
	width: 250px;
	height: 190px;
}	

div#headersearch {
	width: 205px;
	height: 29px;
	padding: 0px  0px  0px  0px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: url(../images/bg_searchInput.gif) 0px 5px no-repeat;
	z-index:: 20;
}

div#languageMenu {
	width: 180px;
	height: 30px;
	float: left;
	overflow: hidden;
	display: block;
	text-align: center;
	z-index: 20;
	padding: 0px;
	margin: 0px 0px 0px 180px;
	position: absolute;
}

div#languageMenu img {
	margin-right: 10px;
}


#languageMenu ul, #languageMenu li {
	list-style: none;
	line-height: 30px;
	color: #ccc;
	font-size: 11px;
	margin: 0px;
	height: 30px;
}
#languageMenu li {
	float: left;
	margin: 0px 10px 0px 0px;
}
#languageMenu a, #languageMenu a:visited, #languageMenu a:active, #languageMenu a:hover {
	list-style: none;
	color: #333;
}
#languageMenu a:hover {
	text-decoration: underline;
}


div#headerseal {
	width: 30px;
	height: 30px;
	float: left;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 0px;
	z-index:: 20;
}

#headermenu {
	display: block;
	height: 30px;
	width: 390px;
	float: left;
	text-align: right;
	z-index:: 20;
	overflow: hidden;
	margin: 0 0 0 360px;
}
#headermenu ul, #headermenu li {
	list-style: none;
	line-height: 30px;
	color: #ccc;
	font-size: 11px;
}
#headermenu li {
	float: left;
	margin: 0px 20px 0px 0px;
}
#headermenu a, #headermenu a:visited, #headermenu a:active, #headermenu a:hover {
	list-style: none;
	color: #333;
}
#headermenu a:hover {
	text-decoration: underline;
}

div#topMenu {
	width: 250px;
	float: left;
	height: 30px;
	line-height: 40px;
	vertical-align: middle;
	overflow: hidden;
	z-index:: 20;
}



#headerbg {
	display: block;
	height: 380px;
	width: 750px;
	position: absolute;
	background-image: url(../images/header_overlay.png); 
	overflow: hidden;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}





/* HEADER END */








/* MAINMENU START */

#mainmenu  {
	width: 750px;
	height: 30px;
	top: 340px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	background-color: #395e81;
	/* url(../images/bg_mainmenu.png) bottom left; */
}

/* MAINMENU START */

.mainmenu  {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	color: #000000;
	margin: 0px;
/*	width: 160px; */
	height: 30px; 
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#mainmenu li {
	float: left;
	list-style-type: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 2px;
}

a.mainmenu  {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	vertical-align: middle;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff !important;
}

a.m1   {
}

a:hover.m1 {
	border-top: 2px solid #fff;
	color: #333;
	text-decoration: none;
}

.m1act  {
	text-decoration: none;
	color: #1c5c9b !important;
}

a.m1act  {
	border-top: 2px solid #7fcca5 !important;

	text-decoration: none !important;
	font-weight: bold !important;
	color: #7fcca5 !important;
	padding-top: 3px;
}

/* MAINMENU END */




/* SUBMENU START */ 

#submenu {
	clear: both;
	display: block;
	width: 750px;
	height: 30px;
/*	border-top: solid 1px #999;
	border-bottom: solid 1px #ccc;  */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	top: 370px;
	position: absolute;
	background-color: #395e81;
	/* background: url(../images/bg_mainmenu.png) bottom left; */
}

#submenu ul, #submenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#submenu ul {
	float: left;
	margin-left: 7px;
}

#submenu li {
	float: left;
	margin-right: 20px;
	padding-left: 8px;
	background: url(../images/submenu_item.png) top center no-repeat;
}


#submenu a {
	font-size: 13px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: normal;
	color: #7fcca5;
	padding-bottom: 2px;
}

.submenu-no a {
	display: block;
	margin-left: 40px;
	line-height: 25px;
	color: #000000;
}

.submenu-act {
}

.submenu-act a {
	font-size: 14px;
	display: block;
	margin-left: 40px;
	line-height: 25px;
	color: #e46c0a;
}

/* SUBMENU ENDE */









#contentarea {
	background: #FFFFFF url(../images/bg.gif) right bottom no-repeat;
	display: block;
	position: relative;
	width: 940px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 30px 30px 50px 30px;
	min-height: 300px;
}





/* CONTENT START */

#content {
	position: relative;
	float: left;
	display: block;
	width: 520px;
	min-height: 300px;
	margin: 0px;
}

th#content  {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

td#content  {
	vertical-align: top;
	text-align: left;
	width: 465px;
	position: relative;
	padding-bottom: 40px;
	font-size: 12px;
}

a#content  {
	text-decoration: underline;
	color:#e25d04;
}

/* CONTENT END */






/* MARGINAL START */

#marginal {
	font: 85%/1.6em Verdana, Geneva, sans-serif !important;
	float: left;
	display: block;
	width: 350px;
	min-height: 300px;
	padding-top: 70px;
	height: auto;
}
#marginal h1 {
	font: 140%/1.6em Verdana, Geneva, sans-serif !important;
}

/* MARGINAL END */
	

div#portals {
	margin-top: -160px;
	top: 100%;
	height: 160px;
	position: fixed;
	width: 100%;
	overflow: hidden;
}

div#portalsOuter {
	position: relative;
	height: 180px;
	width: 100%;
	margin-top: 10px;
}

div#portalsInner {
	width: 100%;
	top: 120px;
	position: absolute;
	height: 160px;
}

div#portalsButton {
	left: 50%;
	top: -20px;
	width: 120px;
	height: 20px;
	background: #1c5c9b url(../images/portalsButton.png) top center no-repeat;
	cursor: pointer;
	z-index: 1000 !important;
	position: absolute;
}
	
div#portalsContent {
	padding: 20px;
	height: 140px;
	width: 950px;
	background: white;
	margin: 0 auto;
	display: block;
}

#portalsContent .csc-default {
	float: left;	
	margin-left: 25px;
}

	
	
div#footer {
	margin-top: -30px;
	top: 100%;
	border-top: 1px solid #fff;
	background-color: #E0E2D5;
	height: 29px;
	position: fixed;
	width: 100%;
	display: block;
	z-index: 100;
	}
	
div#footer ul {
	margin: 0px;
	padding: 0px;	
	list-style: none;
}

div#footer img {
	vertical-align: middle;
	margin-top: -4px;
}

div#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;	
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	width: auto;
	color:#333;
}
div#footer a {
	padding: 0px 3px;	
}

div#footerContent {
	width: 1100px;
	margin: 0px auto;
} 
.footerFrame {
	margin: 0px auto;
	width: 1180px;	
	display: block;
	float: none !important;
}
div#footer .footerFrame,
div#footer .footerFrame-last {
	float:left;
	}
div#footer .footerFrame h4 { 
	margin: 0 0 1em 0;
	}
div#footer #licensebadge {
	margin-top: 3px;
	opacity: 0.3;
	}
div#topMenu ul li, div#languageMenu ul li {
	display:inline;
	padding-left:1em;
	font-size:100%;
	}

div.secondaryContentSection {
	background:#f2f2f2;
	border: 0px solid #cfcecf;
	width:300px;
	border-top:none;
	padding: 0px;
	margin:0 0 2.4em 30px;
	overflow:hidden;
	font-size:90%;
	}

div.secondaryContentSection p, div.secondaryContentSection h1, div.secondaryContentSection h2, div.secondaryContentSection h3 {
	padding: 0 10px 10px 10px;
	}


	
div#navigationFirstLevelMenu ul {
	overflow:hidden;
	margin:0 0 0 0px;
	}
div#navigationFirstLevelMenu ul li {
	display:block;
	float:left;
	margin-left:0;
	height: 40px;	
	background: url(../images/menu_separator.png) top right no-repeat;
	}
	
div#navigationFirstLevelMenu ul li img {
	padding-top: 5px;
}
	
div#navigationFirstLevelMenu ul li a {
	padding:0px 10px;
	line-height: 40px;
	vertical-align: middle;
	display:block;
	font-size: 14px;
	font-weight: bold;
	}
	
.last {
	border-right: 0px !important;	
	margin-right: 0px !important;
}

.navigationFirstLevelItems {
	padding: 20px;
	font-size: 14px;
	color: #666;
}

.navigationFirstLevelItems a {
	font-size: 13px !important;	
	color: #333 !important;	
	line-height: 22px !important;	
	padding: 0px 10px !important;	
	display: block !important;	
}
.navigationFirstLevelItems a:hover {
	text-decoration: none !important;	
	background-color: #efefef;
	color: #000;
}

.navigationFirstLevelItem ul li {
	list-style: none !important;	
	list-style-type: none !important;	
	border-bottom: 1px solid #dedede;
}

.navigationFirstLevelItem {
	float: left;
	margin-right: 30px;
}


div#breadcrumb {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:90%;
	margin-bottom: 20px;
	}
div#breadcrumb span {
	font-weight:bold;
	}
	
	
div#navigationSecondLevelMenu ul {
	line-height: 30px;
	height: 30px;
	margin-left: 12px;
	}
div#navigationSecondLevelMenu ul ul {
	border-bottom:none;
	margin-bottom:0;
	}
div#navigationSecondLevelMenu ul ul ul {
	}
div#navigationSecondLevelMenu {
	margin-left: 30px;
	}
div#navigationSecondLevelMenu li.active {
	font-weight:bold;
	}
div#navigationSecondLevelMenu li.active ul li {
	font-weight:normal;
	}
div#navigationSecondLevelMenu li.selected  {
	font-weight: bold !important;
	color: #fff !important;
	}
div#navigationSecondLevelMenu li.selected a {
	font-weight: bold !important;
	color: #fff !important;
	}
div#navigationSecondLevelMenu li.selected li {
	font-weight:normal;
	}
div#navigationSecondLevelMenu li {
	list-style-type:none;
	margin-left:0;
	float: left;
	height: 26px;
	margin-right: 20px;
	line-height: 26px;
	vertical-align: middle;
	}
div#navigationSecondLevelMenu li.active li, div#navigationSecondLevelMenu li.selected li {
	}

.browseMenu {
	font-size: 80%;
	margin-top: 30px;	
}


/*****************************/	
/* LINK COLORS AND TREATMENT */
/*****************************/
a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
div#footer a:link, div#footer a:visited {
	color:#333;
	text-decoration:none;
	}
div#footer a:hover {
	text-decoration:underline;
	}
	div#topMenu ul li a, div#languageMenu ul li a {
	color:#333 !important;
	}
div#navigationFirstLevelMenu ul li a {
	color:#fff;
	}
div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
	background:#353535;
	}
div#navigationFirstLevelMenu ul li a:hover {
	text-decoration: none;
	}
div#breadcrumb a {
	color: #5d5d5d;
	margin:0 4px;
	}
div#breadcrumb span {
	margin:0 4px;
	}
div#navigationSecondLevelMenu ul li a {
	color:#7fcca5;
	}
div#navigationSecondLevelMenu ul li a:hover {
	color:#ccc;
	text-decoration: none;
	}
div#header h1 a {
	color:#fff;
	text-decoration: none;
	}

.navigationFirstLevelAct {
	background-color: 	#666;
}

.catimg {
	float: left;
	margin: 20px;	
}


/******************/
/* FONT TREATMENT */
/******************/
body {
	font: 80%/1.6em Verdana, Geneva, sans-serif;
	color:#333;
	}
div#mainContent {
	font-size:105%;
	}
h1, h2, h3 {
	font-weight:bold;
	margin:0.5em 0 0.5em 0 ;
	color: #1c5c9b;
	}
h2, h3 {	
	color: #333;
}

h1 {
	font-size:140%;
	}
div#header h1 {
	color:#fff;
	font: 400% Georgia, "Times New Roman", Times, serif;
	color: #f2f2f2;
	margin-left:20px;
	position:absolute;
	font-style:italic;
	}
div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
	color:#fff;
	background:#494949;
	padding: 6px 10px;
	margin:0 0 1em 0px;
	width:300px;
	}
h2 {
	font-size:130%;
	}
h3 {
	font-size:115%;
	}
h4, h5 {
	font-size:105%;
	font-weight: bold;
	}
.csc-frame-frame1 { 
	color:#353535;
	}
p {
	margin-bottom:1em;
	}
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #ccc;
	}
div#footer {
	color:#ccc;
	}
div#navigationSecondLevel h2 {
	margin-left: 12px;
	padding-top:12px;
	}



/*************/
/* SEARCHBOX */
/*************/
div#headersearch input.inputText {
	width:100px;
	}
div#headersearch input#inputText {
	float: left;
	padding: 5px 0 2px 4px;
	margin: 2px 0 0 20px;
	border: 0;
	width: 150px;
	background: none;
	color:#515151;
	}
div#headersearch input.inputButton {
	float: right;
	margin: 3px 4px 0 0;
	cursor: pointer;
	}
	
#inputButton {
	padding-top: 5px;
}
	
div#headersearch legend {
	display:none;
	}

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	display:inline; 
	margin-right:5px;
	}
.tx-indexedsearch-redMarkup {
	font-weight: bold;
	}
.tx-indexedsearch .tx-indexedsearch-title {
	background: #e5e5e5; 
	padding: 1px 5px;
	}
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
	float:left;
	}
dl.tx-indexedsearch-info {
	font-size:80%;
	color: #999;
	text-transform:uppercase;
	line-height:1.4em;
	}
dt.item-crdate, dt.item-mtime, dt.item-path {
	font-weight:bold;
	}
div.tx-indexedsearch-res {
	margin-bottom:2em;
	}
.tx-indexedsearch td {
	padding:2px;
	}
.tx-indexedsearch .tx-indexedsearch-searchbox {
	}
input#tx-indexedsearch-searchbox-sword {
	width:250px;
	}
.tx-indexedsearch select {
	width:156px;
	}
.tx-indexedsearch label {
	display:block;
	margin-top:1em;
	text-transform:uppercase;
	font-size:90%;
	}
.tx-indexedsearch legend {
	display:none;
	}
.tx-indexedsearch-search-submit {
	padding:1em 0;
	}


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
	margin-bottom: 0;
	}
.news-list-subheader p {
	display:inline;
	}
.news-list-item {
	padding: .4em 0 1em;
	clear:both;
	}
.news-list-container img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-single-img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-list-category {
	font-size: 90%;
	}

#tx_felogin_loginform  label {
	margin: 10px 0px;
}
	
#tx_felogin_loginform  label {
	display: block;
	width: 100px;
	float: left;
	line-height: 1.5em;
	margin: 0px;
}


.news-image {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 200px;
}

.news-content {
	float: right;
	width: 370px;
}

.news-detail-img {
	float: right;
	margin: 0 0 10px 10px;
}

#user {
	float: left;
}

#pass {
	float: left;
}

.clear:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clear { /* Hide from IE Mac \*/
	display:inline-block;
}
 
.clear { /* End hide from IE Mac */
	display:block;
}

.calendarPopup {
	position: relative;
	margin-left: 10px;
	float: left;
}


.calendarPopupInner {
	z-index: 1100;
}

#rglbCenter, #rglbBottom {
    z-index: 20000 !important;
}

.thumbnail {
	float: left;	
	cursor: pointer;
}

.zimmerpreise {
	width: 550px;
}

