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

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

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

html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, Verdana, 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: #191919;
	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;
}

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

/* Header */

div#headerWrapper {
	position: relative;
	width: 960px;
	height: 218px;
}

div#logoLayer {
	position: absolute;
	left: 1px;
	top: 64px;
	width: 228px;
	height: 51px;
	overflow: hidden;
	z-index: 5;
}

div#logoLayer img {
	width: 228px;
	height: 51px;
}

div#signetLayer {
	position: absolute;
	right: 0px;
	top: 54px;
	width: 53px;
	height: 42px;
	overflow: hidden;
	z-index: 5;
}

div#signetLayer img {
	width: 53px;
	height: 42px;
}

div#nav1Wrapper {
	position: absolute;
	left: 0px;
	top: 154px;
	width: 953px;
	height: 23px;
	background-color: #c3b9b2;
	overflow: hidden;
	z-index: 7;
}

div#nav1LeftLayer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	/*height: 23px;*/
	z-index: 7;
}

div#nav1RightLayer {
	position: absolute;
	left: 748px;
	bottom: 0px;
	width: 204px;
	/*height: 23px;*/
	z-index: 7;
}

/* Content */

div#contentWrapper {
	position: relative;
	width: 960px;
	height: auto;
	background: #fff url('../images/bg-lines-v.gif') repeat-y scroll top left;
	padding: 0;
	margin: 0;
}

div#colLeftWrapper {
	position: relative;
	width: 190px;
	height: auto;
	float: left;
	/*margin-left: 52px;*/
	padding-left: 52px;
	margin-right: 1px; /* Layer inkl. Trennlinie */
}

div#nav2Wrapper {
	position: relative;
	width: 190px;
	height: auto;
	line-height: 0;
}

div#nav2Layer {
	position: relative;
	width: 190px;
	height: auto;
	line-height: 1.4em;
	margin-top: 3.95em;
	margin-bottom: 1.4em;
	/*
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
	*/
}

div#colLeftContentLayer {
	position: relative;
	width: 155px;
	margin-left: 23px;
	height: auto;
}

div#colCenterWrapper {
	position: relative;
	width: 505px; /* Layer exkl. Trennlinie */
	height: auto;
	float: left;
}

div#colCenterContentLayer {
	/*position: relative;
	width: 600px;
	height: auto;*/
	padding: 0 25px 0 25px;
	min-height: 300px;
}

div#colRightWrapper {
	position: relative;
	width: 180px;
	height: auto;
	float: right;
	padding-right: 20px; /* Abstand von rechts */
}

div#colRightContentLayer,
div#colRightContent2Layer {
	position: relative;
	width: 180px;
	height: auto;
	/*line-height: 0;*/
}

/* Footer */

div#footerWrapper {
	position: relative;
	width: 888px;
	height: 25px;
	margin-left: 62px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c3b9b2;
}



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

/*div#contentLayer img {
	border: 1px solid red;
}*/

table.shortcutClass {
	margin: 0 !important;
}



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

a,
a:link,
a:visited { color: #9b928d; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #191919; }

/*
div#colCenterContentLayer a,
div#colCenterContentLayer a:link,
div#colCenterContentLayer a:visited { color: #646567; font-weight: normal; text-decoration: underline; }
div#colCenterContentLayer a:hover,
div#colCenterContentLayer a:active,
div#colCenterContentLayer a:visited:hover,
div#colCenterContentLayer a:visited:active { color: #c00; }
*/

div#nav1LeftLayer ul li a,
div#nav1LeftLayer ul li a:link {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 10px 14px 2px 14px;
	background-color: #c3b9b2;
}
div#nav1LeftLayer ul li a:hover { background-color: #9b928d; }
div#nav1LeftLayer ul li a:active { background-color: #9b928d; }
div#nav1LeftLayer ul li a:visited { background-color: #c3b9b2; }
div#nav1LeftLayer ul li a:visited:hover { background-color: #9b928d; }
div#nav1LeftLayer ul li a:visited:active { background-color: #9b928d; }

div#nav1LeftLayer ul li a.actClass,
div#nav1LeftLayer ul li a.actClass:link,
div#nav1LeftLayer ul li a.actClass:visited { background-color: #9b928d; }
div#nav1LeftLayer ul li a.actClass:hover,
div#nav1LeftLayer ul li a.actClass:active,
div#nav1LeftLayer ul li a.actClass:visited:hover,
div#nav1LeftLayer ul li a.actClass:visited:active { background-color: #9b928d; }

div#nav1RightLayer ul li a,
div#nav1RightLayer ul li a:link {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 10px 14px 2px 14px;
	background-color: #c3b9b2;
}
div#nav1RightLayer ul li a:hover { background-color: #9b928d; }
div#nav1RightLayer ul li a:active { background-color: #9b928d; }
div#nav1RightLayer ul li a:visited { background-color: #c3b9b2; }
div#nav1RightLayer ul li a:visited:hover { background-color: #9b928d; }
div#nav1RightLayer ul li a:visited:active { background-color: #9b928d; }

div#nav1RightLayer ul li a.actClass,
div#nav1RightLayer ul li a.actClass:link,
div#nav1RightLayer ul li a.actClass:visited { background-color: #9b928d; }
div#nav1RightLayer ul li a.actClass:hover,
div#nav1RightLayer ul li a.actClass:active,
div#nav1RightLayer ul li a.actClass:visited:hover,
div#nav1RightLayer ul li a.actClass:visited:active { background-color: #9b928d; }

div#nav2Layer ul li a,
div#nav2Layer ul li a:link {
	color: #191919;
	font-weight: normal;
	line-height: 1.0em;
	text-decoration: none;
	display: block;
	width: 167px;
	padding: 2px 0px 2px 23px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px center;
}
div#nav2Layer ul li a:hover { color: #191919; background-image: url('../images/nav2-indicator.gif'); }
div#nav2Layer ul li a:active { color: #191919; background-image: url('../images/nav2-indicator.gif'); }
div#nav2Layer ul li a:visited { color: #191919; background-image: none; }
div#nav2Layer ul li a:visited:hover { color: #191919; background-image: url('../images/nav2-indicator.gif'); }
div#nav2Layer ul li a:visited:active { color: #191919; background-image: url('../images/nav2-indicator.gif'); }

div#nav2Layer ul li a.actClass,
div#nav2Layer ul li a.actClass:link,
div#nav2Layer ul li a.actClass:visited { color: #191919; background-image: url('../images/nav2-indicator.gif'); }
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: #191919; background-image: url('../images/nav2-indicator.gif'); }

div#nav2Layer ul li ul li a,
div#nav2Layer ul li ul li a:link {
	color: #9b928d;
	width: 152px;
	padding: 1px 0px 1px 38px;
	background-image: none;
}

div#nav2Layer ul li ul li a:hover { color: #191919; background-image: none; }
div#nav2Layer ul li ul li a:active { color: #191919; background-image: none; }
div#nav2Layer ul li ul li a:visited { color: #9b928d; background-image: none; }
div#nav2Layer ul li ul li a:visited:hover { color: #191919; background-image: none; }
div#nav2Layer ul li ul li a:visited:active { color: #191919; background-image: none; }

div#nav2Layer ul li ul li a.actClass,
div#nav2Layer ul li ul li a.actClass:link,
div#nav2Layer ul li ul li a.actClass:visited { color: #191919; background-image: none; }
div#nav2Layer ul li ul li a.actClass:hover,
div#nav2Layer ul li ul li a.actClass:active,
div#nav2Layer ul li ul li a.actClass:visited:hover,
div#nav2Layer ul li ul li a.actClass:visited:active { color: #191919; background-image: none; }



/*
'-------------------------------------------------
' 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.3%; }
.c38l, .c38r { width: 38.199%; }
.c50l, .c50r { width: 49.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.6%; }
.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: #e2e2e2;
	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 #191919; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-size: 145.45%; font-weight: bold; color: #191919; line-height: 1.2em; margin: 0 0 1.4em 0; }
h2 { font-size: 127.27%; font-weight: bold; color: #191919; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #191919; 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: 130px;
}

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

.ffCheckboxClass { margin-right: 3px; }

.ffTextClass {
	width: 310px;
	border: 1px #9b928d solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #191919;
}

.ffText25Class { width: 65px; }
.ffText50Class { width: 130px; }
.ffTextCaptchaClass { width: 133px; }

.ffTextareaClass {
	width: 440px;
	height: 100px;
	border: 1px #9b928d solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #191919;
}

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

.ffButtonClass { width: auto; }

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: #9b928d;
	color: #fff;
	font-weight: normal;
	border-color: #191919;
}

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

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

.ffTextQuickClass { width: 100px !important; }
.ffButtonQuickClass { width: 107px !important; }
.ffSelectQuickClass { width: 50px !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 !important;
}

ul li ul li {
	margin-left: 0;
}

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

/* Liste Navigation - horizontal */

div#nav1LeftLayer ul,
div#nav1RightLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
}

div#nav1LeftLayer ul li,
div#nav1RightLayer ul li {
	float: left;
	display: inline;
}

div#nav1LeftLayer ul li { border-right: 1px solid #e1dcd9; }
div#nav1RightLayer ul li { border-left: 1px solid #e1dcd9; }

/* Liste Navigation - vertikal */

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

div#nav2Layer ul li ul {
	margin: 5px 0px;
}

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


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