@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%;
}

body {
	/* Hintergrund */
	background-color: #f5ebcf;
	background-image: url("/5_images/1_main/b_bg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #333;
	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#headerColor1Layer { position: absolute; left: 0px; top: 40px; width: 50%; height: 120px; background-color: #ebd4a4; overflow: hidden; z-index: 1; }
div#headerColor2Layer { position: absolute; left: 50%; top: 40px; width: 50%; height: 120px; background-color: #cfa66e; overflow: hidden; z-index: 1; }

div#layoutContainerLayer {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 960px;
	height: auto;
	margin-left: -480px;
	z-index: 3;
}

div#headerBackgroundLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 500px;
	background-image: url("/5_images/1_main/h_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	z-index: 3;
}

div#headerLogoLayer {
	position: absolute;
	left: 149px;
	top: 80px;
	width: 251px;
	height: 62px;
	z-index: 5;
}

div#headerClaimLayer {
	position: absolute;
	left: 663px;
	top: 88px;
	width: 210px;
	height: 47px;
	z-index: 5;
}

div#contentContainerLayer {
	position: absolute;
	left: 30px;
	top: 180px;
	width: 900px;
	height: auto;
	background-image: url("/5_images/1_main/c_bg-lines-v.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	padding: 0 0 20px 0;
	z-index: 21;
}

div#contentContainerLeftLayer {
	position: relative;
	width: 368px;
	height: auto;
	margin-top: 35px;
	float: left;
	z-index: 21;
}

div#contentContainerRightLayer {
	position: relative;
	width: 530px;
	height: auto;
	margin-top: 35px;
	float: left;
	z-index: 21;
}

div#contentContactLayer {
	position: relative;
	left: 14px;
	top: 0px;
	width: 156px;
	height: auto;
	margin: 0;
	text-align: right;
	float: left;
	z-index: 21;
}

div#navigationLayer {
	position: relative;
	left: 40px;
	top: 0px;
	width: 156px;
	height: auto;
	margin: 0;
	float: left;
	z-index: 21;
}

div#contentLayer {
	position: relative;
	width: 480px;
	height: auto;
	/*font-size: 109.09%;*/
	margin-left: 14px;
	z-index: 21;
}



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

div#contentContactLayer div.separatorClass,
div#navigationLayer div.separatorClass {
	width: 157px;
	margin: 15px 0 15px 0;
}

div.separatorClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background-image: url("/5_images/1_main/c_bg-separator.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	/*
	border-style: solid;
	border-color: #333;
	border-width: 1px 0 0 0;
	*/
	margin: 20px 0 20px 0;
}

div#contentLayer div.separatorClass {
	width: 502px;
}

table.listClass {
	width: 502px;
	border-collapse: collapse;
	empty-cells: show;
}

table.listClass tr td {
	border-width: 1px 0 1px 0;
	border-color: #a49e8b;
	border-style: solid;
	padding: 3px 5px 3px 5px;
}



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

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

.c50l, .c25l, .c30l, .c33l, .c38l, .c62l, .c66l, .c70l, .c75l { float: left; }
.c50r, .c25r, .c30r, .c33r, .c38r, .c62r, .c66r, .c70r, .c75r { float: right; margin-left: 0px; }

.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%; }

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

* html .c50l, * html .c25l, * html .c33l, * html .c38l, * html .c66l, * html .c75l, * html .c62l,
* html .c50r, * html .c25r, * html .c33r, * html .c38r, * html .c66r, * html .c75r, * html .c62r {
	display: inline;
}

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



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

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

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #333 solid;
}

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

.topZeroClass { margin-top: 0; }
.topDoubleClass { margin-top: 2.4em; }
.bottomZeroClass { margin-bottom: 0; }
.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; }

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 #333; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-size: 127.27%; color: #333; line-height: 1.1em; margin: 0 0 1.4em 0; }
h2 { font-size: 109.09%; color: #333; line-height: 1.1em; margin: 0 0 1.4em 0; }
h3 { font-size: 1.0em; color: #000; line-height: 1.1em; margin: 0 0 1.4em 0; font-weight: bold; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }



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

div#contentLayer a,
div#contentLayer a:link,
div#contentLayer a:visited { color: #333; font-weight: normal; text-decoration: underline; }
div#contentLayer a:hover,
div#contentLayer a:active,
div#contentLayer a:visited:hover,
div#contentLayer a:visited:active { color: #c28f43; }

div#contentContactLayer a,
div#contentContactLayer a:link,
div#contentContactLayer a:visited { color: #333; font-weight: normal; text-decoration: underline; }
div#contentContactLayer a:hover,
div#contentContactLayer a:active,
div#contentContactLayer a:visited:hover,
div#contentContactLayer a:visited:active { color: #c28f43; }

div#navigationLayer ul.nav1Class li a,
div#navigationLayer ul.nav1Class li a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 156px;
	padding-left: 2px;
	background-color: transparent;
	padding: 1px 2px 1px 2px;
}
div#navigationLayer ul.nav1Class li a:hover { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav1Class li a:active { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav1Class li a:visited { color: #333; background-color: transparent; }
div#navigationLayer ul.nav1Class li a:visited:hover { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav1Class li a:visited:active { color: #fff; background-color: #c28f43; }

div#navigationLayer ul.nav1Class li a.actClass,
div#navigationLayer ul.nav1Class li a.actClass:link,
div#navigationLayer ul.nav1Class li a.actClass:visited { color: #c28f43; font-weight: bold; text-decoration: none; background-color: transparent; }
div#navigationLayer ul.nav1Class li a.actClass:hover,
div#navigationLayer ul.nav1Class li a.actClass:active,
div#navigationLayer ul.nav1Class li a.actClass:visited:hover,
div#navigationLayer ul.nav1Class li a.actClass:visited:active { color: #fff; font-weight: bold; text-decoration: none; background-color: #c28f43; }

div#navigationLayer ul.nav2Class li a,
div#navigationLayer ul.nav2Class li a:link {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 157px;
	padding: 1px 2px 1px 2px;
}
div#navigationLayer ul.nav2Class li a:hover { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav2Class li a:active { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav2Class li a:visited { color: #333; background-color: transparent; }
div#navigationLayer ul.nav2Class li a:visited:hover { color: #fff; background-color: #c28f43; }
div#navigationLayer ul.nav2Class li a:visited:active { color: #fff; background-color: #c28f43; }

div#navigationLayer ul.nav2Class li a.actClass,
div#navigationLayer ul.nav2Class li a.actClass:link,
div#navigationLayer ul.nav2Class li a.actClass:visited { color: #c28f43; font-weight: bold; text-decoration: none; background-color: transparent; }
div#navigationLayer ul.nav2Class li a.actClass:hover,
div#navigationLayer ul.nav2Class li a.actClass:active,
div#navigationLayer ul.nav2Class li a.actClass:visited:hover,
div#navigationLayer ul.nav2Class li a.actClass:visited:active { color: #fff; font-weight: bold; text-decoration: none; background-color: #c28f43; }



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

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

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

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

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

.ffCheckboxClass { margin-right: 3px; }

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

.ffText25Class { width: 100px; }
.ffText50Class { width: 200px; }

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

.ffSelectClass { width: 350px; }
.ffSelectNumbersClass { width: 75px !important; margin-right: 5px; }
.ffSelectClass option { padding-left: 5px; }

.ffButtonClass { width: 350px; }
.ffButton25Class { width: 100px; }

/*
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: #333;
	color: #fff;
	font-weight: bold;
	border-color: #cc0000;
}
*/

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



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

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

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

div#contentLayer ul li ul li {
	margin-left: 0;
}

/* Liste Navigation - vertikal */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

div#navigationLayer ul li {
	width: 100%;
}



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

