@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;
	background-color: #fff;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #000;
	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;
}

div#layoutWrapper {
	position: relative;
	width: 960px;
	height: auto;
	margin: auto;
	text-align: left;
	/*border: 1px solid red;*/
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 960px;
	height: 215px;
}

div#logoLayer {
	position: absolute;
	right: 0px;
	top: 49px;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 5;
}

div#lineLayer {
	position: absolute;
	left: 198px;
	top: 136px;
	width: 672px;
	height: 79px;
	/*background: #fff url('../images/bg-line-dotted-h.gif') repeat-x scroll top left;*/
	border: 1px dotted #9e9e9e;
	border-width: 1px 0 0 1px;
	overflow: hidden;
	z-index: 5;
}

div#navExtraLayer {
	position: absolute;
	left: 0px;
	top: 37px;
	width: auto;
	height: auto;
	border-left: 1px dotted #9e9e9e;
	z-index: 7;
}

div#layoutWrapper.layout1Class div#elementLayer {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 295px;
	height: 180px;
	z-index: 3;
	overflow: hidden;
}

div#layoutWrapper.layout2Class div#elementLayer {
	position: absolute;
	right: 750px;
	top: 136px;
	width: auto;
	height: auto;
	text-align: right;
	overflow: visible;
	z-index: 5;
}

* html div#layoutWrapper.layout2Class div#elementLayer {
	width: 1px;
}

div#layoutWrapper.layout2Class div#pictLayer {
	position: absolute;
	left: 297px;
	top: 136px;
	width: 575px;
	height: 250px;
	border: 1px dotted #9e9e9e;
	border-width: 1px 1px 0 0;
	background-color: #eee;
	overflow: hidden;
	z-index: 5;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	width: 960px;
	height: auto;
	margin-bottom: 50px;
}

div#col1Wrapper {
	position: relative;
	width: 199px;
	height: auto;
	margin-bottom: 30px;
	margin-right: 98px;
	float: left;
}

div#nav1Wrapper {
	position: relative;
	width: 199px;
	height: auto;
	padding-top: 20px;
}

div.nav1Class {
	position: relative;
	width: 198px;
	height: auto;
	border: 1px dotted #9e9e9e;
	border-width: 1px 1px 0 0;
	padding-top: 10px;
	margin-bottom: 20px;
}

div#col2Wrapper {
	position: relative;
	width: 400px;
	height: auto;
	float: left;
}

div#layoutWrapper.layout2Class div#col2Wrapper { padding-top: 210px; }

div#contentLayer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0px;
}

div#col2Wrapper.maxClass { width: 575px !important; }

div#col3Wrapper {
	position: relative;
	width: 240px;
	height: auto;
	float: right;
}

div#layoutWrapper.layout2Class div#col3Wrapper { padding-top: 210px; }

div#contentRightLayer {
	position: relative;
	width: 240px;
	height: auto;
	/*
	padding: 0 0 0 20px;
	border-left: 1px dotted #9e9e9e;
	*/
}

div#contentRightLayer div.contentElementClass {
	border: 1px dotted #9e9e9e;
	border-width: 1px 0 0 1px;
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
}

div#contentRightLayer div.contentElementClass div.contentElementClass {
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

/* FOOTER */

/*div#footerWrapper {
	position: relative;
	height: 20px;
	margin-bottom: 30px;
	background: transparent url('../images/bg-footer.gif') no-repeat scroll top left;
}

div#addressLayer {
	position: absolute;
	left: 30px;
	top: 7px;
	width: 930px;
	height: auto;
	color: #777;
	font-size: 81.81%;
	font-weight: bold;
	z-index: 5;
}
*/


/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

/*div#contentLayer img {
	border: 1px solid red;
}*/

/*div.contentElementClass { border: 1px solid red; }*/

/*div#contentRightLayer div.contentElementClass {
	width: 205px;
	height: auto;
	border: 1px solid #5e943f;
	border-width: 1px 0 0 1px;
	background: transparent url('../images/bg-content-element-right.gif') no-repeat scroll top left;
	padding: 20px 0 0 0px;
	margin-bottom: 20px;
}*/


/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a,
a:link,
a:visited { color: #000; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #5e943f; }

/*div#addressLayer a,
div#addressLayer a:link,
div#addressLayer a:visited { color: #777; font-weight: bold; text-decoration: none; }
div#addressLayer a:hover,
div#addressLayer a:active,
div#addressLayer a:visited:hover,
div#addressLayer a:visited:active { color: #005187; }*/

div.nav1Class ul li a,
div.nav1Class ul li a:link {
	color: #000;
	font-weight: normal;
	line-height: 1.1em;
	text-decoration: none !important;
	display: block;
	width: 199px;
	padding: 1px 0px 2px 0px;
}
div.nav1Class ul li a:hover { color: #5e943f; }
div.nav1Class ul li a:active { color: #5e943f; }
div.nav1Class ul li a:visited { color: #000; }
div.nav1Class ul li a:visited:hover { color: #5e943f; }
div.nav1Class ul li a:visited:active { color: #5e943f; }

div.nav1Class ul li a.actClass,
div.nav1Class ul li a.actClass:link,
div.nav1Class ul li a.actClass:visited { color: #5e943f; font-weight: bold; }
div.nav1Class ul li a.actClass:hover,
div.nav1Class ul li a.actClass:active,
div.nav1Class ul li a.actClass:visited:hover,
div.nav1Class ul li a.actClass:visited:active { color: #5e943f; font-weight: bold; }

div.nav1Class ul li ul li a,
div.nav1Class ul li ul li a:link {
	color: #000;
	font-weight: normal;
	line-height: 1.1em;
	text-decoration: none !important;
	display: block;
	width: 172px;
	padding: 1px 0px 2px 17px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
div.nav1Class ul li ul li a:hover { color: #5e943f; background-image: url('../images/nav2-indicator.gif') !important; }
div.nav1Class ul li ul li a:active { color: #5e943f; background-image: url('../images/nav2-indicator.gif') !important; }
div.nav1Class ul li ul li a:visited { color: #000; background-image: none; }
div.nav1Class ul li ul li a:visited:hover { color: #5e943f; background-image: url('../images/nav2-indicator.gif') !important; }
div.nav1Class ul li ul li a:visited:active { color: #5e943f; background-image: url('../images/nav2-indicator.gif') !important; }

div.nav1Class ul li ul li a.actClass,
div.nav1Class ul li ul li a.actClass:link,
div.nav1Class ul li ul li a.actClass:visited { color: #5e943f; font-weight: normal; background-image: url('../images/nav2-indicator.gif'); }
div.nav1Class ul li ul li a.actClass:hover,
div.nav1Class ul li ul li a.actClass:active,
div.nav1Class ul li ul li a.actClass:visited:hover,
div.nav1Class ul li ul li a.actClass:visited:active { color: #5e943f; font-weight: normal; background-image: url('../images/nav2-indicator.gif'); }

div#navExtraLayer ul li a,
div#navExtraLayer ul li a:link {
	color: #000;
	line-height: 1.1em;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	float: left;
	width: auto;
	padding: 2px 14px 3px 14px;
	border-right: 1px dotted #9e9e9e;
}
div#navExtraLayer ul li a:hover { color: #5e943f; }
div#navExtraLayer ul li a:active { color: #5e943f; }
div#navExtraLayer ul li a:visited { color: #000; }
div#navExtraLayer ul li a:visited:hover { color: #5e943f; }
div#navExtraLayer ul li a:visited:active { color: #5e943f; }



/*
'-------------------------------------------------
' 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: #ccc;
	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 {
	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 #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-family: Georgia; font-size: 181.81%; font-weight: normal; color: #5e943f; line-height: 1.1em; margin: 0 0 1.1em 0; }
div#col3Wrapper h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #5e943f; line-height: 1.2em; margin: 0 0 0em 0; }
h2 { font-size: 109.09%; font-family: Georgia; font-weight: bold; text-transform: uppercase; color: #5e943f; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #005187; 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: 260px;
	border: 1px #000 solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #000;
}

.ffText25Class { width: 65px; }
.ffText50Class { width: 130px; }
.ffTextCaptchaClass { width: 133px; }

.ffTextareaClass {
	width: 390px;
	height: 100px;
	border: 1px #000 solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #000;
}

.ffSelectClass { width: 260px; }
.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: #fff;
	color: #000;
	font-weight: normal;
	border-color: #5e943f;
}

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#navExtraLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	width: 100%;
}

div#navExtraLayer ul li {
	float: left;
	display: inline;
}

/* Liste Navigation - vertikal */

div#nav11Layer ul,
div#nav12Layer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin: 0 !important;
}

div#nav11Layer ul li,
div#nav12Layer ul li {
	width: 100%;
}

div#nav11Layer ul li ul,
div#nav12Layer ul li ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin: 5px 0 7px 0 !important;
}

div#nav11Layer ul li ul li,
div#nav12Layer ul li ul li {
	width: 100%;
}



/************************************************/
}

