/* ----------------------------------------------------------------------------
Screen CSS File
Ipontix
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font: 11px Verdana, sans-serif;
	color: #6a6a6a;
	background: #dad6d2 url('../pics/body.gif') repeat-x;
}

html {
	overflow-y: scroll;
}

li {	
	list-style-type: none;
}

h1 {
	border-top: 2px solid #6a6a6a;
	font: 16px georgia, sans-serif;
	font-weight: normal;
	color: #660000;
	padding-top: 9px;
	padding-bottom: 43px;
	border-bottom: 1px dotted #6a6a6a;
	text-transform: uppercase;
	width: 644px;
	overflow: hidden;
}

h2 {
	padding-top: 10px;
	font: 10px verdana, sans-serif;
	text-transform: uppercase;
	color: #6a6a6a;
	font-weight: bold;
	padding-bottom: 10px;
}

h2.ohneabstand {
	padding-bottom: 0;
}

.ohneabstandoben {
	padding-top: 0;
}

h2.toggler {
	cursor: pointer;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3.ohneabstand {
	padding-top: 0;
}

#logo {
	position: relative;
	z-index: 3000;
	width: 212px;
	height: 212px;
	margin-left: -5px;
}

#logo img {
	vertical-align: bottom;
}

#logo a {
	outline: none;
}

#logo_print {
	display: none;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	background: url("../files/hintergrund-motiv.jpg") no-repeat 0 15px;
	width: 1056px;
	height: 820px;
}

#schatten {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 200;
	background: url("../pics/schatten.png") repeat-x;	
	height: 11px;
	width: 1056px;
	overflow: hidden;
}

#leftCol {
	position: relative;
	z-index: 2;
	float: left;
	background: url("../pics/leftcol.png") no-repeat;
	width: 192px;
	padding-top: 23px;
	padding-bottom: 35px;
	font-size: 10px;
	margin-left: -4px;
	padding-left: 24px;
	padding-right: 20px;
	height: 400px;
}

#rightCol {
	position: relative;
	z-index: 2;
}

#date {
	position: absolute;
	top: 418px;
	left: 24px;
	font-size: 9px;
}

#contentWrapper {
	padding-top: 24px;
}

#content {
	padding-top: 27px;
	padding-left: 24px;
	padding-right: 30px;
	padding-bottom: 25px;
	float: left;
	min-height: 532px;
	background: url("../pics/content.png") no-repeat;
	width: 644px;
	overflow: hidden;
}

#article li a {
	color: #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
}

#content p a {
	color: #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
}

#content p {
	line-height: 16px;
	padding-bottom: 10px;
}

#sidebar p {
	line-height: 16px;
	padding-bottom: 10px;
}

#sidebar {
	font-size: 10px;
}

#sidebar a {
	color: #6a6a6a;
}

#content img {
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

#article {
	float: left;
	padding-top: 7px;
	width: 452px;
	visibility: hidden;
}

#article ul {
	padding-bottom: 10px;
}

#article li {	
	background: url("../pics/bullet.gif") 0 9px no-repeat;
	padding-left: 12px;
	line-height: 16px;
}

#sidebar {
	float: left;
	padding-top: 7px;
	padding-left: 20px;	
	padding-right: 20px;
	width: 152px;
	overflow: hidden;
}

#headline {
	width: 664px;
}

/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

#navLevel1 {
	border-top: 1px dotted #6a6a6a;
	border-bottom: 1px dotted #6a6a6a;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 644px;
	font-size: 10px;
	overflow: hidden;
}

#navLevel1 li {
	float: left;
	font-weight: bold;
	white-space: nowrap;
}

#navLevel1 a {
	color: #6a6a6a;
}

#navLevel1 a:hover {
	color: #660000;
}

li.slash {
	padding-left: 3px;
	padding-right: 3px;
}

a.rex-current {
	color: #660000 !important;	
}

a.rex-active {
	color: #660000 !important;	
}

a.current {
	color: #660000 !important;	
}

a.active {
	color: #660000 !important;	
}


#navLevel2 {
	height: 15px;
	padding-top: 6px;
	padding-bottom: 25px;
	width: 644px;
	overflow: hidden;
}

#navLevel2 a {
	font-weight: normal;
	color: #6a6a6a;
	font-size: 10px;	
}

#navLevel2 a:hover {
	color: #660000;
}

#navLevel2 li {
	float: left;
	white-space: nowrap;
	height: 15px;
}

#navLevel3 {
	width: 644px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 26px;
}

#navLevel3 li {
	float: left;
	white-space: nowrap;
}

#navLevel3 a {
	color: #6a6a6a;	
	font-size: 10px;	
}

#navLevel3 a:hover {
	color: #660000;
}

#navLevel4 {
	width: 644px;
	padding-bottom: 3px;
	overflow: hidden;
}

#navLevel4 a {
	color: #6a6a6a;
}

#navLevel4 a:hover {
	color: #660000;
}

#rex-article-43 {
	clear: left;
}

*+html #rex-article-43 {
	clear: none;
}

*+html .articleid_2 #navLevel2 {
	width: 638px;
}

/* ----------------------------------------------------------------------------
systemNav
---------------------------------------------------------------------------- */

#systemNav {
	width: 170px;
	padding-top: 4px;
	padding-bottom: 24px;
}

#systemNav li {
	height: 23px;
	border-top: 1px dotted #6a6a6a;		
}

#systemNav a {
	display: block;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #6a6a6a;
}

#systemNav a:hover {
	color: #660000;
}

/* ----------------------------------------------------------------------------
quickNav
---------------------------------------------------------------------------- */

#quickNav {
	position: absolute;
	top: 171px;
	width: 170px;
	border-top: 1px dotted #6a6a6a;	
}

#quickNav li {
	border-bottom: 1px dotted #6a6a6a;		
}

#quickNav a {
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #6a6a6a;
	font-weight: bold;
}

#quickNav a:hover {
	color: #660000;
}

/* ----------------------------------------------------------------------------
footer
---------------------------------------------------------------------------- */

#footer {
	background: url("../pics/footer.png") no-repeat;
	float: left;
	color: #FFF;
	margin-left: 236px;
	padding-left: 16px;
	padding-right: 20px;
	width: 659px;
	height: 35px;	
}

#footer p {
	font-size: 9px;
	padding-top: 3px;
}

#footer p.copyright {
	float: right;
	padding-right: 15px;
}

ul#seitenzahl {
	width: 644px;
	padding-bottom: 36px;
	overflow: hidden;
}

ul#seitenzahl li {
	float: left;	
	background: none;
	padding: 0;
}

ul#seitenzahl li.slash {
	padding-left: 3px;
	padding-right: 3px;
}

ul#seitenzahl li a {
	font-size: 10px;
	color: #6a6a6a;
}

ul#seitenzahl li a.zahlaktiv {
	color: #660000;
}

#downloadPublications {
	margin-top: -8px;
}

#downloadPublications a {
	color: #6a6a6a;	
}

#downloadPublications.events {
	width: 624px;
}

#downloadPublications.events .presse_wrapper {
	float: left;
	clear: both;
	width: 624px;
}

#downloadPublications.events .presseFirst, #downloadPublications.events .presse {
	width: 452px;
	float: left;
}

#downloadPublications.events .image {
	float: right;
}

.presse {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dotted #6a6a6a;
}

.presseFirst {
	padding-bottom: 8px;
}

/* ----------------------------------------------------------------------------
bottom navigation
---------------------------------------------------------------------------- */

#bottomNavigation li {
	padding-top: 4px;
	float: left;
}

#bottomNavigation a {
	font-size: 9px;
	color: #FFF;
}

#bottomNavigation a.rex-current {
	color: #FFF !important;	
}

#bottomNavigation a.rex-active {
	color: #FFF !important;	
}

#bottomNavigation li.pipe {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #ddd;
}

/* ----------------------------------------------------------------------------
language navigation
---------------------------------------------------------------------------- */

ul.languageNav {
	position: absolute;
	right: 160px;
	font-size: 9px;
}

ul.languageNav a {
	font-weight: normal !important;
}

#hoverMediaList {
	position: absolute;
	top: 324px;
	left: 20px;
	cursor: pointer;
}

#hoverMediaList li {
	margin-right: 10px;
	float: left;
	height: 44px;
	background-repeat: repeat-x;
	background-position: 0 center;
	overflow: hidden;
}

.articleid_1 #logo {
	background: url("../pics/logo_start.png") no-repeat;
	width: 228px;
	height: 223px;
}

.articleid_1 #contentWrapper {
	padding-top: 13px;
}

#contactForm {
	width: 480px;
	padding-top: 20px;
	overflow: hidden;
}

#contactForm .left {
	float: left;
	width: 220px;
	padding-right: 15px;
}

#contactForm .right {
	float: left;
	width: 220px;
	padding-bottom: 25px !important;
}

#contactForm .bottom {
}

#contactForm .validCheck {
	display: none;
}

#contactForm .error label {
	color: #660000;
}

.hyphenate {
	text-align: justify;
}

.abbr {
	font-weight: bold;
}

.glossarNavi {
	width: 750px;
	padding-bottom: 30px;
	overflow: hidden;
}

.articleid_23 #article {
	width: 645px;
}

.articleid_23 #article p {
	width: 450px;
}


.articleid_23 #sidebar {
	width: 0 !important;
}

#article .glossarNavi li {
	float: left;
	background: none;
	padding-left: 0px;
}

#article .glossarNavi a {
	font-size: 10px;
	color: #6a6a6a;
	border-bottom: none;
}

.glossarNavi a.active {
	color: #660000;
}

#glossaryContent {
	text-align: left;
}

.element p {
	width: 450px;
	border-bottom: 1px dotted #6a6a6a;
}

#article .glossarNavi li.slash {
	padding-left: 2px;
}

/* ----------------------------------------------------------------------------
Kontaktformular
---------------------------------------------------------------------------- */

#contactForm {
	position: relative;
	width: 460px;
}

#contactForm .submit input {
	border-bottom: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	cursor: pointer;
	font-size: 10px;
	height: 18px;
	text-align: center;
	width: 81px;	
	color: #eee;
	background: #616161;
}

#contactForm select {
	padding: 2px;
	height: 19px;
	width: 134px;
	color: #666;
	font: 10px verdana, sans-serif;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;	
}

#contactForm .checkbox {
	padding-top: 10px;
	width: 370px;
	float: left;
}

#contactForm .checkbox input {
	margin-top: 5px;
}

#contactForm .checkbox label {
	display: inline;
	padding-left: 5px;
	line-height: 1em;
	margin-top: -2px;
}

#contactForm textarea {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 449px;
	height: 80px;
}

#contactForm label {
	font: 11px Verdana, sans-serif;
	display: block;
	padding-top: 8px;
	padding-bottom: 3px;
}

.inputText input {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 214px;
	height: 14px;
	padding: 2px;
}

.submit input {
	margin-top: 17px;
	clear: both;
}

.textMandatory {
	font-size: 10px;
	padding-top: 20px;
	width: 460px;
}

.downloadPress {
	font-size: 10px;
	width: 450px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 57px;
	border-top: 1px dotted #6a6a6a;
	overflow: hidden;
}

.downloadPress.first {
	border-top: none;
	height: 57px;
	padding-bottom: 3px;
	overflow: hidden;
}

.downloadPress .image1 {
	float: left;
}

.downloadPress .image1 img {
	float: left;
	padding-right: 6px;
}

.downloadPress .image2 img {
	float: left;
}

.downloadPress .text {
	padding-top: 3px;
	font-weight: bold;
	float: left;
	width: 320px;
	padding-left: 20px;
}

.downloadPress .text a {
	font-weight: normal;
	color: #6a6a6a;
}

.downloadPress .description {
	font-weight: normal;
}

/* ----------------------------------------------------------------------------
Kontaktformular
---------------------------------------------------------------------------- */

#teamMembers {
	padding-top: 24px;
}

.member.first img {
	padding-left: 0;
}

.member img {
	padding-left: 10px;
	cursor: pointer;
	float: left;
}

.hoverMedia {
	float: left;
	padding-right: 20px;
	padding-bottom: 16px;
	overflow: hidden;
}

.hoverMedia.last {
	float: none;
	overflow: hidden;
}

span.keinUmbruch {
	white-space: nowrap;
}

/* ----------------------------------------------------------------------------
Newsletter
---------------------------------------------------------------------------- */

.newsletter {
	width: 760px;
}


div.pleft {
	padding-right: 20px;
	float: left;
}

div.pleft a {
	float: left;
}

#imagePreloader {
	display: none;
}

/* ----------------------------------------------------------------------------
Tombstones
---------------------------------------------------------------------------- */

#tombstones {
	width: 645px;
}

#tombstones .tombstone {
	float: left;
	margin-left: 8px;
}

#tombstones .first {
	margin-left: 0px;
}

#tombstones img {
	padding-bottom: 1px;
}

.newsletter_archiv_item {
	clear: both;
	border-bottom: 1px solid #6A6A6A;
	padding-bottom: 16px;
	margin-bottom: 15px;
}

.newsletter_archiv_datum {
	float: left;
	width: 100px;
}

.newsletter_archiv_text {
	float: left;
	width: 350px;
}

.newsletter_archiv_text a {
	color: #660000;
	/* border-bottom: 1px solid #6A6A6A; */
}

.clear {
	clear: both;
}

#article h1 {
	border: none;
	padding-bottom: 16px;
	width: 452px;
	padding-top: 14px;
	border-bottom: 1px solid #6A6A6A;
	margin-bottom: 16px;
}

#hoverMediaList.ticker {
	display: block;
	overflow: hidden;
	width: 170px;
	height: 88px;
	margin-left: 5px;
}

#hoverMediaList.ticker ul {
	position: relative;
	float: left;
	width: 170px;
}

#hoverMediaList.ticker li {

}

#hoverMediaList .ticker_wrapper {
	position: relative;
	height: 88px;
	width: 2000px;
}

.print_frame {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	color: #FFF;
}
