/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Hotel Salzburg                    *
 * Type: screen                               *
 **********************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747679;
	background: #cc0e0e url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer {
	clear: both;
}

#containerSite {
	width: 960px;
	margin: 0 auto 20px auto;
}


/*  Main Navigation  */
#containerMainNav {
	height: 89px;
	margin: 0;
	padding: 63px 0 0 0;
	background: url(../img/layout/bg_contMainNav.jpg) no-repeat top left;
}
/*  END Main Navigation  */





#containerHeaderImg {
	background: #fff;
	padding: 10px;
	margin: 0 10px 10px 0;
	float: left;
}

#containerHeaderSidebar {
	width: 237px; /* IE6 Bug */
	overflow: hidden;
}

#containerHeaderSidebar #containerAccordion {
	height: 337px;
	background: #cc0e0e;
	overflow: hidden;
}
#containerHeaderSidebar #containerAccordion .accHead {
	display: block;
	background: url(../img/layout/bg_accHeader.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	line-height: 59px;
	text-transform: uppercase;
	height: 59px;
	padding: 0px 0 0 21px;
	cursor: pointer;
}
#containerHeaderSidebar #containerAccordion .accHead:hover {}
#containerHeaderSidebar #containerAccordion a.selected {
	display: block;
	background-image: none;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #747679;
	line-height: 59px;
	text-transform: uppercase;
	height: 59px;
	padding: 0px 0 0 21px;
}

#containerHeaderSidebar #containerAccordion .accContent {
	background: #cc0e0e;
	/*padding: 15px 20px;*/
	height: 160px;
	overflow: hidden;
}

#containerHeaderSidebar .accContentInner {
    padding: 0px 15px 10px 15px;
}

#containerContentWrap {
	clear: both;
	background: #fff;
	padding: 29px 22px 29px 23px;
}

#containerContent {
	width: 710px;
	float: left;
}

#contentSidebar {
	/*margin-left: 710px;*/
	float: right;
}

#contentSidebar #containerLangNav {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

#contentSidebar #containerLangNav h4 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747679;
	text-transform: uppercase;
	margin-right: 10px;
}
#contentSidebar #containerLangNav a img {
	border: none;
	margin-right: 5px;
}

#contentSidebar #containerShortcutNav {
	clear: both;
	padding-top: 20px;
}
#contentSidebar #containerShortcutNav ul,
#contentSidebar #containerShortcutNav li {
	padding: 0;
	margin: 0;
}
#contentSidebar #containerShortcutNav ul {
	padding-left: 20px;
}
#contentSidebar #containerShortcutNav li {
	padding-bottom: 5px;
}
#contentSidebar #containerShortcutNav li a {
	color: #6c6d71;
	text-decoration: none;
	border-bottom: 1px solid #aeafb1;
}
#contentSidebar #containerShortcutNav li a:hover {
	color: #333;
}
#contentSidebar #containerShortcutNav li.red {
	list-style-image: url(../img/layout/sb_bullet_red.gif);
}
#contentSidebar #containerShortcutNav li.space {
	list-style: none;
	list-style-image: none;
}
#contentSidebar #containerShortcutNav li.green {
	list-style-image: url(../img/layout/sb_bullet_green.gif);
}

#contentSidebar #containerBanner {
	padding-top: 20px;
}
#contentSidebar #containerBanner .sidebarBanner {
	text-align: center;
}
#contentSidebar #containerBanner .sidebarBanner a img {
	border: 1px solid #d9d9da;
	margin-bottom: 10px;
}


#containerContent #contentNuggets {
	width: 327px;
	float: left;
}
#containerContent #contentNuggets .nuggetBox {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d8d8e;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}
#containerContent #contentNuggets .nuggetBox img {
	float: left;
	margin: 0 10px 5px 0;
	border: none;
}
#containerContent #contentNuggets .nuggetBox h1 {
	font-size: 12px;
	color: #626365;
	background: url(../img/layout/sb_bullet_red.gif) no-repeat 0 3px;
	margin: 0 0 0 70px;
	padding: 0 0 10px 20px;
}
#containerContent #contentNuggets .nuggetBox p {
	display: inline;
	margin: 0;
	padding: 0;
}

#containerContent #contentMain {
	padding: 0 23px 0 0;
}
#containerContent #contentMain a {
	color: #747679;
	text-decoration: none;
	border-bottom: 1px solid #cc0e0e;
}
#containerContent #contentMain a:hover {
	color: #cc0e0e;
}

#containerContent #contentMain #contentStartpage {
	padding: 25px;
	border: 1px solid #ddd;
	margin: 0 0 0 352px;
}
#containerContent #contentMain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #cc0e0e;
	padding: 0;
	margin: 0 0 20px 0;
}

#containerContent #contentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	color: #747679;
}
#containerContent #contentMain h3,
#containerContent #contentMain h4,
#containerContent #contentMain h5,
#containerContent #contentMain h6 {
    font-size: 11px;
    font-weight: bold;
}

#containerContent #contentMain img.imgLeft {
	float: left;
	padding: 5px;
	border: 1px solid #d9d9da;
	margin: 0 20px 20px 0;
}

#containerContent #contentMain img.imgBig {
	padding: 5px;
	border: 1px solid #d9d9da;
	margin: 0 20px 20px 0;
}

table.contentTable {
	width: 98%;
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 10px;
}
table.contentTable td {
	border: 1px solid #fff;
	padding: 4px;
}
table.contentTable td.head,
table.contentTable td.headFirst {
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background: #840c0d;
	color: #fff;
}
table.contentTable td.head {
	padding: 5px;
	text-align: center;
}
table.contentTable td.content,
table.contentTable td.contentFirst {
	padding: 4px 4px 4px 15px;
	background: #e3e2e2;
	color: #505050;
}
table.contentTable td.content strong,
table.contentTable td.contentFirst strong {
    font-family: Arial;
    font-size: 10px;
}
table.contentTable td.content {
	padding: 4px;
	text-align: center;
}
table.contentTable tbody tr:hover td {
	background: #f4f4f4;
}

#containerFooter {
	clear: both;
	padding: 26px 28px 0 109px;
	height: 60px;
	background: #e5e6e7 url(../img/layout/footer_logo.jpg) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b9a9a;
}
#containerFooter a {
	color: #9b9a9a;
	text-decoration: none;
}
#containerFooter #footerInfo {
	border-bottom: 1px solid #c9cacb;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#containerFooter #footerNav {
	float: left;
	width: 50%;
}
#containerFooter #footerNav a {
	font-weight: bold;
	text-transform: lowercase;
}
#containerFooter #copyright {
	text-align: right;
}


#containerSubNav {
	clear: both;
	margin-top: 20px;
}
#containerSubNav h1 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 26px;
	background: #cc0e0e;
	margin-bottom: 1px;
}
#containerSubNav ul,
#containerSubNav ul#subNavList ul,
#containerSubNav ul#subNavList li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#containerSubNav ul#subNavList li a {
	display: block;
	padding: 0 0 0 33px;
	line-height: 20px;
	font-size: 10px;
	color: #505050;
	text-decoration: none;
	background: #ebebeb url(../img/layout/subNav_bullet.gif) no-repeat 21px 7px;
	margin: 1px 0;
}
#containerSubNav ul#subNavList li a:hover {
	background-color: #f6f6f6;
}
#containerSubNav ul#subNavList li a.subNavLinkActive,
#containerSubNav ul#subNavList li a.subNavLinkActive:hover {
	background: #f6f6f6 url(../img/layout/subNav_bulletLeft.gif) no-repeat 21px 7px;
	font-weight: bold;
}
#containerSubNav ul#subNavList li a.subNavLinkActiveSub,
#containerSubNav ul#subNavList li a.subNavLinkActiveSub:hover {
	background: #f6f6f6 url(../img/layout/subNav_bulletDown.gif) no-repeat 19px 10px;
	font-weight: bold;
}
#containerSubNav ul#subNavList li ul.subSubList {
	background: #f6f6f6;
}
#containerSubNav ul#subNavList li ul.subSubList li a {
	background: #f6f6f6;
	background-image: none;
	font-size: 10px;
	color: #787878;
}
#containerSubNav ul#subNavList li ul.subSubList li a:hover,
#containerSubNav ul#subNavList li ul.subSubList li a.subSubNavLinkActive,
#containerSubNav ul#subNavList li ul.subSubList li a.subSubNavLinkActive.hover {
	color: #505050;
}


.pauschalenBox {
	width: 300px;
	margin: 10px 20px 10px 0px;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
	background: #F6F6F6;
	float: left;
}
.pauschalenBox img {
	display: block;
	width: 300px;
	overflow: hidden;
	border: none;
}
.pauschalenBox .pauschalenHeadline {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 26px;
	background: #cc0e0e;
	margin-bottom: 1px;
	border-top: 1px solid #fff;
}
.pauschalenBox p {
	padding: 10px 10px 0 10px;
}

/*  ACC CapCorn  */
.accContentInner {
    color: #fff;
}
.accContentInner form {
    padding: 0;
    margin: 0;
}
.accContentInner h6 {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
}
.accContentInner input,
.accContentInner select,
.accContentInner option {
    font-size: 10px;
    border: 1px solid #fff;
    padding: 0px;
}
.labelHead {
    display: block;
    margin-bottom: 4px;
    margin-top: 8px;
    font-weight: bold;
}
.labelNight {
    padding-left: 3px;
}
.anfrageBtn {
    margin-top: 5px;
    background: #fff;
    color: #747679;
    font-weight: bold;
}

.replacedContent {
	display: none;
}



/* SIMPLE GALLERY */
.tx-qlsimplegallery-pi1 {
    width: 585px;
}

.ql_simple_gallery-pageNav
{
	background:#CC0E0E;
	color:#fff;
	height:20px;
	padding: 3px 10px 0 10px;
	margin-bottom:6px;
	font-size:11px;
	width:95%;
}

.ql_simple_gallery-pageNav a
{
	text-decoration:underline !important;
	color: #fff !important;
	font-weight: bold;
}

.ql_simple_gallery-pageNav a:hover
{
	text-decoration:none !important;
}

.ql_simple_gallery-backLink
{
	width:25%;
	float:left;
}

.ql_simple_gallery-nextLink
{
	width:25%;
	float:left;
	text-align:right;
}

.ql_simple_gallery-pageNumbers
{
	width:50%;
	float:left;
	text-align:center;
}

.ql_simple_gallery_box
{
	width:176px;
	height:190px;
	background:#F6F6F6;
	padding:5px 5px 10px 5px;
	float:left;
	margin:0 6px 6px 0;
}
.ql_simple_gallery_small {
	width: 120px;
	height: 120px;
}

.ql_simple_gallery_box a img
{
	border:none !important;
	text-decoration:none;
	background:none !important;
}

.ql_simple_gallery_image img
{
	text-align:center;
}

.ql_simple_gallery_box a
{
	border:none !important;
	background:none !important;
}

.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;
}
.clearer {
    clear: both;
}
/* SIMPLE GALLERY ENDE */


.customPagesFrame { height: 1500px; }
#page_37 .customPagesFrame { height: 8500px; }
#page_36 .customPagesFrame { height: 3500px; }
#page_35 .customPagesFrame { height: 2500px; }
#page_34 .customPagesFrame { height: 2500px; }
#page_86 .customPagesFrame { height: 2500px; }
#page_83 .customPagesFrame { height: 2500px; }





