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

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

.clearer {
	clear: both;
}

#containerSite {
	margin: 0 auto 0 auto;
	width: 958px;
}

#containerLangNav {
	width: 100%;
}
#containerLangNavInner {
	height: 25px;
	width: 167px;
	background: url(../img/layout/dotted_hLine_langNav.gif) repeat-x bottom left;
	margin: 0 0 13px 7px;
	padding-top: 15px;
}
#containerLangNav a {
	display: block;
	font-size: 11px;
	color: #878787;
	padding: 3px 3px 3px 26px;
	background: url(../img/layout/flag_en.jpg) no-repeat 2px 5px;
	text-decoration: none;
}
#containerLangNav a:hover {
	background: url(../img/layout/flag_en.jpg) no-repeat 2px -15px;
}
#containerLangNav a.de {
	background-image: url(../img/layout/flag_de.jpg);
}

#containerSiteInner {
	background: #fff url(../img/layout/bg_containerSiteInner.jpg) repeat-y top left;
}

#left {
	width: 188px;
	min-height: 400px;
}
#right {
	float: right;
	width: 770px;
}


#containerLeftHead {
	height: 230px;
	background: #eaeaea;
	padding: 26px 0 0 0;
}
#containerLeftHead a img {
	border: none;
}

#logoNav {
	text-align: center;
	padding: 3px 0 0 0;
}
#logoNav,
#logoNav a {
	color: #9a9a9a;
	font-size: 11px;
	text-decoration: none;
}
#logoNav a:hover {
	text-decoration: underline;
}

#containerSubNav {
	padding: 18px 0 0 8px;
}

#subNav,
#subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#subNav li a {
	display: block;
	border-left: 6px solid #920010;
	background: #d8d8d8;
	padding: 10px 0 10px 12px;
	margin-bottom: 2px;
	color: #383838;
	text-decoration: none;
}
#subNav li a:hover {
	background: #cccccc;
}



#containerShortcutNav {
	padding: 25px 13px 0 8px;
}

#shortcutNav,
#shortcutNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#shortcutNav li a {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0 5px 20px;
	margin-bottom: 2px;
	color: #888;
	text-decoration: none;
	background: url(../img/layout/bullet_shortcutNav.gif) no-repeat 2px 10px;
}
#shortcutNav li a:hover {
	color: #383838;
}

#containerSidebarContent {
	padding: 25px 13px 25px 8px;
}


#containerMainNav {
	height: 61px;
	background: #eaeaea;
	border-bottom: 4px solid #920010;
}

#containerMainNav a {
	display: block;
	float: left;
	background: url(../img/layout/bg_mainNavButton.jpg) no-repeat top right;
	text-decoration: none;
	color: #646464;
	padding: 25px 26px 20px 26px;
	margin: 0 1px;
}
#containerMainNav a:hover,
#containerMainNav a.mainNavLinkActive,
#containerMainNav a.mainNavLinkActive:hover {
	color: #fff;
	background: url(../img/layout/bg_mainNavButton.jpg) no-repeat bottom right;
}
#containerMainNav a:first-child {
	padding-left: 42px;
}
#containerMainNav a:last-child {
	padding-right: 42px;
}

#containerHeader {
	clear: both;
	margin-top: 1px;
	width: 770px;
}

#containerHeader #headerContent {
	width: 450px;
	height: 75px;
	background: url(../img/layout/bg_black_35.png);
	color: #fff;
	position: absolute;
	top: 421px;
	margin-left: 10px;
	padding: 38px 50px 25px 38px;
	z-index: 20;
	font-size: 12px;
}
#containerHeader #headerContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}

#containerHeader #headerAcc {
	width: 195px;
	height: 205px;
	position: absolute;
	top: 354px;
	z-index: 30;
	margin-left: 565px;
	overflow: hidden;
}
#containerHeader #headerAcc .accHead {
	display: block;
	line-height: 28px;
	color: #fff;
	background: #930103 url(../img/layout/bg_plus.gif) no-repeat right;
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	cursor: pointer;
}
#containerHeader #headerAcc .selected {
	display: none;
}
#containerHeader #headerAcc .accContent {
	background: url(../img/layout/bg_white_75.png);
	height: 138px;
	overflow: hidden;
	font-size: 12px;
	padding: 0;
	color: #3e3e3e;
	margin: 9px 0 0 0;
}
#containerHeader #headerAcc .accContent .accContentInner {
	padding: 14px;
}

#containerHeader #headerQuickAnfrage {
	width: 168px;
	height: 110px;
	background: #fff;
	position: absolute;
	z-index: 20;
	top: 305px;
	margin-left: 588px;
	padding: 14px 0 0 14px;
	font-size: 10px;
	color: #3e3e3e;
}

#headerQuickAnfrage td,
#headerAccQuickAnfrage td {
	vertical-align: top;
}

#headerQuickAnfrage label,
#headerAccQuickAnfrage label {
	font-weight: bold;
	text-transform: uppercase;
}

#headerAccQuickAnfrage label {
	font-weight: normal;
}
#headerQuickAnfrage .quickAnfrageField,
#headerAccQuickAnfrage .quickAnfrageField {
	width: 144px;
	height: 17px;
	border: 1px solid #c5c3c3;
	color: #545454;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#headerAccQuickAnfrage .quickAnfrageField {
	width: 134px;
	margin-bottom: 3px;
}


#containerBreadcrump {
	font-size: 11px;
	color: #c4c4c4;
	padding: 28px 20px 0 48px;
}

#containerBreadcrump a {
	font-size: 11px;
	text-decoration: none;
	color: #c4c4c4;
}
#containerBreadcrump a:hover {
	text-decoration: underline;
}


#content {
	padding: 28px 20px 20px 48px;
	font-size: 13px;
}

#content h1 {
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	color: #930103;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
}
#content h2 {
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-weight: normal;
}

#content a {
	color: #930103;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#content img.imgRight {
	float: right;
	padding: 3px;
	border: 1px solid #d8d8d8;
	margin: 0 0 30px 30px;
}
#content img.imgLeft {
	float: left;
	padding: 3px;
	border: 1px solid #d8d8d8;
	margin: 0 30px 30px 0;
}
#content img.imgBig {
	padding: 3px;
	border: 1px solid #d8d8d8;
	margin: 0 0 20px 0;
}



#content table.contentTable {
	border-collapse: collapse;
	margin: 10px 0 15px 0;
}
#content table.contentTable td {
	padding: 4px;
	text-align: center;
	border: 1px solid #fff;
}
#content table.contentTable td.first {
	text-align: left;
}
#content table.contentTable thead tr {
	background: #920010;
}
#content table.contentTable thead tr td {
	color: #fff;
	font-weight: bold;
	border: none;
}
#content table.contentTable tbody tr {
	background: #e2e0e0;
}
#content table.contentTable tbody td {
	color: #4a4949;
}
#content table.contentTable tbody tr:hover {
	background: #c5c5c5;
}
#content table.contentTable tbody tr:hover td {
	color: #4a4949;
}

#content #anfrageFormular {
	font-size: 11px;
}
#content #anfrageFormular .formFieldAnfrage {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin: 4px 5px 0px 0px;
	font-size: 11px;
	width: 90%;
}
#content #anfrageFormular input.plz {
	width: 35px;
}
#content #anfrageFormular input.ort {
	width: 203px;
}
#content #anfrageFormular textarea.formFieldTextarea {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	width: 90%;
}

#containerFooter {
	clear: both;
	background: #e6e6e6;
	height: 91px;
	margin-top: 45px;
	padding: 25px 25px 0 25px;
}
#containerFooter #footerLogo {
	width: 124px;
	float: left;
}
#containerFooter #footerLogo a {
	display: block;
	width: 124px;
	height: 0px;
	padding-top: 89px;
	font-size: 9px;
	text-decoration: none;
	border: none;
	background: url(../img/layout/footer_logo.gif) no-repeat top left;
	overflow: hidden;
}
#containerFooter #footerInfo {
	font-size: 11px;
	color: #939393;
	margin-left: 164px;
	padding-top: 20px;
}
#containerFooter #footerInfo a {
	text-decoration: none;
	color: #939393;
}
#containerFooter #footerInfo a:hover {
	text-decoration: underline;
}
#containerFooter #footerCopyright {
	text-align: right;
}
#containerFooter #footerCopyright img {
	border: none;
}
