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

html {
	/* Base Font Size */
	/*font-size: 10px;*/
	/*font-size: 62.5%*/ /* 16px x 62.5% = 10px */
	/* Schrifteinstellungen */
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	font-weight: normal;
	line-height: 1.4em;
}

body {
	/* Dokumenteinstellungen */
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

div#headerAbdeckerWeissLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 930px;
	height: 320px;
	background-color: #ffffff;
	z-index: 1;
	visibility: visible;
}

div#headerWandHintergrundLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 272px;
	background-image: url("/5_images/1_main/bg_wand.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	z-index: 2;
	visibility: visible;
}

div#headerWandImpressionLayer {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 415px;
	height: 320px;
	z-index: 3;
	visibility: visible;
}

div#headerWandNavigationLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 470px;
	/*
	background-image: url("/5_images/1_main/bg_navigation.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	*/
	/*background-color: #cbc4ba;*/
	background-color: #cec8bf;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	visibility: visible;
}

div#headerTuerLayer {
	position: absolute;
	left: 635px;
	top: 43px;
	width: 122px;
	height: 256px;
	z-index: 3;
	visibility: visible;
}

div#headerTuerspaltLayer {
	position: absolute;
	left: 757px;
	top: 60px;
	width: 26px;
	height: 212px;
	background-color: #ffffff;
	z-index: 3;
	visibility: visible;
}

div#headerLogoLayer {
	position: absolute;
	left: 764px;
	top: 70px;
	width: 147px;
	height: 38px;
	z-index: 5;
	visibility: visible;
}

div#navigationLayer {
	position: absolute;
	left: 25px;
	top: 40px;
	width: 195px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 21;
	visibility: visible;
}

.clearClass {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}

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

p {
	font-size: 1.1em;
	margin-top: 9px;
	margin-bottom: 9px;
}

div.paragraphClass {
	font-size: 1.1em;
	margin-top: 9px;
	margin-bottom: 9px;
}

table {
	border-width: 0px;
	empty-cells: hide;
	margin-top: 9px;
	margin-bottom: 9px;
}

td {
	font-size: 1.1em;
}

td.inhaltClass {
	padding: 0px;
	background-color: #d2d6bb;
}

table.listeClass {
	background-color: #cbc4ba;
	empty-cells: hide;
}

td.listeClass {
	padding: 2px 4px 2px 4px;
	margin: 0px;
	background-color: #d2d6bb;
}

td.liste2Class {
	padding: 2px 4px 2px 4px;
	margin: 0px;
	background-color: #ccd1b3;
}

td.listeHeaderClass {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-color: #bbc199;
}

td.bildMiniClass {
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}

img {
	border-width: 0px;
}

img.headerImpressionClass {
	width: 415px;
	height: 320px;
	border-width: 0px;
}

img.navelementClass {
	width: 6px;
	height: 11px;
	border-width: 0px;
	margin-right: 3px;
	vertical-align: text-bottom;
}

/*
img.trennlinieClass {
	width: 100%;
	height: 1px;
	border-width: 0px;
	background-color: #e5e5e5;
	margin-bottom: 3px;
}
*/

hr {
	border-style: solid;
	border-color: #cbc4ba;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	width: 100%;
	/*background-color: cbc4ba;*/
	margin: 15px 0px 15px 0px;
}

div.rulerClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-color: #cbc4ba;
	border-width: 1px 0 0 0;
	margin: 20px 0 20px 0;
}

h1 {
	font-size: 1.7em;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	text-transform: none;
	margin: 0px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
}

sup {
	font-size: 75%;
}

code {
	/*font-family: Monaco, "Courier New", Courier, monospace;*/
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}


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

a { color: #252525; text-decoration: underline; }
a:link { color: #252525; }
a:hover { color: #b13620; }
a:focus { color: #b13620; }
a:active { color: #b13620; }
a:visited { color: #252525; }
a:visited:hover { color: #b13620; }
a:visited:active { color: #b13620; }

a.iconClass { color: #252525; text-decoration: none; }
a.iconClass:link { color: #252525; text-decoration: none; }
a.iconClass:hover { color: #b13620; text-decoration: underline; }
a.iconClass:focus { color: #b13620; text-decoration: underline; }
a.iconClass:active { color: #b13620; text-decoration: underline; }
a.iconClass:visited { color: #252525; text-decoration: none; }
a.iconClass:visited:hover { color: #b13620; text-decoration: underline; }
a.iconClass:visited:active { color: #b13620; text-decoration: underline; }

a.navigation1OffClass { font-weight: bold; color: #ffffff; text-decoration: none; }
a.navigation1OffClass:link { color: #ffffff; }
a.navigation1OffClass:hover { color: #b13620; }
a.navigation1OffClass:focus { color: #b13620; }
a.navigation1OffClass:active { color: #b13620; }
a.navigation1OffClass:visited { color: #ffffff; }
a.navigation1OffClass:visited:hover { color: #b13620; }
a.navigation1OffClass:visited:active { color: #b13620; }

a.navigation1OnClass { font-weight: bold; color: #b13620; text-decoration: none; }
a.navigation1OnClass:link { color: #b13620; }
a.navigation1OnClass:hover { color: #b13620; }
a.navigation1OnClass:focus { color: #b13620; }
a.navigation1OnClass:active { color: #b13620; }
a.navigation1OnClass:visited { color: #b13620; }
a.navigation1OnClass:visited:hover { color: #b13620; }
a.navigation1OnClass:visited:active { color: #b13620; }

a.navigation2OffClass { font-weight: bold; color: #ffffff; text-decoration: none; }
a.navigation2OffClass:link { color: #ffffff; }
a.navigation2OffClass:hover { color: #b13620; }
a.navigation2OffClass:focus { color: #b13620; }
a.navigation2OffClass:active { color: #b13620; }
a.navigation2OffClass:visited { color: #ffffff; }
a.navigation2OffClass:visited:hover { color: #b13620; }
a.navigation2OffClass:visited:active { color: #b13620; }

a.navigation2OnClass { font-weight: bold; color: #b13620; text-decoration: none; }
a.navigation2OnClass:link { color: #b13620; }
a.navigation2OnClass:hover { color: #b13620; }
a.navigation2OnClass:focus { color: #b13620; }
a.navigation2OnClass:active { color: #b13620; }
a.navigation2OnClass:visited { color: #b13620; }
a.navigation2OnClass:visited:hover { color: #b13620; }
a.navigation2OnClass:visited:active { color: #b13620; }


/*
'-------------------------------------------------
' Formulare
'-------------------------------------------------
*/

label {
	font-size: 1.1em;
	width: 100px;
	height: auto;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

div.eingabeClass {
	display: block;
	margin: 0px 0px 5px 0px;
}

.formTextareaClass {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #ffffff;
	border: 1px solid #252525;
}

.formTextareaClass:focus, .formTextareaClass:hover, .formTextareaClass:active {
	border-color: #b13620;
	background-color: #eeeeee;
}
.formTextClass {
	font-size: 1.1em;
 	height: 1.6em;
	border: 1px solid #252525;
	background-color: #ffffff;
	vertical-align: middle;
	margin: 0px;
}

.formTextClass:focus, .formTextClass:hover, .formTextClass:active {
	border-color: #ce294e;
	background-color: #eeeeee;
}

.formFileClass {
	background-color: #ffffff;
 	height: 16px;
	border: 1px solid #252525;
}

.formButtonClass {
	font-weight: bold;
	background-color: #e0e0e0;
 	height: 18px;
}

.formButtonOnClass {
	font-weight: bold;
	background-color: #da6400;
 	height: 18px;
}

.formSelectClass {
	font-size: 1.1em;
 	height: 1.6em;
	border: 1px solid #252525;
	background-color: #ffffff;
	/*margin: 1px 0px 1px 0px;*/
	margin: 0px;
}

.formSelectClass:focus, .formSelectClass:hover, .formSelectClass:active {
	border-color: #ce294e;
}

.formRadioClass {
	vertical-align: middle;
}

.formCheckboxClass {
	width: 18px;
	height: 18px;
	border-width: 0px;
	border-style: solid;
	border-color: #252525;
	vertical-align: middle;
}

input[type=image] { /* kein Hover-Effekt fuer grafische Submit-Buttons */
	background: transparent;
}


/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

/*
dl, ol, ul {
	font-size: 40px !important;
	text-align: left;
	margin-top: 0.5em;
}
*/

dl {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0px 0px 1.1em 0px;
	padding: 0px;
}

ul {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	background-image: url("/5_images/1_main/liste_punkt_off.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}

li.linkClass {
	background-image: url("/5_images/1_main/pixel_trans.gif");
	background-repeat: no-repeat;
	padding-left: 0px;
}

/* Liste Navigation 1 */

ul.navigation1Class {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.navigation1Class {
	background-image: url("/5_images/1_main/pixel_trans.gif");
	background-repeat: no-repeat;
	width: 195px;
	height: auto;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	padding: 3px 0px 3px 0px;
}

/* Liste Navigation 2 */

ul.navigation2Class {
	font-size: 1.0em;
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 15px 0px;
}

li.navigation2OffClass {
	background-image: url("/5_images/1_main/nav_element_off.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}

li.navigation2OffClass:hover {
	background-image: url("/5_images/1_main/nav_element_on.gif");
}

li.navigation2OnClass {
	background-image: url("/5_images/1_main/nav_element_on.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}


