/**********************************************

 * CONECTO Business Communication GmbH        *

 * Project: ----------------------            *

 * Type: screen                               *

 **********************************************/

@import url(default.css);

body {

	padding: 0;

	margin: 0;

	font-family: Arial, Helvetica, sans-serif, Verdana;

	font-size: 11px;

	line-height: 14px;

	color: #5c4a42;

	background: url(../img/layout/bg_body.gif) repeat-x top left;

}

.clearer { clear: both; }

#containerSite {	
	width: 972px;

	margin: 9px auto 50px auto;

	position: relative;

	background: url(../img/layout/bg_containerSite.gif) repeat-y top left;

}

#containerHeader {

	background: url(../img/layout/bg_containerHeader.gif) no-repeat top left;

	height: 404px;

	overflow: hidden;

	padding: 5px;

}

	#headerLeft {

		position: absolute;

		top: 82px;

		left: 6px;

		width: 360px;

		height: 322px;

		overflow: hidden;

		background: url(../img/layout/bg_headerLeft.jpg) no-repeat top left;

	}

		#headerLeftInner {

			width: 360px;

			height: 322px;

			overflow: hidden;

			position: relative;

		}

		#langNav {

			color: #8d2640;

			font-size: 11px;

			text-transform: uppercase;

			position: absolute;

			top: 4px;

			left: 8px;

		}

		#langNav a {

			text-decoration: none;

			color: #dfdfdf;

		}

		#langNav a:hover {

			color: #fff;

			text-decoration: underline;

		}

		

		#quickAnfrage {

			position: absolute;

			width: 203px;

			top: 240px;

			left: 78px;

		}
		
		#quickAnfrage #quickHomeArea {
			position: absolute; 
			top: -200px;
			left: 0;
			width: 203px; 
			height: 200px;
		}
		
		#quickAnfrage #quickHomeArea a {
			display: block;
			width: 203px; 
			height: 200px;
		}
		
		#quickAnfrage a#header-blog {
			position: absolute; 
			top: -240px;
			left: 180px;	
		}

		#quickAnfrage .dateRow {

			padding: 0px 4px;

			background: #fff url(../img/layout/icon_cal.gif) no-repeat 185px 3px;

			margin-bottom: 2px;

			color: #5c4a42;

		}

		#quickAnfrage .dateRow input {

			border: none;

			padding: 0;

			margin: 0;

			font-size: 11px;

			height: 16px;

			padding: 2px 0;

			color: #5c4a42;

		}

		#quickAnfrage input.submitBtn { margin-top: 6px; }

	

	#headerRight {

		position: absolute;

		top: 82px;

		left: 376px;

		width: 590px;

		height: 322px;

		overflow: hidden;

	}

	

	#containerMainNav {

		background: url(../img/layout/bg_containerMainNav.jpg) no-repeat top left;

		height: 66px;

		overflow: hidden;

		padding: 0 1px;

	}

		#mainNavList { float: left; }

		#mainNavList li {

			/*display: block;*/            

			float: left;

            _width: 1px; /*ie6*/

			height: 54px;

			border-left: 1px solid #f38fa9;

			border-right: 1px solid #611125;

		}

		#mainNavList li:first-child { border-left: none; }

		#mainNavList li:last-child { border-right: none; }

		#mainNavList li a {

			display: block;

			color: #fff;

			font-size: 12px;

			font-weight: bold;

			text-decoration: none;

			text-align: center;

			text-transform: uppercase;

			padding: 32px 0 0 0;

			height: 23px;

			overflow: hidden;

			margin-top: 1px;

            white-space: nowrap;

		}

		#mainNavList li a.active,

		#mainNavList li a:hover {

			background: url(../img/layout/bg_mainNavAct.gif) repeat-x top left;

		}

#containerContent {

	margin: 0 6px;

	position: relative;

}

	#content {

    	padding-left: 370px;

	}

	#content #contentInner {

		padding-right: 22px;

		padding-bottom: 10px;

	}

	

	#content .pageHeadline {

		position: relative;

		margin-bottom: 10px;

	}

	#content .pageHeadline h1 {

		font-size: 18px;

		font-weight: normal;

		color: #661227;

		line-height: 24px;

		padding: 8px 55px 8px 25px;

		background: #f2edec url(../img/layout/bullet_pageHeadline.gif) no-repeat bottom left;

	}

	#content .pageHeadline .btnPring {

		width: 16px;

		height: 14px;

		overflow: hidden;

		position: absolute;

		top: 14px;

		right: 12px;

	}

	#content .pageHeadline .btnPring a img { border: none; }

	

	#content a {

		color: #5c4a42;

		text-decoration: underline;

	}

	#content a:hover { text-decoration: none; }

	#content ul {

		padding-left: 20px;

		margin: 0 0 15px 0;

	}

	#content ul li {

		list-style-image: url(../img/layout/bullet_content_list.gif);

		margin-left: 20px;

	}

	#content p {

		margin: 0 0 15px 0;

	}

	#content h1 {

		font-size: 18px;

		font-weight: normal;

		color: #661227;

		line-height: 24px;

		padding: 8px 55px 8px 25px;

		background: #f2edec url(../img/layout/bullet_pageHeadline.gif) no-repeat bottom left;

		margin: 15px 0 10px 0;

	}

	#content h2 {

		margin: 0 0 15px 0;

		font-weight: normal;

		font-size: 14px;

	}

	#content h3{

		margin: 0 0 15px 0;

		font-weight: bold;

		font-size: 12px;

	}

	#content .imgRight {

		width: 208px;

		margin-left: 25px;

		float: right;

	}

	#content .imgRight img {

		background: #fff;

		padding: 1px;

		border: 5px solid #be4c6e;

		margin-bottom: 15px;

	}

	#content .imgLeft {

		width: 208px;

		margin-right: 25px;

		float: left;

	}

	#content .imgLeft img {

		background: #fff;

		padding: 1px;

		border: 5px solid #be4c6e;

		margin-bottom: 15px;

	}

	

	#content .imgBig {

		width: 100%;

		margin-bottom: 15px;

	}

	#content .imgBig img {

		background: #fff;

		padding: 1px;

		border: 5px solid #be4c6e;

	}

	

	#content .imgThree {  }

	#content .imgThree img {

		background: #fff;

		padding: 1px;

		border: 5px solid #be4c6e;

		display: block;

		float: left;

		margin-right: 11px;

		margin-bottom: 15px;

	}

	#content .imgThree img.imgLast {

		margin-right: 0px;

	}

	
	#content .partnerBox {
		width: 182px;
		height: 170px;
		float: left;
		margin: 0 0 5px 5px;
		overflow: hidden;
	}
	#content .partnerBox table.partnerImg td {
		width: 170px;
		height: 130px;
		vertical-align: middle;
		text-align: center;
		padding: 1px;
		background: #fff;
		border: 5px solid #be4c6e;
	}
	#content .partnerBox .partnerText {
		text-align: center;
		padding-top: 10px;
	}

	#content #nuggetContainerStartseite {}

	#content #nuggetContainerStartseite .nuggetEntry {

		width: 190px;

		height: 282px;

		overflow: hidden;

		float: left;

		margin-left: 10px;

		margin-bottom: 10px;

	}

	#content #nuggetContainerStartseite .nuggetEntry:first-child { margin-left: 0px; }

	#content #nuggetContainerStartseite .nuggetEntry img { border: none; }

	#content #nuggetContainerStartseite .nuggetEntry .nuggetText {

		height: 46px;

		margin-top: 1px;

		background: url(../img/layout/bg_nuggetStartseite.jpg) repeat-x top left;

		color: #e1afb3;

		font-weight: bold;

		text-align: center;

		padding-top: 22px;

	}

	#content #nuggetContainerStartseite .nuggetEntry .nuggetText h4 {

		text-transform: uppercase;

		color: #f7dabc;

	}

	

	#content .guestbookContainerEntries {

		margin.top: 50px;

	}

	

	#content .guestbookEntry {

		margin: 25px 0;

		border-bottom: 1px solid #F2EDEC;

	}

	#content .guestbookEntry h2 {

		margin-bottom: 5px;

	}

	#content .guestbookEntry .guestbookSubline {

		margin-bottom: 15px;

	}

	

	#containerContent table.contenttable {

		border-collapse: collapse;

		margin: 15px 0 15px 0;

		width: 100%;

	}

		#containerContent table.contenttable thead {

			font-weight: bold;

		}

		#containerContent table.contenttable thead th {

			background: #BE4C6E;

			color: #ffffff;

		}
		#containerContent table.contenttable thead th a {
			color: #fff;
			font-weight: bold;
		}

		#containerContent table.contenttable th,

		#containerContent table.contenttable td {

			border-bottom: 1px solid #d4d1d0;

			padding: 4px 8px;

			text-align: center;

		}

		#containerContent table.contenttable tr:hover td {

			background-color: #e2dede;

		}

		#containerContent table.contenttable th:first-child,

		#containerContent table.contenttable td:first-child,

		#containerContent table.contenttable th.first,

		#containerContent table.contenttable td.first {

			text-align: left;

		}

		#containerContent table.contenttable tbody td {

			background: #F2EDEC;

		}

		#containerContent table.contenttable p {

			display: inline;

			margin: 0;

			padding: 0;

		}

	
	#content #anfrageFormular { font-size: 11px; }
	#content #anfrageFormular .formFieldAnfrage {
		border: 1px solid #C5B096;
		font-size: 11px;
		margin: 4px 5px 0px 0px;
		padding: 2px;
		width: 90%;
	}
	#content #anfrageFormular input.plz {
		width: 35px;
	}
	#content #anfrageFormular input.ort {
		width: 148px;
	}
	#content #anfrageFormular textarea.formFieldTextarea {
		border: 1px solid #C5B096;
		font-size: 11px;
		margin: 4px 0px 0px 0px;
		padding: 2px;
		width: 90%;
	}

	

	#sidebar {

		position: absolute;

		top: 0px;

		left: 0px;

		width: 360px;     

		background: #f2edec url(../img/layout/bg_sidebar.gif) no-repeat bottom left;        

	}

	

		#sidebar h1 {

			margin: 15px 0 15px 0px;

			font-size: 14px;

			color: #fff;

			font-weight: bold;

			text-transform: uppercase;

			padding: 4px 15px 4px 33px;

			line-height: 18px;

			background: #962e49;

		}

		#sidebar p {

			margin: 5px 15px 15px 33px;

		}

		

		#subNav {

			margin: 0px 15px 15px 0px;

		}

		#subNav li {

			display: block;

			width: 345px;

			margin-bottom: 2px;

		}

		#subNav li a {

			display: block;

			line-height: 16px;

			font-size: 14px;

			color: #5c4a42;

			padding: 3px 15px 3px 53px;

			text-decoration: none;

			background: #fff url(../img/layout/bullet_subNav.gif) no-repeat top left;

			width: 277px;

		}

		#subNav li a.active,

		#subNav li a:hover { background-position: bottom left; }

		

		#subNav li ul#subSubNavList {

			background: #e6d7d9;

		}

		#subNav li ul#subSubNavList li { margin: 0; }

		#subNav li ul#subSubNavList li a {

			display: block;

			line-height: 16px;

			font-size: 11px;

			color: #974b5e;

			padding: 0px 15px 0px 53px;

			text-decoration: none;

			background: #e6d7d9;

			background-image: none;

			margin: 1px 0;

		}

		#subNav li ul#subSubNavList li a:hover {

			background: #d8b9bf;

		}

		#subNav li ul#subSubNavList li a.active {

			background: #d8b9bf url(../img/layout/bullet_subSubNav.gif) no-repeat right;

		}

		

		

		#sidebarNuggets {

			padding-left: 33px;

			margin-top: 30px;

		}

		#sidebarNuggets .nuggetEntry {

			width: 266px;

			height: 131px;

			background: url(../img/layout/bg_sidebarNuggetEntry.jpg) no-repeat top left;

			overflow: hidden;

			padding: 16px 14px;

			margin-bottom: 10px;

			color: #e7b5c2;

			position: relative;

		}

		#sidebarNuggets .nuggetEntry h3 {

			font-size: 12px;

			font-weight: bold;

			color: #fff;

			padding-bottom: 3px;

			border-bottom: 1px solid #bf6077;

			margin-bottom: 10px;

		}

		#sidebarNuggets .nuggetEntry h3 a {

			color: #fff;

			text-decoration: none;

		}

		#sidebarNuggets .nuggetEntry .nuggetImg {

			width: 80px;

			height: 80px;

			top: 41px;

			left: 14px;

			position: absolute;

		}

		#sidebarNuggets .nuggetEntry .nuggetText {

			padding-left: 91px;

		}

		#sidebarNuggets .nuggetEntry a.nuggetBtn {

			display: block;

			position: absolute;

			bottom: 16px;

			left: 14px;

			right: 14px;

			line-height: 17px;

			background: #c78496;

			text-align: center;

			text-decoration: none;

			color: #791c33;

		}

#containerFooter {

	background: url(../img/layout/bg_containerFooter.gif) no-repeat bottom left;

	padding: 0px 6px 11px 6px;

	/*margin-top: 10px;*/

}

	#footerInner {

		background: #f2edec;

		height: 104px;

		overflow: hidden;

		position: relative;

	}

	

	#footerLeft {

		padding: 30px 253px 30px 30px;

		font-weight: bold;

		color: #988b86;

	}

		#footerNav {

			border-bottom: 1px solid #cfc9c7;

			padding-bottom: 8px;

			text-transform: uppercase;

			font-weight: bold;

			color: #cd92a1;

			margin-bottom: 8px;

		}

		#footerNav a {

			text-decoration: none;

			color: #cd92a1;

		}

		#footerNav a:hover { text-decoration: underline; }

		#footerText a {
			color: #cd92a1;
		}
	

	#footerRight {

		position: absolute;

		top: 32px;

		right: 0px;

		width: 220px;

	}

		#footerRight a.btnPartner {

			display: block;

			background: #e2c7cd url(../img/layout/icon_arrow_footer.gif) no-repeat 20px 10px;

			line-height: 20px;

			padding: 10px 10px 10px 52px;

			font-size: 12px;

			color: #962e49;

			font-weight: bold;

			text-decoration: none;

		}

		#footerRight a.copyright {

			display: block;

			margin-top: 15px;

			margin-right: 21px;

			text-align: right;

		}

		#footerRight a.copyright img { border: none; }

		

		

		

.tx-qlsimplegallery-pi1 {

	width: 568px;

}

.ql_simple_gallery-pageNav {

	background: #BE4C6E;

	color: #fff;

	font-size: 11px;

	height: 20px;

	margin-bottom: 6px;

	padding: 3px 10px 0 10px;

	width: 95%;

}

.ql_simple_gallery-pageNav a {

	color: #fff !important;

	font-weight: bold;

	text-decoration: underline !important;

}

.ql_simple_gallery-pageNav a:hover {

	text-decoration: none !important;

}

.ql_simple_gallery-backLink {

	float: left;

	width: 25%;

}

.ql_simple_gallery-nextLink {

	float: left;

	text-align: right;

	width: 25%;

}

.ql_simple_gallery-pageNumbers {

	float: left;

	text-align: center;

	width: 40%;

}

.ql_simple_gallery_box {

	background: #C78496;

	color: #fff;

	float: left;

	height: 190px;

	margin: 0 6px 6px 0;

	padding: 5px 5px 10px 5px;

	width: 170px;

}

.tx-qlsimplegallery-pi1 .last { margin-right: 0px; }

.ql_simple_gallery_box a { color: #fff; }

.ql_simple_gallery_small {

	height: 120px;

	width: 120px;

}

.ql_simple_gallery_box a img {

	background: none !important;

	border: none !important;

	text-decoration: none;

}

.ql_simple_gallery_image img {

	text-align: center;

}

.ql_simple_gallery_box a {

	background: none !important;

	border: none !important;

	color: #fff !important;

	font-weight: bold;

}

.ql_simple_gallery_box .ql_simple_gallery_text {

	font-size: 11px;

	line-height: 14px;

	padding: 9px 5px 0;

}

.ql_simple_gallery_box .ql_simple_gallery_text a,.ql_simple_gallery_box .ql_simple_gallery_text a:hover {

}

.ql_simple_gallery_box .ql_simple_gallery_text a:hover {

	text-decoration: none;

}

/* gallery */
div.cn_gallery-albumlist div.cn_gallery-album {
	margin-bottom: 20px;
	width: 280px;
	float: left;
}

div.cn_gallery-albumlist div.cn_gallery-album p {
	padding-right: 10px;
}

div.cn_gallery-album div.pageBrowser,
div.cn_gallery-album div.pageBrowser a {
	font-size: 11px;
}

div.cn_gallery-image {
	margin-top: 20px;
}

div.cn_gallery-firstimage img {
	border: solid 5px #fff;
}

div.cn_gallery-thumbs {
	padding-top: 5px;
}

div.cn_gallery-thumb {
	float: left; 
	/*width: 80px; */
	margin: 0 3px 3px 0;
	
}

div.cn_gallery-thumb.first {
	clear: left;
}

div.cn_gallery-thumb.last {
	margin-right: 0;
}

div.cn_gallery-album-thumb img,
div.cn_gallery-thumb img {
	background:#FFFFFF none repeat scroll 0 0;
	border: 5px solid #BE4C6E;
	margin-bottom:15px;
	padding:1px;
}

div.cn_gallery-albumlist .cn_gallery-album-title,
div.cn_gallery-albumlist .cn_gallery-album-description,
div.cn_gallery-albumlist .cn_gallery-album-more {
	width: 615px; 
	float: right;
}

div.cn_gallery-albumlist .cn_gallery-thumb {
	float: left;
	width: 130px;
	margin-right: 25px;
}

.cn_gallery-back {
	display: block;
	margin-bottom: 10px;
}

.cn_gallery-download-link {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* buchungsseite */
#page_36 #content {
	height: 1200px !important;
}
