@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: #4e4e4d;
	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%;
	min-width: 960px;
	height: auto;
	text-align: center;
	z-index: 3;
}

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

/* HEADER */

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

div#logoLayer {
	position: absolute;
	left: 22px;
	top: 28px;
	width: 267px;
	height: 82px;
	z-index: 7;
}

div#logoLayer img {
	border: 0;
	width: 267px;
	height: 82px;
}

div#pictureLayer {
	position: absolute;
	left: 315px;
	top: 0px;
	width: 570px;
	height: 100px;
	background-color: #dedede;
	z-index: 7;
}

div#pictureLayer img {
	border: 0;
	width: 570px;
	height: 100px;
}

div#pictureCircleLayer {
	position: absolute;
	left: 803px;
	top: 36px;
	width: 82px;
	height: 53px;
	z-index: 9;
}

div#pictureCircleLayer img {
	border: 0;
	width: 82px;
	height: 53px;
}

div#nav1Wrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 885px;
	height: 30px;
	margin-right: 0;
	padding-top: 0;
	padding-left: 21px;
	background: transparent url('/fileadmin/templates/images/bg-nav-1.gif') scroll no-repeat left top;
	overflow: hidden;
	z-index: 11;
}

div#navExtraLayer {
	position: absolute;
	right: 61px;
	bottom: 45px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 11;
}

div#circles1Layer {
	position: absolute;
	left: 798px;
	top: 37px;
	width: 88px;
	height: 93px;
	background: transparent url('/fileadmin/templates/images/circles-1.gif') scroll no-repeat left top;
	overflow: hidden;
	z-index: 5;
}

div#circles2Layer {
	position: absolute;
	left: 886px;
	top: 37px;
	width: 74px;
	height: 480px;
	background: transparent url('/fileadmin/templates/images/circles-2.gif') scroll no-repeat left top;
	overflow: hidden;
	z-index: 5;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	width: 885px;
	height: auto;
	min-height: 440px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	background: #fff url('/fileadmin/templates/images/bg-content.gif') scroll repeat-y left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

div#colLeftWrapper {
	position: relative;
	width: 220px;
	height: auto;
	min-height: 415px;
	margin-right: 30px;
	float: left;
	background: transparent url('/fileadmin/templates/images/bg-content-left.gif') scroll no-repeat left top;
	padding-top: 45px;
}

div#nav2Wrapper {
	position: relative;
	width: 220px;
	height: auto;
	line-height: 0;
	/*font-size: 0;*/
}

div#nav2Layer {
	position: relative;
	width: 220px;
	height: auto;
	/*padding-top: 45px;*/
	padding-bottom: 120px;
	/*
	background-color: #e1dbd5;
	background: #e1dbd5 url('/fileadmin/templates/images/bg-nav-2.gif') scroll repeat-x left bottom;
	*/
	line-height: 1.4em;
	font-size: 100%;
}

div#contentLeftLayer {
	padding-left: 20px;
	padding-right: 10px;
}

div#colCenterWrapper {
	position: relative;
	width: 580px;
	height: auto;
	min-height: 300px;
	padding-top: 45px;
	float: left;
}

div.twoColsClass div#colCenterWrapper {
	width: 380px;
}

div#colRightWrapper {
	position: relative;
	width: 200px;
	height: auto;
	min-height: 1px;
	margin-top: 45px;
	margin-right: 30px;
	/*padding-top: 3.8em;*/
	float: right;
}

div#shadowRightLayer {
	position: absolute;
	left: 885px;
	top: 0px;
	width: 20px;
	height: 440px;
	overflow: hidden;
	z-index: 7;
}

/* FOOTER */

div#footerWrapper {
	position: relative;
	height: auto;
	/*color: #31302f;*/
	font-size: 81.81%;
	font-weight: normal;
	padding: 10px 20px;
}

/*div#footerLayer {
	position: relative;
	height: auto;
	color: #f3efe8;
	font-size: 81.81%;
	font-weight: bold;
	padding: 5px 0;
}*/



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

span.dateClass {
	font-size: 81.81%;
}

span.titleClass {
	font-size: 100%;
}

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

a,
a:link,
a:visited { color: #4e4e4d; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #f59d33; }

div#footerLayer a,
div#footerLayer a:link,
div#footerLayer a:visited { color: #4e4e4d; font-weight: normal; text-decoration: underline; }
div#footerLayer a:hover,
div#footerLayer a:active,
div#footerLayer a:visited:hover,
div#footerLayer a:visited:active { color: #f59d33; }

div#nav1Layer ul li a,
div#nav1Layer ul li a:link {
	color: #fff;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	height: 30px;
	float: left;
	width: auto;
	background: transparent url('') scroll repeat-x left top;
	padding: 8px 15px 3px 15px;
	border-right: 1px solid #9d9d9d;
}
div#nav1Layer ul li a:hover { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.gif'); }
div#nav1Layer ul li a:active { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.gif'); }
div#nav1Layer ul li a:visited { color: #fff; background-image: url(''); }
div#nav1Layer ul li a:visited:hover { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.gif'); }
div#nav1Layer ul li a:visited:active { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.gif'); }

div#nav1Layer ul li a.actClass,
div#nav1Layer ul li a.actClass:link,
div#nav1Layer ul li a.actClass:visited { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.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 { color: #fff; background-image: url('/fileadmin/templates/images/bg-nav-1-active.gif'); }

div#navExtraLayer ul li a,
div#navExtraLayer ul li a:link {
	color: #737373;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	float: left;
	width: auto;
	background: transparent url('/fileadmin/templates/images/nav-extra-separator.gif') scroll no-repeat right center;
	padding: 0px 10px 0px 10px;
}
div#navExtraLayer ul li a:hover { color: #f59d33; }
div#navExtraLayer ul li a:active { color: #f59d33; }
div#navExtraLayer ul li a:visited { color: #737373; }
div#navExtraLayer ul li a:visited:hover { color: #f59d33; }
div#navExtraLayer ul li a:visited:active { color: #f59d33; }

div#navExtraLayer ul li a.actClass,
div#navExtraLayer ul li a.actClass:link,
div#navExtraLayer ul li a.actClass:visited { color: #f59d33; }
div#navExtraLayer ul li a.actClass:hover,
div#navExtraLayer ul li a.actClass:active,
div#navExtraLayer ul li a.actClass:visited:hover,
div#navExtraLayer ul li a.actClass:visited:active { color: #f59d33; }

div#nav2Layer ul li a,
div#nav2Layer ul li a:link {
	color: #737373;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 190px;
	padding: 5px 10px 5px 10px;
	border-left: 10px solid transparent;
}
div#nav2Layer ul li a:hover { color: #737373; border-left-color: #f59d33; }
div#nav2Layer ul li a:active { color: #737373; border-left-color: #f59d33; }
div#nav2Layer ul li a:visited { color: #737373; border-left-color: transparent; }
div#nav2Layer ul li a:visited:hover { color: #737373; border-left-color: #f59d33; }
div#nav2Layer ul li a:visited:active { color: #737373; border-left-color: #f59d33; }

div#nav2Layer ul li a.actClass,
div#nav2Layer ul li a.actClass:link,
div#nav2Layer ul li a.actClass:visited { border-left-color: #f59d33; }
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 { border-left-color: #f59d33; }

div#nav2Layer ul li ul li a,
div#nav2Layer ul li ul li a:link {
	font-weight: normal;
	padding: 2px 10px 2px 10px;
	border-left-color: transparent !important;
}
div#nav2Layer ul li ul li a:hover { color: #f59d33; border-left-color: transparent; }
div#nav2Layer ul li ul li a:active { color: #f59d33; border-left-color: transparent; }
div#nav2Layer ul li ul li a:visited { color: #737373; border-left-color: transparent; }
div#nav2Layer ul li ul li a:visited:hover { color: #f59d33; border-left-color: transparent; }
div#nav2Layer ul li ul li a:visited:active { color: #f59d33; border-left-color: transparent; }

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: #f59d33; font-weight: normal; border-left-color: transparent; }
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: #f59d33; font-weight: normal; border-left-color: transparent; }



/*
'-------------------------------------------------
' 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: #ddd;
	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: #a51704; }

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

h1 { font-size: 163.63%; font-weight: normal; color: #31302f; line-height: 1.2em; margin: 2.4em 0 1.2em 0; }
div#colRightWrapper h1 { font-size: 118.18%; font-weight: bold; color: #f59d33; line-height: 1.2em; margin: 2.4em 0 1.4em 0; }
h2 { font-size: 127.27%; font-weight: normal; color: #f59d33; line-height: 1.2em; margin: 0 0 1.2em 0; }
div#colRightWrapper h2 { font-size: 109.09%; font-weight: bold; color: #f59d33; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #4e4e4d; line-height: 1.2em; margin: 0 0 1em 0; }
div#colRightWrapper h3 { font-size: 100%; font-weight: bold; color: #31302f; line-height: 1.2em; margin: 0 0 0em 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: 120px;
}

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

.ffCheckboxClass { margin-right: 3px; }

.ffTextClass {
	width: 240px;
	border: 1px #4e4e4d solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #4e4e4d;
}

.ffText25Class { width: 60px; }
.ffText50Class { width: 120px; }
.ffTextCaptchaClass { width: 133px; }

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

.ffSelectClass { width: 240px; }
.ffSelect50Class { width: 125px !important; margin-right: 5px; }
.ffSelectNumbersClass { width: 65px !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: #fff;
	color: #4e4e4d;
	font-weight: normal;
	border-color: #f59d33;
}

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#nav1Layer ul,
div#navExtraLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: auto;
}

div#nav1Layer ul li,
div#navExtraLayer ul li {
	float: left;
	display: inline;
}

/* Liste Navigation - vertikal */

div#nav2Layer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 220px;
	margin-left: 0px !important;
	border-bottom: 1px #f1ece6 solid;
}

div#nav2Layer ul li ul {
	margin-top: 7px;
	margin-bottom: 0px;
	/*border-bottom: 0;*/
	border-bottom: 20px solid #f5f1eb;
}

div#nav2Layer ul li {
	border-top: 1px solid #f1ece6;
	width: 220px;
}

div#nav2Layer ul li.actClass {
	background: transparent url('/fileadmin/templates/images/bg-nav-3.gif') scroll repeat-x left top;
	/*padding-bottom: 18px;*/
}

div#nav2Layer ul li ul li {
	border-top: 0;
	width: 220px;
}

div#nav2Layer ul li ul li.actClass {
	background-image: none;
	padding-bottom: 0;
	border-bottom: 0;
}

/* Liste zuletzt aktualisierte Inhalte - vertikal */

div.tx_recentcontent_pi1 ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin-left: 0px !important;
	margin-top: 5px;
	border-bottom: 1px #ddd solid;
}

div.tx_recentcontent_pi1 ul li {
	border-top: 1px solid #ddd;
	padding: 4px 0 5px 0;
	margin: 0;
}

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

