@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100.01%;*/
	font-size: 16px;
}

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background-color: #fff;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #575757;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#pageWrapper {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff url('/5_images/1_main/bg-line-h.gif') scroll repeat-x left top;
}

div#layoutWrapper {
	position: relative;
	width: 942px;
	height: auto;
	margin: auto;
	text-align: left;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 942px;
	height: 350px;
	overflow: visible;
}

div#logoWrapper {
	position: absolute;
	left: 765px;
	top: 25px;
	width: 140px;
	height: 130px;
	overflow: hidden;
	background-color: #be0000;
	z-index: 5;
}

div#logoLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 130px;
	overflow: hidden;
	z-index: 5;
}

div#logoGradientLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 130px;
	overflow: hidden;
	z-index: 3;
}

div#pageWrapper.redClass div#logoWrapper { background-color: #be0000; }
div#pageWrapper.greenClass div#logoWrapper { background-color: #679400 !important; }
div#pageWrapper.blueClass div#logoWrapper { background-color: #29487e !important; }

div#pictureLayer {
	position: absolute;
	left: 258px;
	top: 95px;
	width: 680px;
	height: 255px;
	border: 2px solid #fff;
	border-width: 0 2px 0 2px;
	z-index: 3;
}

div#typoLayer {
	position: absolute;
	left: 288px;
	top: 210px;
	width: 252px;
	height: 32px;
	z-index: 5;
}

div#nav1Wrapper {
	position: absolute;
	left: 0px;
	top: 95px;
	width: 256px;
	height: 255px;
	overflow: hidden;
	border-left: 2px solid #fff;
	background-color: #be0000;
	z-index: 7;
}

div#pageWrapper.redClass div#nav1Wrapper { background-color: #be0000; }
div#pageWrapper.greenClass div#nav1Wrapper { background-color: #679400 !important; }
div#pageWrapper.blueClass div#nav1Wrapper { background-color: #29487e !important; }

div#nav1Layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 255px;
	height: 255px;
	overflow: hidden;
	z-index: 7;
}

div#navigationLanguageLayer {
	position: absolute;
	left: 624px;
	top: 38px;
	width: 130px;
	height: 33px;
	line-height: 0;
	z-index: 7;
}

div#navGradientLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 256px;
	height: 255px;
	overflow: hidden;
	z-index: 6;
}

div#shadow1Layer { position: absolute; left: -1px; top: 0px; width: 4px; height: 95px; background: #fff url('/5_images/1_main/h_shadow-1.gif') scroll no-repeat left top; z-index: 3; }
div#shadow2Layer { position: absolute; right: -1px; top: 0px; width: 4px; height: 95px; background: #fff url('/5_images/1_main/h_shadow-2.gif') scroll no-repeat left top; z-index: 3; }
div#shadow3Layer { position: absolute; left: -1px; top: 350px; width: 4px; height: 155px; background: #fff url('/5_images/1_main/h_shadow-3.gif') scroll no-repeat left top; z-index: 3; }
div#shadow4Layer { position: absolute; right: -1px; top: 350px; width: 4px; height: 155px; background: #fff url('/5_images/1_main/h_shadow-4.gif') scroll no-repeat left top; z-index: 3; }

/* CONTENT */

div#contentWrapperOut {
	position: relative;
	width: 938px;
	height: auto:
	min-height: 300px;
	margin-left: 2px;
	margin-bottom: 25px;
	background: #fff url('/5_images/1_main/h_shadow-5.gif') scroll no-repeat left top;
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
}

div#contentWrapperIn {
	position: relative;
	width: 938px;
	height: auto:
	min-height: 300px;
	margin-top: 25px;
	padding-top: 5px;
	background: transparent url('/5_images/1_main/bg-lines-v.gif') scroll repeat-y left top;
}

div#contentWrapperOut.maxClass div#contentWrapperIn {
	background-image: url('/5_images/1_main/bg-lines-v-2.gif') !important;
}

div#contentLeftLayer {
	position: relative;
	width: 200px;
	height: auto;
	background-color: transparent;
	padding: 0 28px 0 30px;
	float: left;
}

div#nav2Layer {
	position: relative;
	background-color: transparent !important;
}

div#contentLayer {
	position: relative;
	width: 375px;
	height: auto;
	padding: 0 20px 0 30px;
	float: left;
}

div#contentWrapperOut.maxClass div#contentLayer {
	width: 615px !important;
}

div#contentRightLayer {
	position: relative;
	width: 195px;
	height: auto;
	padding: 0 29px 0 30px;
	float: left;
}

/* FOOTER */

div#footerWrapper {
	position: relative;
	width: 942px;
	height: 112px;
	font-size: 90.90%;
	overflow: visible;
}

div#footerWrapper div p {
	margin: 0;
}

div#line1Wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 942px;
	height: 55px;
	background-color: #f5f0e6;
	z-index: 5;
}

div#contactLayer {
	position: absolute;
	bottom: 18px;
	left: 32px;
	width: 750px;
	height: auto;
	z-index: 5;
}

div#optionsLayer {
	position: absolute;
	bottom: 18px;
	right: 32px;
	width: 225px;
	height: auto;
	text-align: right;
	z-index: 5;
}

div#line2Wrapper {
	position: absolute;
	top: 57px;
	left: 0px;
	width: 942px;
	height: 55px;
	background-color: #e9e5da;
	z-index: 5;
}

div#logoMontafonLayer {
	position: absolute;
	right: 35px;
	top: 8px;
	width: 84px;
	height: 42px;
	overflow: hidden;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

div#nav1Layer img {
	width: 255px;
	height: 22px;
	border: 0;
}

div.pictBorderClass {
	position: relative;
	width: 185px;
	height: 85px;
	border: 1px solid #d9d9d9;
	padding: 3px;
	margin-bottom: 10px;
}

table.quickEnquiryClass {
	width: 200px;
	border-collapse: collapse;
	empty-cells: hide;
	margin: 0 !important;
}

table.quickEnquiryClass tr td {
	padding: 0px 0px 1px 0px;
}

table.pricesClass {
	width: 100%;
	border-bottom: 2px solid #dedede;
}

table.pricesClass tr th {
	font-weight: bold;
	text-transform: none;
	padding: 4px 0;
}

table.pricesClass tr td {
	border-top: 1px solid #dedede;
	padding: 4px 0;
}

table.pricesClass tr.newDateClass td {
	border-top: 2px solid #dedede;
}



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a,
a:link,
a:visited { color: #575757; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #be0000; }

div#pageWrapper.greenClass div#contentWrapper a,
div#pageWrapper.greenClass div#contentWrapper a:link,
div#pageWrapper.greenClass div#contentWrapper a:visited { color: #575757; font-weight: normal; text-decoration: underline; }
div#pageWrapper.greenClass div#contentWrapper a:hover,
div#pageWrapper.greenClass div#contentWrapper a:active,
div#pageWrapper.greenClass div#contentWrapper a:visited:hover,
div#pageWrapper.greenClass div#contentWrapper a:visited:active { color: #be0000; }

div#pageWrapper.blueClass div#contentWrapper a,
div#pageWrapper.blueClass div#contentWrapper a:link,
div#pageWrapper.blueClass div#contentWrapper a:visited { color: #575757; font-weight: normal; text-decoration: underline; }
div#pageWrapper.blueClass div#contentWrapper a:hover,
div#pageWrapper.blueClass div#contentWrapper a:active,
div#pageWrapper.blueClass div#contentWrapper a:visited:hover,
div#pageWrapper.blueClass div#contentWrapper a:visited:active { color: #be0000; }

div#contentLeftLayer a,
div#contentLeftLayer a:link,
div#contentLeftLayer a:visited { color: #575757; font-weight: normal; text-decoration: none; background: #fff url('/5_images/5_navigation/nav2-indicator-red.gif') scroll no-repeat left center; padding-left: 12px; }
div#contentLeftLayer a:hover,
div#contentLeftLayer a:active,
div#contentLeftLayer a:visited:hover,
div#contentLeftLayer a:visited:active { color: #be0000; }

div#contentRightLayer a,
div#contentRightLayer a:link,
div#contentRightLayer a:visited { color: #575757; font-weight: normal; text-decoration: none; background: #fff url('/5_images/5_navigation/nav2-indicator-red.gif') scroll no-repeat left center; padding-left: 12px; }
div#contentRightLayer a:hover,
div#contentRightLayer a:active,
div#contentRightLayer a:visited:hover,
div#contentRightLayer a:visited:active { color: #be0000; }

div#contentRightLayer a.pictClass,
div#contentRightLayer a.pictClass:link,
div#contentRightLayer a.pictClass:visited { background: none !important; padding-left: 0px; }
div#contentRightLayer a.pictClass:hover,
div#contentRightLayer a.pictClass:active,
div#contentRightLayer a.pictClass:visited:hover,
div#contentRightLayer a.pictClass:visited:active { background: none !important; padding-left: 0px; }

div#footerWrapper a,
div#footerWrapper a:link,
div#footerWrapper a:visited { text-decoration: none; }

div#nav1Layer ul li a,
div#nav1Layer ul li a:link {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	width: 225px;
	padding: 1px 0 1px 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 12px center;
}
div#nav1Layer ul li a:hover { background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }
div#nav1Layer ul li a:active { background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }
div#nav1Layer ul li a:visited { background-image: none; }
div#nav1Layer ul li a:visited:hover { background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }
div#nav1Layer ul li a:visited:active { background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }

div#nav1Layer ul li a.actClass,
div#nav1Layer ul li a.actClass:link,
div#nav1Layer ul li a.actClass:visited { font-weight: normal; background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }
div#nav1Layer ul li a.actClass:hover,
div#nav1Layer ul li a.actClass:active,
div#nav1Layer ul li a.actClass:visited:hover,
div#nav1Layer ul li a.actClass:visited:active { font-weight: normal; background-image: url('/5_images/5_navigation/nav1-indicator.gif'); }

div#nav2Layer ul li a,
div#nav2Layer ul li a:link {
	color: #575757;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 188px;
	padding: 1px 0px 1px 12px;
	background-color: transparent !important;
	background-image: url('/5_images/5_navigation/nav2-indicator-red.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
div#nav2Layer ul li a:hover { color: #be0000; }
div#nav2Layer ul li a:active { color: #be0000; }
div#nav2Layer ul li a:visited { color: #575757; }
div#nav2Layer ul li a:visited:hover { color: #be0000; }
div#nav2Layer ul li a:visited:active { color: #be0000; }

div#nav2Layer ul li a.actClass,
div#nav2Layer ul li a.actClass:link,
div#nav2Layer ul li a.actClass:visited { color: #be0000; font-weight: bold; text-decoration: none; }
div#nav2Layer ul li a.actClass:hover,
div#nav2Layer ul li a.actClass:active,
div#nav2Layer ul li a.actClass:visited:hover,
div#nav2Layer ul li a.actClass:visited:active { color: #be0000; font-weight: bold; text-decoration: none; }

div#pageWrapper.greenClass div#nav2Layer ul li a,
div#pageWrapper.greenClass div#nav2Layer ul li a:link {
	background-image: url('/5_images/5_navigation/nav2-indicator-green.gif');
}

div#pageWrapper.greenClass div#nav2Layer ul li a:hover { color: #679400; }
div#pageWrapper.greenClass div#nav2Layer ul li a:active { color: #679400; }
div#pageWrapper.greenClass div#nav2Layer ul li a:visited { color: #575757; }
div#pageWrapper.greenClass div#nav2Layer ul li a:visited:hover { color: #679400; }
div#pageWrapper.greenClass div#nav2Layer ul li a:visited:active { color: #679400; }

div#pageWrapper.greenClass div#nav2Layer ul li a.actClass,
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:link,
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:visited { color: #679400; }
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:hover,
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:active,
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:visited:hover,
div#pageWrapper.greenClass div#nav2Layer ul li a.actClass:visited:active { color: #679400; }

div#pageWrapper.blueClass div#nav2Layer ul li a,
div#pageWrapper.blueClass div#nav2Layer ul li a:link {
	background-image: url('/5_images/5_navigation/nav2-indicator-blue.gif');
}

div#pageWrapper.blueClass div#nav2Layer ul li a:hover { color: #29487e; }
div#pageWrapper.blueClass div#nav2Layer ul li a:active { color: #29487e; }
div#pageWrapper.blueClass div#nav2Layer ul li a:visited { color: #575757; }
div#pageWrapper.blueClass div#nav2Layer ul li a:visited:hover { color: #29487e; }
div#pageWrapper.blueClass div#nav2Layer ul li a:visited:active { color: #29487e; }

div#pageWrapper.blueClass div#nav2Layer ul li a.actClass,
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:link,
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:visited { color: #29487e; }
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:hover,
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:active,
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:visited:hover,
div#pageWrapper.blueClass div#nav2Layer ul li a.actClass:visited:active { color: #29487e; }

div#navigationLanguageLayer ul li a,
div#navigationLanguageLayer ul li a:link {
	display: block;
	float: left;
	width: auto;
	margin-right: 18px;
}

/*
'-------------------------------------------------
' Definition Subtemplates
'-------------------------------------------------
*/

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.c15l, .c20l, .c25l, .c30l, .c33l, .c38l, .c50l, .c62l, .c66l, .c70l, .c75l, .c80l, .c85l { float: left; }
.c15r, .c20r, .c25r, .c30r, .c33r, .c38r, .c50r, .c62r, .c66r, .c70r, .c75r, .c80r, .c85r { float: right; margin-left: 0px; }

.c15l, .c15r { width: 14.999%; }
.c20l, .c20r { width: 19.999%; }
.c25l, .c25r { width: 24.999%; }
.c30l, .c30r { width: 29.999%; }
.c33l, .c33r { width: 33.333%; }
.c38l, .c38r { width: 38.199%; }
.c50l, .c50r { width: 49.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.666%; }
.c70l, .c70r { width: 69.999%; }
.c75l, .c75r { width: 74.999%; }
.c80l, .c80r { width: 79.999%; }
.c85l, .c85r { width: 84.999%; }

.subcl { padding-right: 10px; }
.subcr { padding-left: 10px; }
.subc { padding-left: 10px; padding-right: 10px; }

* html .c15l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c38l, * html .c50l, * html .c62l, * html .c66l, * html .c70l, * html .c75l, * html .c80l,
* html .c15r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c38r, * html .c50r, * html .c62r, * html .c66r, * html .c70r, * html .c75r, * html .c80r {
	display: inline;
}

/*
* html .subcolumns .subcl,
* html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; }
*/



/*
'-------------------------------------------------
' Definition Elemente - Standardeinstellungen
'-------------------------------------------------
*/

.clearClass { clear: both; height: 1px; font-size: 1px; line-height: 0; }
.ghostClass { position: absolute; display: none; z-index: 0; }

div.rulerClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px 0 0 0;
	margin: 20px 0 20px 0;
}

div.distanceClass {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: transparent;
}

.alignLeftClass { text-align: left; }
.alignCenterClass { text-align: center; }
.alignRightClass { text-align: right; }

.alertClass { font-weight: bold; color: #c00; }

.topZeroClass { margin-top: 0; }
.topSingleClass { margin-top: 1.4em; }
.topDoubleClass { margin-top: 2.4em; }
.bottomZeroClass { margin-bottom: 0; }
.bottomSingleClass { margin-bottom: 1.4em; }
.bottomDoubleClass { margin-bottom: 2.4em; }

.w25Class { width: 24.999%; }
.w33Class { width: 33.333%; }
.w50Class { width: 49.999%; }
.w66Class { width: 66.666%; }
.w75Class { width: 74.999%; }

p { margin: 0 0 1.4em 0; }
.pClass { margin: 0 0 1.4em 0; }
.firstClass { margin-top: 0em; }
p.listTitleClass { font-weight: bold; margin-bottom: 0; }

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

th, td { background-color: transparent; }

img { border: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.4em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #575757; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-size: 118.18%; font-weight: bold; color: #575757; line-height: 1.2em; margin: 0 0 1.4em 0; }
h2 { font-size: 109.09%; font-weight: bold; color: #575757; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #575757; line-height: 1.2em; margin: 0 0 1.4em 0; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }



/*
'-------------------------------------------------
' Formulare
'-------------------------------------------------
*/

form { overflow: hidden; }
fieldset { border: 0; }

span.formInputsetClass {
	display: block;
	margin: 0 0 0.5em 0;
}

span.formInputsetIndentClass {
	padding-left: 150px;
}

label {
	width: 150px;
	height: auto;
	padding: 2px 0 0 0;
	float: left;
	text-align: left;
}

.ffCheckboxClass { margin-right: 3px; }

.ffTextClass {
	width: 300px;
	border: 1px #333 solid;
	background-color: #fff;
	padding: 2px 0 2px 5px;
	color: #333;
}

.ffText25Class { width: 75px; }
.ffText50Class { width: 150px; }
.ffTextCaptchaClass { width: 133px; }

.ffTextareaClass {
	width: 300px;
	height: 100px;
	border: 1px #333 solid;
	background-color: #fff;
	padding: 2px 0 2px 5px;
	color: #333;
}

.ffSelectClass { width: 305px; }
.ffSelect50Class { width: 155px; }
.ffSelect25Class { width: 80px; }
.ffSelectMiniClass { width: auto !important; }
.ffSelectNumbersClass { width: 80px !important; margin-right: 5px; }
.ffSelectClass option { padding-left: 5px; }

.ffRadioClass { margin-right: 10px; }
.ffCheckboxClass { margin-right: 10px; }
.ffButtonClass { width: 250px; }

input[type=text]:focus, input[type=text]:hover, input[type=text]:active,
input[type=password]:focus, input[type=password]:hover, input[type=password]:active,
textarea:focus, textarea:hover, textarea:active {
	background-color: #e9e5da;
	color: #575757;
	font-weight: normal;
	border-color: #c00;
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.captchaClass {
	width: 140px;
	height: 40px;
}

.ffTextQuickClass { width: 100px !important; }
.ffButtonQuickClass { width: 107px !important; }
.ffSelectQuick50Class { width: 50px !important; }
.ffSelectQuick100Class { width: 100px !important; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

ul, ol, dl {
	position: relative;
	margin: 0 0 1.4em 0;
}

/* Standardliste ohne Bildelement */

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
}

/* Liste Navigation - vertikal */

div#nav1Layer ul,
div#nav2Layer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin: 0;
}

div#nav1Layer ul li,
div#nav2Layer ul li {
	width: 100%;
}

/* Liste Navigation - horizontal */

div#navigationLanguageLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 100%;
}

div#navigationLanguageLayer ul li {
	float: left;
	display: inline;
}



/************************************************/
}
