@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html {
	height: 100%;
	/*margin-bottom: 1px;*/
	font-family: 'Comfortaa', Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	/*font-size: 100.01%;*/
	font-size: 16px;
}

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background-color: #404040;
	/* Schrifteinstellungen */
	font-size: 75%;
	color: #fff;
	line-height: 1.5em;
	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;
	z-index: 1;
}

div#layoutWrapper {
	position: relative;
	width: 880px;
	height: auto;
	margin: auto;
	text-align: left;
	z-index: 3;
}

/* HEADER, NAVIGATION */

div#logoLayer {
	position: absolute;
	right: 15px;
	top: 72px;
	width: 292px;
	height: 57px;
	z-index: 11;
}

div#navigationWrapper {
	position: absolute;
	left: 0px;
	top: 82px;
	width: 500px;
	height: 16px;
	z-index: 31;
}

div#navigationWrapper div#navigationLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 16px;
	z-index: 33;
}

div#navigationWrapper div#navigationBackground1Layer {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 500px;
	height: 16px;
	background: transparent url('../5_images/main/bg-nav.png') scroll no-repeat left top;
	z-index: 31;
}

div#navigationWrapper div#navigationBackground2Layer {
	position: absolute;
	left: -1000px;
	top: 1px;
	width: 1000px;
	height: 16px;
	/*background: #744e15 url('../5_images/main/bg-nav-left.gif') scroll no-repeat right top;*/
	background-color: #7a6a49;
	z-index: 31;
}

/* CONTENT */

div#contentLayer {
	position: absolute;
	/*left: 220px;*/
	left: 95px;
	top: 276px;
	/*width: 440px;*/
	width: 640px;
	height: auto;
	font-size: 100%;
	padding-bottom: 50px;
	z-index: 21;
}

/*div#contentLayer.maxClass {
	left: 95px;
	width: 640px;
}*/

div#contentLayer div.boxTextClass {
	position: relative;
	width: 140px;
	height: 160px;
	padding: 10px;
	/*background-color: #4b0a09;*/
	background-color: #7a6a49;
	line-height: 1.3em;
	overflow: hidden;
	float: left;
	z-index: 23;
}

div#contentLayer div.boxPictClass {
	position: relative;
	width: 160px;
	height: 180px;
	float: left;
}

div#contentLayer div.boxPictClass div.titleClass {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: auto;
	height: auto;
	padding: 4px;
	/*background-color: #4b0a09;*/
	color: #fff;
	text-transform: uppercase;
	z-index: 23;
}

div#contentLayer div.boxPictClass img {
	width: 160px;
	height: 180px;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

div#contentTextBlackLayer,
div#contentTextWhiteLayer {
	position: relative;
	width: 100%;
	height: auto;
	color: #000 !important;
	z-index: 23;
}

div#contentTextWhiteLayer {
	color: #fff !important;
}

div#contentTextBlackLayer h1 {
	color: #000 !important;
}

div#contentBackgroundWhiteLayer,
div#contentBackgroundGoldLayer {
	position: absolute;
	left: -25px;
	top: -25px;
	width: 690px;
	height: 100%;
	background-color: #fff;
	z-index: 21;
}

div#contentBackgroundGoldLayer {
	background-color: #7a6a49;
}

div.transClass { background-color: transparent !important; }

div.boxTextWhiteClass {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff !important;
	z-index: 23;
}
div.boxTextBackgroundGoldClass {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 180px;
	height: 200px;
	background-color: #7a6a49;
	z-index: 21;
}



/*
'-------------------------------------------------
' Definition Navigation
'-------------------------------------------------
*/

/* Liste Navigation 1 = horizontal */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	/*display: inline;*/
	width: 100%;
	margin: 0;
}

div#navigationLayer ul li {
	position: relative;
	float: left;
	height: 16px;
	padding: 0;
	margin: 0;
	z-index: 33;
}

/* Liste Navigation 2 = vertikal */

div#navigationLayer div.nav2Class ul {
	list-style-type: none;
	list-style-position: outside;
	width: 140px;
	height: auto;
	padding: 0;
	padding-bottom: 1px;
	margin: 0;
	display: block;
}

div#navigationLayer div.nav2Class ul li {
	width: 100%;
}

/* Links Navigation 1 + 2 */

div#navigationLayer li a {
	color: #fff;
	font-size: 91.67%;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline;
	padding: 2px 10px 3px 10px;
}

div#navigationLayer ul li a.actClass, 
div#navigationLayer ul li a.actClass:hover, 
div#navigationLayer ul li:hover a.actClass, 
div#navigationLayer ul li:hover a.actClass:hover {
	color: #000;
}

div#navigationLayer div.nav2Class ul li a.actClass, 
div#navigationLayer div.nav2Class ul li a.actClass:hover, 
div#navigationLayer div.nav2Class ul li:hover a.actClass, 
div#navigationLayer div.nav2Class ul li:hover a.actClass:hover {
	color: #000;
}

/* Links Navigation 2 */

div#navigationLayer div.nav2Class li {
	padding-bottom: 2px;
}

div#navigationLayer div.nav2Class li a {
	width: 120px;
	display: block;
	color: #fff;
	/*font-size: 100%;*/
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 1px 10px 1px 20px;
	background: transparent url('../5_images/main/bg-nav-2.png') scroll repeat-y left top;
	/*background-color: #7a6a49;*/
}

/* Navigation 2 Wrapping + Rollover */

div#navigationLayer ul div.nav2Class {
	position: absolute;
	display: none;
	left: -10px;
	top: 16px;
	width: 150px;
	padding: 10px 0 10px 0;
	background: transparent url('../5_images/main/pixel_trans.gif') repeat scroll left top;
	z-index: 33;
}

div#navigationLayer ul li:hover div.nav2Class {
	display: block;
}



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a,
a:link,
a:visited { color: #fff; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #000; }

div#contentTextBlackLayer a,
div#contentTextBlackLayer a:link,
div#contentTextBlackLayer a:visited { color: #000; text-decoration: underline; }
div#contentTextBlackLayer a:hover,
div#contentTextBlackLayer a:active,
div#contentTextBlackLayer a:visited:hover,
div#contentTextBlackLayer a:visited:active { color: #000; }

/*
div#navigationLayer ul li a,
div#navigationLayer ul li a:link {
	color: #003774;
	font-size: 108.33%;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	display: block;
	width: 195px;
	padding: 2px 0px 1px 0px;
}
div#navigationLayer ul li a:hover { color: #744e15; }
div#navigationLayer ul li a:active { color: #744e15; }
div#navigationLayer ul li a:visited { color: #003774; }
div#navigationLayer ul li a:visited:hover { color: #744e15; }
div#navigationLayer ul li a:visited:active { color: #744e15; }

div#navigationLayer ul li a.actClass,
div#navigationLayer ul li a.actClass:link,
div#navigationLayer ul li a.actClass:visited { color: #003774; }
div#navigationLayer ul li a.actClass:hover,
div#navigationLayer ul li a.actClass:active,
div#navigationLayer ul li a.actClass:visited:hover,
div#navigationLayer ul li a.actClass:visited:active { color: #003774; }
*/


/*
'-------------------------------------------------
' Definition Subtemplates
'-------------------------------------------------
*/

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 1.4em;
	clear: both;
}

.c15l, .c20l, .c25l, .c30l, .c33l, .c35l, .c38l, .c40l, .c45l, .c48l, .c50l, .c52l, .c55l, .c60l, .c62l, .c65l, .c66l, .c70l, .c75l, .c80l, .c85l { float: left; }
.c15r, .c20r, .c25r, .c30r, .c33r, .c35r, .c38r, .c40r, .c45r, .c48r, .c50r, .c52r, .c55r, .c60r, .c62r, .c65r, .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%; }
.c35l, .c35r { width: 34.999%; }
.c38l, .c38r { width: 38.199%; }
.c40l, .c40r { width: 39.999%; }
.c45l, .c45r { width: 44.999%; }
.c48l, .c48r { width: 47.999%; }
.c50l, .c50r { width: 49.999%; }
.c52l, .c52r { width: 51.999%; }
.c55l, .c55r { width: 54.999%; }
.c60l, .c60r { width: 59.999%; }
.c62l, .c62r { width: 61.799%; }
.c65l, .c65r { width: 64.999%; }
.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-right: 10px; }
.subc { padding-left: 10px; padding-right: 10px; }

* html .c15l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c35l, * html .c38l, * html .c40l, * html .c45l, * html .c48l, * html .c50l, * html .c52l, * html .c55l, * html .c60l, * html .c62l, * html .c65l, * html .c66l, * html .c70l, * html .c75l, * html .c80l,
* html .c15r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c35r, * html .c38r, * html .c40r, * html .c45r, * html .c48r, * html .c50r, * html .c52r, * html .c55r, * html .c60r, * html .c62r, * html .c65r, * 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; display: block; height: 0; width: 0; overflow: hidden; }
.ghostClass { display: none; }
.noWrapClass { white-space: nowrap; }

hr {
	border: 0px; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 20px 0 20px 0;
}

div.distanceClass {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: transparent;
}

.alignLeftClass { text-align: left !important; }
.alignCenterClass { text-align: center !important; }
.alignRightClass { text-align: right !important; }

.alertClass { font-weight: bold; color: #c00; }

.topZeroClass { margin-top: 0 !important; }
.topSingleClass { margin-top: 1.4em !important; }
.topDoubleClass { margin-top: 2.4em !important; }
.bottomZeroClass { margin-bottom: 0 !important; }
.bottomSingleClass { margin-bottom: 1.4em !important; }
.bottomDoubleClass { margin-bottom: 2.4em !important; }

.w25Class { width: 24.999% !important; }
.w33Class { width: 33.333% !important; }
.w38Class { width: 37.999% !important; }
.w50Class { width: 49.999% !important; }
.w60Class { width: 59.999% !important; }
.w66Class { width: 66.666% !important; }
.w75Class { width: 74.999% !important; }

p { margin: 0 0 1.4em 0; }
.pClass { margin: 0 0 1.4em 0; }
.firstClass { margin-top: 0em; }
p.listTitleClass { font-weight: normal; margin-bottom: 5px; }

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; }
table p, table ul, table ol { margin-bottom: 0; }

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 #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-size: 100%; font-weight: bold; color: #fff; line-height: 1.4em; margin: 0 0 1.4em 0; text-transform: none; text-transform: uppercase; }
div.boxTextClass h1 { margin: 0 0 0em 0; letter-spacing: 1px; }
h2 { font-size: 100%; font-weight: bold; color: #fff; line-height: 1.4em; margin: 0 0 1.4em 0; text-transform: none; }
h3 { font-size: 100%; font-weight: bold; color: #fff; line-height: 1.4em; margin: 0 0 1.4em 0; text-transform: none; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

ul, ol, dl {
	position: relative;
	margin: 0 0 1.4em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/* Liste Navigation - vertikal */

/*
div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 195px;
	margin: 0;
}

div#navigationLayer ul li ul {
	margin-bottom: 6px;
}

div#navigationLayer ul li {
	width: 195px;
	margin: 0;
}

div#navigationLayer ul li ul li {
	padding-left: 17px;
}
*/


/************************************************/
}
