@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	background: #fff url(../img/layout/bg_body.jpg) repeat-x top;
}

.clearer {
	clear: both;
}

#containerSite {
	background: url(../img/layout/bg_containerSite.gif) no-repeat top left;
	width: 964px;
	margin: 0 auto 0 auto;
}

#containerHeader {
	height: 133px;
}

#containerTopNav {
	width: 700px;
	float: right;
	color: #b8682f;
	text-align: right;
	padding-top: 14px;
	height: 30px;
}
#containerTopNav a.topNavLink {
	color: #b8682f;
	text-decoration: none;
	padding: 4px 10px;
	background: url(../img/layout/topNav_dotted.gif) repeat-y right;
}
#containerTopNav a.topNavLink:hover {
	text-decoration: underline;
}
#containerTopNav a.langLink {
	padding: 5px 0 0 10px;
}
#containerTopNav a.langLink img {
	border: none;
}

#containerLogo a.logo {
	display: block;
	height: 0px;
	width: 254px;
	padding-top: 129px;
	overflow: hidden;
	text-decoration: none;
	background: url(../img/layout/logo.gif) no-repeat top left;
}

#containerFlashHeader {
	width: 660px;
	height: 325px;
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 50%;
	margin-left: -212px;
	padding: 5px 9px 12px 25px;
	background: url(../img/layout/bg_header.jpg) no-repeat top left;
}
#containerBreadcrump {
	padding: 15px 9px 0 9px;
	color: #d4d4d4;
}
#containerBreadcrump a {
	color: #d4d4d4;
	text-transform: uppercase;
	text-decoration: none;
}

#containerSidebar {
	width: 270px;
	position: absolute;
	z-index: 5;
	top: 133px;
	left: 50%;
	margin-left: -482px;
	background: url(../img/layout/bg_sidebar.jpg) no-repeat top left;
	padding-top: 34px;
}

#containerSidebar #containerMainNav {
	padding-right: 17px;
}
#mainNav,
#mainNav li,
.subNav,
.subNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li {
	margin-bottom: 1px;
}

#mainNav li a.mainNavLink,
#mainNav li a.mainNavLinkActive {
	text-decoration: none;
	background: url(../img/layout/bullet_mainNav.gif) no-repeat 22px 10px;
	padding-left: 52px;
	font-size: 12px;
	color: #787878;
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	width: 201px;
	height: 24px;
}
#mainNav li a.mainNavLink:hover,
#mainNav li a.mainNavLinkActive,
#mainNav li a.mainNavLinkActive:hover {
	background: #e8e8e8 url(../img/layout/bullet_mainNav.gif) no-repeat 22px -20px;
	color: #57361f;
	font-weight: bold;
}

.subNav {
	background: #ececec;
	margin: 1px 0;
	padding: 4px 0;
}

.subNav li a.subNavLink,
.subNav li a.subNavLinkActive {
	display: block;
	color: #7c7c7c;
	padding-left: 52px;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	width: 201px;
	height: 20px;
}
.subNav li a.subNavLink:hover,
.subNav li a.subNavLinkActive,
.subNav li a.subNavLinkActive:hover {
	color: #4a4949;
}

#containerQuickAnfrage {
	padding: 0 35px 0 12px;
	margin-top: 110px;
}
#containerQuickAnfrage form#formQuickAnfrage {
	display: block;
	background: url(../img/layout/bg_quickAnfrage.jpg) no-repeat top left;
	height: 93px;
	padding: 30px;
}

#containerQuickAnfrage form#formQuickAnfrage .quickAnfrageFormField {
	width: 142px;
	height: 13px;
	padding: 2px;
	background: #f2f2f2;
	border: 1px solid #e1e0e0;
	color: #545454;
	font-size: 10px;
}
.quickAnfrageCal {
	margin-left: 6px;
}

#containerContent {
	background: #fff url(../img/layout/bg_containerContent.jpg) repeat-x top;
	clear: both;
	padding: 285px 0px 0px 271px;
}

#containerContent #quickNav {
	width: 180px;
	height: 180px;
	padding: 18px;
	float: right;
}
#containerContent #quickNav a.quickNavLink {
	display: block;
	border-bottom: 1px solid #f1eeea;
	font-size: 12px;
	color: #545454;
	padding: 0 0 3px 30px;
	text-decoration: none;
	margin-bottom: 10px;
	background: url(../img/layout/bullet_quickNav.gif) no-repeat left;
}

#content {
	padding: 18px 18px 0px 35px;
	font-size: 12px;
	line-height: 17px;
	color: #787878;
	min-height: 400px;
}

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

#content h1 {
	color: #401d0a;
	font-size: 16px;
	padding: 0px;
	margin: 0 0 15px 0;
}
#content h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0 0 10px 0;
}
#content p {
	padding: 0;
	margin: 10px 0 15px 0;
}

#content img.imgRight {
	float: right;
	margin: 0 0 18px 18px;
}

#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: #411b04;
}
#content table.contentTable thead tr td {
	color: #fff;
	font-weight: bold;
	border: none;
}
#content table.contentTable tbody tr {
	background: #e8e8e8;
}
#content table.contentTable tbody td {
	color: #4a4949;
}
#content table.contentTable tbody tr:hover {
	background: #c7c7c7;
}
#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: 166px;
}
#content #anfrageFormular textarea.formFieldTextarea {
	border: 1px solid #c5c5c5;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	width: 90%;
}


#containerFooter {
	width: 934px;
	margin: 0 auto 0 auto;
	background: #efe6de;
	color: #c0a89b;
	padding: 20px 15px;
}
#containerFooter a {
	color: #c0a89b;	
}
#containerFooter #footerCopyright {
	width: 67px;
	float: right;
}
#containerFooter #footerCopyright img {
	border: none;
}


