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

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

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

html {
	height: 100%;
	margin-bottom: 1px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100.01%;*/
	font-size: 16px;
}

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background: #fff url('../images/bg_line-h.gif') repeat-x scroll top left;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #646567;
	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#layoutCenterLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}

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

/*
div#barGreyLayer {
	position: absolute;
	left: 0px;
	top: 281px;
	width: 100%;
	height: 25px;
	background-color: f3f3f3;
	z-index: 100;
}
*/

/* Header */

div#headerContainerLayer {
	position: relative;
	width: 938px;
	height: 306px;
}

div#nav1ContainerLayer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 938px;
	height: 25px;
	background-color: #f5a419;
	z-index: 7;
}

div#nav1LeftLayer {
	position: absolute;
	left: 18px;
	bottom: 3px;
	width: auto;
	height: auto;
	z-index: 7;
}

div#nav1RightLayer {
	position: absolute;
	right: 69px;
	bottom: 3px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 7;
}

div#pictureLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 938px;
	height: 280px;
	z-index: 3;
}

div#logoLayer {
	position: absolute;
	right: 22px;
	top: 35px;
	width: 200px;
	height: 85px;
	z-index: 5;
}

div#flashContainerLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	z-index: 7;
	overflow: visible;
}

div#flashLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 938px;
	height: 280px;
	z-index: 7;
	overflow: hidden;
}

div#shadowLeftLayer {
	position: absolute;
	left: -20px;
	top: 0px;
	width: 20px;
	height: 520px;
	background: #fff url('../images/shadow-left.gif') no-repeat scroll top left;
	z-index: 5;
}

div#shadowRightLayer {
	position: absolute;
	left: 938px;
	top: 0px;
	width: 20px;
	height: 520px;
	background: #fff url('../images/shadow-right.gif') no-repeat scroll top left;
	z-index: 5;
}

/* Content */

div#contentContainerLayer {
	position: relative;
	width: 936px;
	height: auto;
	padding-top: 45px;
	padding-bottom: 25px;
	border: 1px solid #e2e2e2;
	border-width: 0 1px 1px 1px;
}

div#contentColLeftContainerLayer {
	position: relative;
	width: 250px;
	height: auto;
	float: left;
	margin-right: 30px;
}

div#infoblockLayer {
	position: relative;
	width: 250px;
	height: auto;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}

div#nav2ContainerLayer {
	position: relative;
	width: 250px;
	height: auto;
	line-height: 0;
}

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

div#navExtraLayer {
	position: relative;
	width: 250px;
	height: auto;
	padding-bottom: 25px;
	/*border-bottom: 1px solid #e2e2e2;*/
}

div#contentColRightContainerLayer {
	position: relative;
	width: 600px;
	height: auto;
	float: left;
}

div#contentLayer {
	position: relative;
	width: 600px;
	height: auto;
	min-height: 275px;
}

/* Footer */

div#footerContainerLayer {
	position: relative;
	width: 938px;
	color: #bcbcbc;
	margin: 5px 0 25px 0;
}

div#addressLayer {
	position: relative;
	width: 775px;
	padding-left: 25px;
}

div#flagsLayer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
	padding-right: 73px;
}



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

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



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

div#contentLayer a,
div#contentLayer a:link,
div#contentLayer a:visited { color: #646567; 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: #c00; }

div#footerContainerLayer a,
div#footerContainerLayer a:link,
div#footerContainerLayer a:visited { color: #bcbcbc; font-weight: normal; text-decoration: underline; }
div#footerContainerLayer a:hover,
div#footerContainerLayer a:active,
div#footerContainerLayer a:visited:hover,
div#footerContainerLayer a:visited:active { color: #c00; }

div#nav1LeftLayer ul li a,
div#nav1LeftLayer ul li a:link {
	color: #fff;
	font-size: 118.18%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 1px 6px 1px 9px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
div#nav1LeftLayer ul li a:hover { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1LeftLayer ul li a:active { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1LeftLayer ul li a:visited { background-image: none; }
div#nav1LeftLayer ul li a:visited:hover { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1LeftLayer ul li a:visited:active { background-image: url('../images/nav1-indicator-over.gif'); }

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

div#nav1RightLayer ul li a,
div#nav1RightLayer ul li a:link {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	padding: 1px 5px 1px 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
div#nav1RightLayer ul li a:hover { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1RightLayer ul li a:active { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1RightLayer ul li a:visited { background-image: none; }
div#nav1RightLayer ul li a:visited:hover { background-image: url('../images/nav1-indicator-over.gif'); }
div#nav1RightLayer ul li a:visited:active { background-image: url('../images/nav1-indicator-over.gif'); }

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

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

div#nav2Layer ul li a.actClass,
div#nav2Layer ul li a.actClass:link,
div#nav2Layer ul li a.actClass:visited { color: #e17c0d; font-weight: bold; text-decoration: none; background-image: url('../images/nav2-indicator-act.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: #e17c0d; font-weight: bold; text-decoration: none; background-image: url('../images/nav2-indicator-act.gif'); }

div#nav2Layer ul li ul li a,
div#nav2Layer ul li ul li a:link {
	width: 210px;
	padding: 1px 0px 1px 40px;
	background-position: 26px center;
}

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

div#navExtraLayer ul li a.actClass,
div#navExtraLayer ul li a.actClass:link,
div#navExtraLayer ul li a.actClass:visited { color: #e17c0d; font-weight: bold; text-decoration: none; background-image: url('../images/nav2-indicator-act.gif'); }
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: #e17c0d; font-weight: bold; text-decoration: none; background-image: url('../images/nav2-indicator-act.gif'); }

div#navExtraLayer ul li ul li a,
div#navExtraLayer ul li ul li a:link {
	width: 210px;
	padding: 1px 0px 1px 40px;
	background-position: 26px center;
}

div#flagsLayer ul li a,
div#flagsLayer ul li a:link {
	display: block;
	width: 14px;
	padding: 2px;
}



/*
'-------------------------------------------------
' 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;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

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

.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 #646567; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }
sup, sub { font-size: 8px; }

h1 { font-size: 145.45%; font-weight: bold; color: #646567; line-height: 1.2em; margin: 0 0 1.4em 0; }
div#infoblockLayer h1 { font-size: 109.09%; font-weight: bold; color: #646567; line-height: 1.2em; margin: 0 0 0px 25px; width: 200px; }
h2 { font-size: 109.09%; font-weight: bold; color: #646567; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #646567; 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: 140px;
}

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

.ffCheckboxClass { margin-right: 3px; }

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

.ffText25Class { width: 75px !important; }
.ffText50Class { width: 150px !important; }
.ffText75Class { width: 225px !important; }

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

.ffSelectClass { width: 300px; }
.ffSelect50Class { width: 150px; }
.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: #646567;
	color: #fff;
	font-weight: bold;
	border-color: #e17c0d;
}

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

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



/*
'-------------------------------------------------
' 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;
}

div#contentLayer ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
}

/* Liste Navigation - horizontal */

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

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

/* Liste Navigation - vertikal */

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

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

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



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