@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: #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%;
	height: auto;
	text-align: left;
}

div#layoutWrapper {
	position: relative;
	width: 940px;
	height: auto;
	/*margin: auto;*/
	text-align: left;
}

/* HEADER */

div#logoLayer {
	position: absolute;
	left: 540px;
	top: 11px;
	width: 258px;
	height: 10px;
	z-index: 5;
}

div#navigationLayer {
	position: absolute;
	left: 539px;
	top: 28px;
	width: 400px;
	height: auto;
	z-index: 31;
}

div#navigation2Layer {
	position: absolute;
	left: 70px;
	top: 0px;
	width: 410px;
	height: 40px;
	overflow: hidden;
	z-index: 31;
}

/* CONTENT */

div#graphicLayer {
	position: absolute;
	left: 215px;
	top: 100px;
	width: 500px;
	height: 635px;
	padding: 0 0 35px 0;
	z-index: 21;
}

div#contentLeftLayer {
	position: absolute;
	left: 70px;
	top: 190px;
	width: 400px;
	height: auto;
	padding: 0 0 35px 0;
	z-index: 23;
}

div#contentRightLayer {
	position: absolute;
	left: 540px;
	top: 190px;
	width: 375px;
	height: auto;
	padding: 0 0 35px 0;
	z-index: 21;
}

div#contentMaxLayer {
	position: absolute;
	left: 70px;
	top: 190px;
	width: 870px;
	height: auto;
	padding: 0 0 35px 0;
	z-index: 23;
}

div#backlinkLayer {
	position: absolute;
	left: 0;
	top: -35px;
}


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

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

span.subtitleClass {
	/*color: #999 !important;*/
}

table.newsClass { width: 870px; margin-bottom: 30px; }
table.newsClass tr td.pictClass { width: 470px; padding-bottom: 20px; }
table.newsClass tr td.pictClass div.imageWrapperClass { width: 400px; text-align: center; }
table.newsClass tr td.pictClass div.wrapperClass { width: 400px; text-align: center; }
table.newsClass tr td.textClass { width: 400px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
table.newsClass tr td.textClass h1 { text-transform: uppercase; }
table.newsClass tr td.textClass h1 span.subtitleClass { font-weight: normal; text-transform: none; }
table.newsClass p { margin-bottom: 1.4em; }
table.newsClass div.factsClass { color: #666; }

.greyClass { color: #666; }


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

div#backlinkLayer a,
div#backlinkLayer a:link,
div#backlinkLayer a:visited { color: #666; font-weight: normal; text-decoration: none; }
div#backlinkLayer a:hover,
div#backlinkLayer a:active,
div#backlinkLayer a:visited:hover,
div#backlinkLayer a:visited:active { color: #000; text-decoration: underline; }

div#contentLeftLayer a,
div#contentLeftLayer a:link,
div#contentLeftLayer a:visited { color: #666; font-weight: normal; text-decoration: none; }
div#contentLeftLayer a:hover,
div#contentLeftLayer a:active,
div#contentLeftLayer a:visited:hover,
div#contentLeftLayer a:visited:active { color: #000; text-decoration: none; }

div#navigationLayer ul li a,
div#navigationLayer ul li a:link {
	color: #000;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left; /* horizontale Liste */
	width: auto; /* horizontale Liste */
	padding: 0px 7px 1px 0px;
	border-right: 1px solid #000;
	margin-right: 7px;
}
div#navigationLayer ul li a:hover { font-weight: bold; }
div#navigationLayer ul li a:active { font-weight: bold; }
div#navigationLayer ul li a:visited { font-weight: normal; }
div#navigationLayer ul li a:visited:hover { font-weight: bold; }
div#navigationLayer ul li a:visited:active { font-weight: bold; }

div#navigationLayer ul li a.actClass,
div#navigationLayer ul li a.actClass:link,
div#navigationLayer ul li a.actClass:visited { font-weight: bold; }
div#navigationLayer ul li a.actClass:hover,
div#navigationLayer ul li a.actClass:active,
div#navigationLayer ul li a.actClass:visited:hover,
div#navigationLayer ul li a.actClass:visited:active { font-weight: bold; }

div#navigationLayer ul li a.lastItemClass { border-right: 0; }

ul.workList li a,
ul.workList li a:link {
	color: #666;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 100%;
	padding: 0;
}
ul.workList li a:hover { color: #666; text-decoration: underline; }
ul.workList li a:active { color: #000; text-decoration: underline; }
ul.workList li a:visited { color: #666; text-decoration: none; }
ul.workList li a:visited:hover { color: #000; text-decoration: underline; }
ul.workList li a:visited:active { color: #000; text-decoration: underline; }

ul.workList li a.actClass,
ul.workList li a.actClass:link,
ul.workList li a.actClass:visited { color: #000; }
ul.workList li a.actClass:hover,
ul.workList li a.actClass:active,
ul.workList li a.actClass:visited:hover,
ul.workList li a.actClass:visited:active { color: #000; }

ul.pressList li a,
ul.pressList li a:link {
	color: #666;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 100%;
	padding: 0;
}
ul.pressList li a:hover { color: #666; text-decoration: underline; }
ul.pressList li a:active { color: #000; text-decoration: underline; }
ul.pressList li a:visited { color: #666; text-decoration: none; }
ul.pressList li a:visited:hover { color: #000; text-decoration: underline; }
ul.pressList li a:visited:active { color: #000; text-decoration: underline; }

ul.pressList li a.actClass,
ul.pressList li a.actClass:link,
ul.pressList li a.actClass:visited { color: #000; }
ul.pressList li a.actClass:hover,
ul.pressList li a.actClass:active,
ul.pressList li a.actClass:visited:hover,
ul.pressList li a.actClass:visited:active { color: #000; }


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

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

.c15l, .c20l, .c25l, .c30l, .c33l, .c38l, .c48l, .c50l, .c52l, .c62l, .c66l, .c70l, .c75l, .c80l, .c85l { float: left; }
.c15r, .c20r, .c25r, .c30r, .c33r, .c38r, .c48r, .c50r, .c52r, .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.333%; }
.c38l, .c38r { width: 38.199%; }
.c48l, .c48r { width: 47.999%; }
.c50l, .c50r { width: 49.999%; }
.c52l, .c52r { width: 51.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.666%; }
.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-right: 10px; }
.subc { padding-left: 10px; padding-right: 10px; }

* html .c15l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c38l, * html .c48l, * html .c50l, * html .c52l, * html .c62l, * html .c66l, * html .c70l, * html .c75l, * html .c80l,
* html .c15r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c38r, * html .c48r, * html .c50r, * html .c52r, * 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
'-------------------------------------------------
*/

img.placeholderClass { background-color: #ccc; }

.clearClass { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghostClass { display: none; }
.nowrapClass { white-space: nowrap; }

div.rulerClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-color: #dedede;
	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: #c00; }

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

h1 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h2 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }



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

ul, ol, dl {
	position: relative;
	margin: 0 0 1.4em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/* Liste Navigation - horizontal */

div#navigationLayer ul,
div#navigation2Layer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin-left: 0px;
	overflow: hidden;
	width: 100%;
}

div#navigationLayer ul li,
div#navigation2Layer ul li {
	float: left;
	display: inline;
}

div#navigation2Layer ul li {
	width: 68px;
}

/* Liste Navigation - vertikal */

ul.workList,
ul.pressList {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	margin-left: 0px;
}

ul.workList li,
ul.pressList li {
	margin: 0;
	width: 100%;
	padding-bottom: 4px;
}



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

