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

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

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body { 
	/* Hintergrund */
	background-color: #fff;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* = 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #193d66;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

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



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#layoutContainerLayer {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 940px;
	height: auto;
	margin-left: -470px;
	overflow: visible;
	z-index: 3;
}

div#navTopLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

div#headerPict1Layer { position: absolute; left: 40px; top: 0px; width: 200px; height: 114px; background-image: url('../images/h_pict-1.jpg'); background-position: left top; background-repeat: no-repeat; overflow: hidden; z-index: 3; }
div#headerPict2Layer { position: absolute; left: 240px; top: 0px; width: 660px; height: 114px; background-image: url('../images/h_pict-2.jpg'); background-position: left top; background-repeat: no-repeat; overflow: hidden; z-index: 3; }
div#headerPict3Layer { position: absolute; left: 240px; top: 114px; width: 660px; height: 116px; background-image: url('../images/h_pict-3.jpg'); background-position: left top; background-repeat: no-repeat; overflow: hidden; z-index: 3; }
div#headerPict4Layer { position: absolute; left: 240px; top: 230px; width: 660px; height: 290px; background-image: url('../images/h_pict-4.jpg'); background-position: left top; background-repeat: no-repeat; overflow: hidden; z-index: 3; }

div#headerLogoLayer {
	position: absolute;
	left: 730px;
	top: 35px;
	width: 201px;
	height: 66px;
	z-index: 5;
}

div#contentLayer {
	position: absolute;
	left: 280px;
	top: 260px;
	width: 450px;
	height: auto;
	padding-bottom: 30px;
	z-index: 13;
}

/*div.contentMaxClass { width: 490px !important; }*/

div#contentRightPictureLayer {
	position: absolute;
	left: 755px;
	top: 260px;
	width: 145px;
	height: auto;
	padding-top: 5em;
	padding-bottom: 30px;
	z-index: 11;
}

div#contentLeftContainerLayer {
	position: absolute;
	left: 40px;
	top: 230px;
	width: 200px;
	height: auto;
	padding-bottom: 30px;
	z-index: 11;
}

div#searchboxLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
	height: auto;
	margin-top: 30px;
	z-index: 11;
}

div#contactLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #6684a2;
	border-right: 1px solid #6684a2;
	z-index: 11;
}

div#navigation1Layer {
	position: absolute;
	left: 40px;
	top: 114px;
	width: 199px;
	height: 116px;
	border-right: 1px solid #4d6d8e;
	background-color: #002e5d;
	overflow: hidden;
	z-index: 21;
}

div#navigation2Layer {
	position: relative;
	left: -22px;
	top: 0px;
	width: 222px;
	height: auto;
	/*padding-top: 30px;*/
	/*border-left: 1px solid #6684a2;*/
	background-image: url('../images/nav2_bg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 11;
}

div#navigationExtraLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	font-size: 90.90%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top: 1px solid #6684a2;
	border-right: 1px solid #6684a2;
	z-index: 11;
}



/*
'-------------------------------------------------
' Definition Subtemplates
'-------------------------------------------------
*/

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l { float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { float: right; margin-left: 0px; }

.c25l, .c25r { width: 24.999%; }
.c33l, .c33r { width: 33.333%; }
.c38l, .c38r { width: 38.199%; }
.c50l, .c50r { width: 49.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 74.999%; }

.subcl { padding: 0; }
.subcr { padding-left: 15px; }

* html .c50l, * html .c25l, * html .c33l, * html .c38l, * html .c66l, * html .c75l, * html .c62l,
* html .c50r, * html .c25r, * html .c33r, * html .c38r, * html .c66r, * html .c75r, * html .c62r {
	display: inline;
}

* html .subcolumns .subcl,
* html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; }



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

div#contentLayer img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}

p.bodytext { margin-top: 0; }
div#contactLayer p.bodytext { margin: 0; }
div#contentExtraContainerLayer * div.separatorClass { width: 170px !important; }

div#navigation1Layer table { width: 199px; height: 115px; margin-top: 1px; }
div#navigation1Layer table tr td { width: 199px; height: 22px; border-bottom: 1px solid #264d75; }
div#navigation1Layer table tr td:hover { background-image: url('../images/nav1_indicatorOn.gif'); background-repeat: repeat-y; background-position: right top; }
div#navigation1Layer table tr td.actClass { background-image: url('../images/nav1_indicatorOn.gif'); background-repeat: repeat-y; background-position: right top; }



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

div.clearClass { clear: both; height: 1px; font-size: 1px; line-height: 0; }
div.ghostClass { position: absolute; display: none; z-index: 0; }

div.separatorClass {
	position: relative;
	width: 96%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-style: solid;
	border-color: #d5ccc6;
	border-width: 1px 0 0 0;
	margin: 24px 0 20px 0;
}

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

.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: 1.4em 0 1.4em 0; }
div.pClass { margin: 1.4em 0 1.4em 0; }
p.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 #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #000 solid;
}

h1 { font-size: 200%; color: #193d66; font-weight: normal; margin: 1.4em 0 1.4em 0; line-height: 1.1em; }
h2 { font-size: 136.36%; color: #193d66; font-weight: bold; margin: 1.4em 0 1.4em 0; }
h3, h4, h5, h6 { font-size: 1.0em; color: #000; margin: 2.4em 0 1.4em 0; font-weight: bold; }
h1.firstClass, h2.firstClass, h3.firstClass, h4.firstClass, h5.firstClass, h6.firstClass { margin-top: 0em; }



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

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

div#contentRightLayer a,
div#contentRightLayer a:link,
div#contentRightLayer a:visited { color: #193d66; font-weight: normal; text-decoration: underline; }
div#contentRightLayer a:hover,
div#contentRightLayer a:active,
div#contentRightLayer a:visited:hover,
div#contentRightLayer a:visited:active { color: #f08b24; }

div#contactLayer a,
div#contactLayer a:link,
div#contactLayer a:visited { color: #193d66; font-weight: normal; text-decoration: underline; }
div#contactLayer a:hover,
div#contactLayer a:active,
div#contactLayer a:visited:hover,
div#contactLayer a:visited:active { color: #f08b24; }

div#navigation1Layer a,
div#navigation1Layer a:link {
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	width: 183px;
	height: 20px;
	padding-top: 2px;
	padding-left: 16px;
	/*
	border-right: 5px solid #002e5d;
	background-color: #002e5d;
	*/
}
div#navigation1Layer a:hover { color: #f08b24; }
div#navigation1Layer a:active { color: #f08b24; }
div#navigation1Layer a:visited { color: #fff; }
div#navigation1Layer a:visited:hover { color: #f08b24; }
div#navigation1Layer a:visited:active { color: #f08b24; }

div#navigation1Layer a.actClass,
div#navigation1Layer a.actClass:link { color: #fff; }
div#navigation1Layer a.actClass:hover { color: #f08b24; }
div#navigation1Layer a.actClass:active { color: #f08b24; }
div#navigation1Layer a.actClass:visited { color: #fff; }
div#navigation1Layer a.actClass:visited:hover { color: #f08b24; }
div#navigation1Layer a.actClass:visited:active { color: #f08b24; }

div#navigation2Layer ul li a,
div#navigation2Layer ul li a:link {
	color: #193d66;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	text-decoration: none;
	display: block;
	width: 185px;
	padding: 1px 0px 1px 37px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}
div#navigation2Layer ul li a:hover { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }
div#navigation2Layer ul li a:active { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }
div#navigation2Layer ul li a:visited { color: #193d66; }
div#navigation2Layer ul li a:visited:hover { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }
div#navigation2Layer ul li a:visited:active { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }

div#navigation2Layer ul li a.actClass,
div#navigation2Layer ul li a.actClass:link,
div#navigation2Layer ul li a.actClass:visited { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }
div#navigation2Layer ul li a.actClass:hover,
div#navigation2Layer ul li a.actClass:active,
div#navigation2Layer ul li a.actClass:visited:hover,
div#navigation2Layer ul li a.actClass:visited:active { color: #f08b24; background-image: url('../images/nav2_indicatorOn.gif'); }

div#navigation2Layer ul li ul li a,
div#navigation2Layer ul li ul li a:link {
	color: #193d66;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 1px 0px 1px 57px;
	background-image: none;
}
div#navigation2Layer ul li ul li a:hover { color: #f08b24; background-image: none; }
div#navigation2Layer ul li ul li a:active { color: #f08b24; background-image: none; }
div#navigation2Layer ul li ul li a:visited { color: #193d66; }
div#navigation2Layer ul li ul li a:visited:hover { color: #f08b24; background-image: none; }
div#navigation2Layer ul li ul li a:visited:active { color: #f08b24; background-image: none; }

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

div#navigationExtraLayer ul li a,
div#navigationExtraLayer ul li a:link {
	color: #193d66;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
	width: auto;
	float: left;
	margin-right: 7px;
	background: transparent;
}
div#navigationExtraLayer ul li a:hover { color: #f08b24; }
div#navigationExtraLayer ul li a:active { color: #f08b24; }
div#navigationExtraLayer ul li a:visited { color: #193d66; }
div#navigationExtraLayer ul li a:visited:hover { color: #f08b24; }
div#navigationExtraLayer ul li a:visited:active { color: #f08b24; }

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



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

ul, ol, dl {
	position: relative;
}

div#contentLayer ol,
div#contentRightLayer ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin-left: 27px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

div#contentLayer ul,
div#contentRightLayer ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

div#contentLayer ul li ul li,
div#contentRightLayer ul li ul li {
	margin-left: 0;
}

/* Liste Navigation - vertikal */

div#navigation1Layer ul,
div#navigation2Layer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

div#navigation2Layer ul {
	padding-top: 30px;
}

div#navigation2Layer ul li ul {
	padding-top: 3px;
	padding-bottom: 5px;
}

div#navigation1Layer ul li,
div#navigation2Layer ul li {
	width: 100%;
}

/* Liste Navigation - horizontal */

div#navigationExtraLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 199px;
	border: 1px solid transparent;
}

div#navigationExtraLayer ul li {
	float: left;
	display: inline;
}



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