/* -----------------------------------------------



		STYLESHEET CONTAINS ELEMENT RULES  

		FOR CONTENT AND CONTEXT COLUMNS



----------------------------------------------- */



/* ++++++++++ GLOBAL NAVIGATION: NO BORDER FOR IMAGES ++++++++++ */	



a img {
	border:0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++ START NAVIGATION TOOLBAR ++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++ */



#navAux ul {
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0;
	color:#666;
}
#navAux ul li {
	display:inline;
	font-size:10px;
	margin:0;
}
#navAux ul li a {
	padding:0 10px 0 0;
	margin-right:10px;
	color:#999;
	text-decoration:none;
	float:left;
<!--
background:url(/lib/images/dot.gif) no-repeat right center;
-->
 background:none;
}
#navAux ul li a.sans {
	background:none;
}
#navAux ul li a.current {
	color:#003466;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++ START VERTICAL NAVIGATION (LEFT COLUMN) ++++++++++ */			

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	









/* ++++++++++++++++++++ NAVLEVEL 1 ++++++++++++++++++++ */	



#subnavlist2 ul {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
}
/* Tantek's hack used to close gaps

		between li-elements in Win IE 5.x */



		#subnavlist2 li {
	border-top:1px solid #fff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin:-3px 0 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0;
}
html>body #subnavlist2 li {
	margin:0;
}
#subnavlist2 a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#subnavlist2 a:hover {
	text-decoration:underline;
}
#subnavlist2 ul li a {
	padding:3px 0 3px 10px;
	background:#0C8AD7;
	width:165px;
}
/* ++++++++++++++++++++ NAVLEVEL 2 ++++++++++++++++++++ */		
#subnavlist2 ul ul {
	margin:0 0 0 0;
	padding:0;
}
/* Tantek's hack used to close gaps between li-elements in Win IE 5.x */
#subnavlist2 ul ul li {
	font-weight:normal;
	margin:-3px 0 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0
}
html>body #subnavlist2 ul ul li {
	margin:0
}
#subnavlist2 ul ul li a {
	text-indent: 18px;
	background:#40a8e7;
}
/* ++++++++++++++++++++ NAVLEVEL 3 ++++++++++++++++++++ */	
#subnavlist2 ul ul ul li {
	padding:0;
	border-top:1px solid #f3f3f3;
	background:#fff;
	font-size:11px;
	margin:-3px 0 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0
}
html>body #subnavlist2 ul ul ul li {
	margin:0
}
#subnavlist2 ul ul ul li a {
	text-indent: 25px;
	background:#66b5e5;
}
/* ++++++++++ ACTIVE LINK IN LOCAL NAVIGATION ++++++++++ */
#subnavlist2 a.current {
	color:#cccccc;
	font-weight:bold;
	xmargin-bottom:-1px; /* prohibits white border for topmost element */
}
#subnavlist2 a:hover.current {
	text-decoration:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	
/* ++++++++++ ITEMS CONTENT AND CONTENTFULL COLUMN ++++++++++ */			
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		
#content ul, #contentFull ul {
	list-style-type:none;
	padding:0 10px 10px 10px;
	margin:0;
	font-size:12px;
	color:#333;
}
#content ul ul {
	padding:0 10px 0 0;
}
#content ol, #contentFull ol {
	color:#333;
	font-size:12px;
	margin:0 0 25px 0;
	padding:0 10px 0 10px;
}
#content li, #contentFull li {
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	background:none;
<!--
background:  url("/lib/images/basis/icon_listdefault.gif") no-repeat 0 4px;
-->
}
#content ol li, #contentFull ol li {
	background:none;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	xlist-style:decimal;
	line-height:18px;
}
#content ol li p {
	padding:0;
}
#content li a, #contentFull li a {
	color:#2269b6;
	margin:0;
	text-decoration: none;
	line-height:14px;
}
#content li a:hover, #contentFull li a:hover {
	text-decoration:underline;
}
#content ul.listLinkage li, #contentFull ul.listLinkage li {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}
#content ul.listLinkage li a, #contentFull ul.listLinkage li a {
	display:block;
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 4px;
-->
 background:none;
}
/* added by doelling@publicform.de for list items without URL and thus 
				   without link */
				   #content ul.listLinkage li span, #contentFull ul.listLinkage li span {
	display:block;
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
<!--
background:  url("/lib/images/arrow-list.gif") no-repeat 0 4px;
-->
 background:none;
}
#content ul.listLinkage li span, #contentFull ul.listLinkage li span {
	color:#000;
	display:block;
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
<!--
xbackground:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 4px;
-->
 background:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++ START CONTEXTUAL COLUMN (RIGHT COLUMN) ++++++++++ */	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	









/* ++++++++++ CONTAINER DIV ++++++++++ */

/* Hides from IE5-mac \*/
* html .contextItem {
	height: 1%;
}
/* End hide from IE5-mac */

.contextItem {
	background-color:#F5F5F5;
	border-bottom:5px solid #fff;
	text-align:center;
}
.contextItem img {
	margin-top:-1px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
/* Special div used for the press picture archives */



		.contextItemSearch {
	background-color:#F5F5F5;
	border-top:5px solid #fff;
}
.contextItemSearch h3 {
	background-color:#F5F5F5;
	border-bottom:none !important;
}
.contextItemSearch input {
	margin:0 0 0 10px;
	padding-left: 3px !important;
}
.contextItemSearch form {
	margin:0;
}
.contextItemSearch fieldset {
	border-bottom:none;
}
/* ++++++++++ TEXT ELEMENTS AND LINKS ++++++++++ */





#context a:hover {
	text-decoration:underline;
}
#context a:visited {
	color:#5995c8;
}
#context a img {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	list-style-type:none;
	background:none;
	margin-top:-1px;
}
#context h3 {
	font-weight:normal;
	margin:0 10px;
	padding: 5px 0;
	border-bottom:1px solid #fff;
}
#context p {
	padding:0 10px;
	font-size:11px;
	line-height:14px;
}
#context ul {
	list-style-type:none;
	margin:0;
	padding:5px 10px;
}
#context li {
	font-size: 10px;
	margin:0;
	padding:3px 0 0 0;
	line-height:14px;
	display:inline;
}
#context li a {
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 3px;
-->
 background:none;
	display:block;
	padding: 0 0 0 16px;
	margin:0;
	text-decoration: none;
	line-height:14px;
}
#context li span { /* fuer nichtverlinkten Text, der Abstand zum Rand einhaelt */
	display:block;
	padding:0 0 3px 16px;
	color:#333;
}
/* +++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++ START FOOTER NAVIGATION ++++++++++ */		

/* +++++++++++++++++++++++++++++++++++++++++++++ */

		



#footer ul {
	background:#fff;
	list-style-type:none;
	padding: 0 0 0 10px;
	margin: 0;
	width: 100%;
}
#footer ul li {
	font-size:10px;
	line-height:15px;
	display:inline;
	margin:0;
	padding:0;
	color:#999;
}
#footer a, #footer p {
	font-size:10px;
	line-height:12px;
	text-decoration: none;
}
#footer a {
	color:#2269b6;
}
#footer a:hover {
	color:#2269b6;
	text-decoration:underline;
}
#footer p {
	color:#999;
	padding:0 0 0 10px;
	margin:0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++ IMAGES ACCOMPANIED BY TEXT +++++++++++ */	

/* +++++++++++++++++++++++++++++++++++++++++++++++++ */





div.historicalLeft {
	width:390px;
	background:#f8f8f8;
	margin-bottom:10px;
}
div.historicalLeft img {
	padding:10px 0 10px 10px;
	float:left;
}
div.historicalLeft p {
	float:right;
	width:240px;
	padding:10px;
	font-size:11px;
	line-height:14px;
}
div.historicalRight {
	width:390px;
	background:#f8f8f8;
	margin-bottom:10px;
}
div.historicalRight img {
	padding:10px 10px 10px 0;
	float:right;
}
div.historicalRight p {
	float:left;
	width:240px;
	padding:10px;
	font-size:11px;
	line-height:14px;
}
div.portrait {
	width:390px;
	background:#f8f8f8;
	margin-bottom:10px;
}
div.portrait img {
	padding:10px 0 10px 10px;
	float:left;
}
div.portrait p {
	float:right;
	width:220px;
	padding:10px;
	font-size:11px;
	line-height:14px;
}
div.editorial {
	width:390px;
	background:#f8f8f8;
	margin-bottom:10px;
}
div.editorial img {
	padding:10px 0 10px 10px;
	float:left;
}
div.editorial p {
	float:right;
	width:185px;
	padding:10px;
	font-size:11px;
	line-height:14px;
}
/* Search results: press picture archives */



div.pressPictureArchivesResults {
	width:390px;
	background:#f8f8f8;
	margin-bottom:10px;
}
div.pressPictureArchivesResults .picture {
	width:120px;
	float:left;
}
div.pressPictureArchivesResults .picture img {
	margin:10px;
	display:block;
}
div.pressPictureArchivesResults .picture p {
	font-size:11px;
	line-height:14px;
}
div.pressPictureArchivesResults .picture p a {
	padding-left:14px;
<!--
background:url("/lib/images/basis/icon_linklist.gif") no-repeat left center;
-->
 background:none;
	display:block;
}
div.pressPictureArchivesResults .text {
	width:270px;
	float:right;
}
div.pressPictureArchivesResults .text p {
	padding:0 10px 0 0;
	font-size:11px;
	line-height:14px;
}
div.pressPictureArchivesResults .text h4 {
	padding:10px 0;
	font-weight:bold;
}
div.pressPictureArchivesResults .text ul {
	padding:0 !important;
	margin:10px 0 !important;
}
div.pressPictureArchivesResults .text li {
	list-style-type:none;
	margin:0;
	padding:0 !important;
	font-size:11px;
	background:none !important;
	display:inline;
}
div.pressPictureArchivesResults .text li a {
	padding:0 0 0 14px !important;
	display:block;
<!--
background:url("/lib/images/basis/icon_linklist.gif") no-repeat left center;
-->
 background:none;
}
div.pressPictureArchivesResults br {
	clear:both;
}
/* ++++++++++++++++++++ Make it bold! ++++++++++++++++++++ */



.bold {
	font-weight:bold;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++ */			

/* ++++++++++++++++++++ LINKAGE ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++ */			

		

		

		

		

	

/* ++++++++++++++++++++ ENLARGEMENT ++++++++++++++++++++ */

	

		

		

		

a.enlarge {
<!--
background: url("/lib/images/basis/icon_plus.gif") no-repeat 0 3px !important;
-->
 background:none;
	padding-left:13px;
	display:block;
}
a.enlarge:hover {
	text-decoration:underline;
}
/* ++++++++++++++++++++ CLOSE WINDOW ++++++++++++++++++++ */

			

		

		

		

a.close {
	margin-top:5px;
	padding-left:13px;
	font-size:11px;
	display:block;
	clear:both;
<!--
background: url("/lib/images/basis/icon_close.gif") no-repeat 0 3px !important;
-->
 background:none;
}
a.close:hover {
	text-decoration:underline;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */			

/* ++++++++++++++++++++ MISCELLANOUS LINK RULES ++++++++++++++++++++ */	

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		



a.top, a.print, a.video, a.back, a.trailedLink, a.audio {
	padding-left:14px;
	text-decoration:none;
	display:block;
}
a.top:hover, a.print:hover, a.caution:hover, a.video:hover, a.back:hover, a.trailedLink:hover, a.audio:hover {
	text-decoration:underline;
}
a.top {
<!--
background: url("/lib/images/basis/icon_toplink.gif") no-repeat left center;
-->
 font-size:11px;
}
a.print {
<!--
background: url("/lib/images/basis/icon_square.gif") no-repeat left center;
-->
 font-size:11px;
}
a.video {
<!--
background: url("/lib/images/basis/icon_video.gif") no-repeat 0 0px !important;
-->
}
a.back {
	text-decoration:none;
<!--
background: url("/lib/images/basis/icon_backlink.gif") no-repeat left center !important;
-->
}
a.back:hover {
	text-decoration:underline;
}
a.trailedLink {
	font-size:11px;
	margin-top:5px;
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 4px;
-->
}
a.audio {
<!--
background:  url("/lib/images/basis/icon_audio.gif") no-repeat 0 3px !important;
-->
}
a.desktopcalendar {
	margin:10px 0px;
	display: block;
	font-size: 10px;
	padding-left: 40px !important;
<!--
background: url("/lib/images/desktop_calendar.gif") no-repeat !important;
-->
}
a.termincard {
	margin:10px 0px;
	display: block;
	font-size: 10px;
	padding-left: 40px !important;
<!--
background: url("/lib/images/termin_card.gif") no-repeat !important;
-->
}
p a.further {
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 4px;
-->
 background:none;
	padding-left:14px;
	text-decoration:none;
	display:block;
}
p a.further:hover {
	text-decoration:underline;
}
p a.furtherSmall, li a.furtherSmall {
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat 0 4px;
-->
 background:none;
	padding-left:14px;
	font-size:11px;
	text-decoration:none;
	display:block;
}
 p a.furtherSmall:hover,, li a.furtherSmall:hover {
 text-decoration:underline;
}
/* Paging-Links */		

		

div#paging li a.further {
	float:right;
<!--
background:  url("/lib/images/basis/icon_linklist.gif") no-repeat right center;
-->
 background:none;
	padding-right:14px;
	display:block;
	font-size:11px;
}
div#paging a.back {
	float:left;
	background:none;
}
div#paging br {
	clear:both;
}
div.paging li a.further {
	float:right;
	background:none;
	padding-right:14px;
	display:block;
	font-size:11px;
}
div.paging a.back {
	float:left;
	background:none;
}
div.paging br {
	clear:both;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */			

/* ++++++++++++++++++++ PRINT AND TOP LINK AT +++++++++++++++++++++ */	

/* ++++++++++++++++++++ BOTTOM OF CONTENT AREA ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

		

ul#navService {
	clear:both;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	list-style-type:none;
}
ul#navService li {
	display:inline;
}
ul#navService li a.top, ul#navService li a.print {
	display:inline;
	float:left;
	margin-top:14px;
	xfont-weight:normal;
}
ul#navService li a.top {
	margin-right:8px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ LINK WITH IMAGE ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */			

		

		

#imageLink span {
	display:block;
	padding-left:14px;
	line-height:14px;
	margin:5px 10px;
	font-size:10px;
	background:none;
}
#imageLink img {
	background:lime;
	margin-top:-2px;
}
#imageLink:hover span {
	text-decoration:underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ FOOTNOTE ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */		



p.footnote {
	font-size:10px;
	line-height:14px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ EXCLAMATION ! ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		







p.caution {
	padding-left:14px;
	margin-left:10px;
	font-size:11px;
	background:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ QUOTES ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */	





		.quotation img {
	float:left;
	margin:0 10px;
}
.quotation p.subtitle {
	font-size:10px;
	clear:none;
	padding-top:85px;
	font-style:normal;
}
.signature {
	text-align:right;
	font-style:italic;
	font-size:11px;
	line-height:14px;
	margin-bottom:10px;
}
#content cite {
	font-size: 12px;
	margin: 3px 10px;
	display:block;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PRESS NEWS ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */	



dl.pressNews {
	margin:0px 0 20px 0;
	padding:0;
	font-size:11px;
	line-height:14px;
	background-color:#F8F8F8;
	border-bottom:1px solid #E6E6E6;
}
dl.pressNews dt {
	border-top:1px solid #E6E6E6;
	color:#666;
	font-weight:normal;
	font-size:11px;
	padding:2px 10px 0 10px;
	margin:0;
}
dt.head {
	display:block;
	border-top:1px solid #E6E6E6;
	xborder-bottom:1px solid #E6E6E6;
	background-color:#FFF;
	padding:10px 0;
}
dt a {
	padding:2px 10px 0px 14px;
	margin-bottom:2px;
	line-height:14px;
	text-decoration:none;
	display:block;
	background:none;
}
dt a:hover {
	text-decoration:underline;
}
dl.pressNews dd {
	margin:0;
	padding:2px 10px 0 10px;
}
dl.pressNews dd p {
	margin:0;
	padding:6px 0 0 0;
	font-size:11px;
}
dl.pressNews strong {
	display:block;
	font-size:11px;
	color:#333;
	padding:0 0 1px 0;
}
dl.pressNews dd {
	padding:2px 10px 4px 10px;
}
dl.pressNews dd a {
	padding:0px 10px 0px 0px;
	text-decoration:none;
	display:block;
}
dl.pressNews dd a:hover {
	text-decoration:underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PRESS CALENDAR ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	



dl.pressCalendar {
	margin:0px 0 20px 0;
	padding:0;
	font-size:11px;
	line-height:14px;
	background-color:#F8F8F8;
	border-bottom:1px solid #E6E6E6;
}
dl.pressCalendar dt {
	border-top:1px solid #E6E6E6;
	color:#666;
	font-weight:normal;
	padding:4px 10px 0 10px;
	margin:0 0 0 0;
}
dl.pressCalendar dt.head {
	display:block;
	border-top:1px solid #E6E6E6;
	background-color:#FFF;
	padding:2px 0;
}
dl.pressCalendar dd {
	margin:0;
	padding:0 0 2px 10px;
	line-height:14px;
}
dl.pressCalendar strong {
	display:block;
	font-size:11px;
	color:#333;
	padding:0 10px 0 10px;
}
.focus {
	color:#ba5333 !important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PRESS LIST WITH (OR SANS) IMAGE ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

		

div.portletWrap {
	width:390px;
	font-size:11px;
	line-height:14px;
	background-color:#F8F8F8;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
}
div.portletWrap div {
	border-top:1px solid #e6e6e6;
}
div.portletWrap h2 {
	border-top:1px solid #e6e6e6;
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:0px;
}
div.portletWrap div img {
	float: right;
	border: 10px solid #f8f8f8;
	display:block;
}
div.portletWrap p {
	padding:10px 10px 10px 10px !important;
	font-size:11px;
	line-height:14px;
}
div.portletWrap p.publications {
	padding:0px 10px 10px 10px !important;
}
div.portletWrap ul.publications {
	margin-bottom: 0px;
	margin-top: 10px !important;
	padding-bottom: 0px !important;
}
div.portletWrap br {
	line-height:0px;
}
div.portletWrap a {
	text-decoration:none;
	display:block;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	background:none;
}
div.portletWrap a:hover {
	text-decoration:underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PUBLICATIONS ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */				



div.publications {
	padding-left:10px;
	margin-bottom:5px;
	padding-top:10px;
}
.publications h3 {
	line-height:13px;
	font-size:12px;
	border-bottom:1px solid #e6e6e6;
	margin:0 10px 0 0;
	padding-left:0;
}
#content div.publications div {
	float:left;
	width:210px;
}
#content .publications ul {
	margin-left:0;
	padding-left:0;
}
#content .publications p {
	padding:5px 0 10px 0;
	line-height:12px;
}
#content .publications hr {
	padding-bottom:15px;
}
.publications img {
	width:155px;
	margin:5px 10px 0 0;
	float:right;
}
#content .publications ul li {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}
#content .publications ul li a {
	display:block;
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	background:none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PICTURE ARCHIVES ++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

	

	

ul.pressPhotoArchive {
	margin:0;
	padding:0;
	background-color:#F8F8F8;
}
#content .pressPhotoArchive li {
	margin-bottom:10px;
	padding:0px;
	font-size:11px;
	background-image:none;
}
ul.pressPhotoArchive li a {
	text-transform:uppercase;
	padding-left:0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ FORMS ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++ */



div.row {
	clear: both;
	padding: 10px 0 0 0;
	height:20px;
	font-size:11px;
	width:100%;
	vertical-align:top;
}
/* Line between form elements */



div.row.dash {
	border-top:1px solid #e6e6e6;
	margin-top:10px;
	width:100%;
}
div.row label {
	float: left;
	width: 100px;
	text-align: left;
	display:block;
}
div.row input, div.row textarea, div.row select {
	float: left;
	width:248px;
	padding-left: 3px !important;
}
input#freitext {
	width:245px;
	padding-left: 3px !important;
}
input.button {
	xcolor:#5a5a5a;
	xbackground:#f2f2f2;
	xfont-weight:bold;
	width:auto !important;
	font-size:11px;
	background:#e0e0e0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-width:1px;
}
fieldset {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #e6e6e6;
	padding:0 0 10px 0;
	margin:0;
	background:#f8f8f8;
	position:relative;
}
fieldset .obligatory {
	position:absolute;
	left:310px;
	top:5px;
	font-size:10px;
	color:#999;
}
/* Form error message! */

				

				fieldset label span {
	color:#f90;
	font-weight:bold;
}
fieldset h3 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:5px 0 5px 10px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background:#fff;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ PRESS ARCHIVES SEARCH ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





form.pressArchivesSearch {
	display:inline;
}
form.pressArchivesSearch fieldset {
	margin:0 0 10px 0;
	padding:0;
	display:block;
}
form.pressArchivesSearch fieldset div {
	padding:4px 0 4px 10px;
}
form.pressArchivesSearch select {
	display:inline;
	width:123px;
	margin:4px 4px 0 0;
}
form.pressArchivesSearch select.short {
	width:100px !important;
}
form.pressArchivesSearch input#search {
	display:inline;
	width:280px;
	padding:1px 10px 1px 0;
	margin-right:10px;
	padding-left: 3px !important;
}
form.pressArchivesSearch input#pressSearch {
	display:inline;
	width:280px;
	padding:1px 10px 1px 2px;
	margin-right:10px;
	padding-left: 3px !important;
}
form.pressArchivesSearch input#searchSubmit {
	height:18px;
	width:60px;
	text-align:center;
	padding:0;
	background:#e0e0e0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-width:1px;
	padding-left: 3px !important;
}
form.pressArchivesSearch label {
	display:inline;
	margin:4px 4px 4px 0;
	padding:0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ ADVANCED SEARCH ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



	

form.advancedSearch form {
	display:inline;
}
form.advancedSearch fieldset {
	margin:0 0 10px 0;
	padding:0;
	display:block;
}
form.advancedSearch fieldset div {
	padding:5px 0 5px 10px;
	vertical-align:bottom;
}
form.advancedSearch label {
	display:inline;
	padding:0;
}
form.advancedSearch label#labelSearch {
	display:none;
}
form.advancedSearch label#searchText {
	margin-bottom:10px;
	display:block;
	width:120px;
	float:left;
}
form.advancedSearch input#search {
	display:inline;
	width:288px;
	padding:1px 5px 1px 0;
	margin-right:10px;
	padding-left: 3px !important;
}
form.advancedSearch input.searchSubmit {
	margin:3px 10px 0 0;
	background:#e0e0e0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-width:1px;
}
form.advancedSearch select {
	width:250px;
	display:inline;
	margin-top:3px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ SEARCH RESULTS +++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		





#picSearch {
	/*width:155px;*/

		\width:155px;
	w\idth:152px;
}
input#picSearchSubmit {
	margin:3px 10px 0 10px;
	background:#e0e0e0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-width:1px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ SEARCH RESULTS +++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */			

				





					

dl#searchResults dt {
	font-weight:bold;
	margin-top:10px;
}
dl#searchResults dd {
	margin:0;
}
dl#searchResults dd small {
	color:#666;
	font-size:11px;
}
dl#searchResults span {
	background:yellow;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ SEARCH RESULTS +++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */			



ul#searchNext {
	margin-top:15px;
}
ul#searchNext li {
	background:none;
	display:inline;
	margin:0;
	padding:0;
}
ul#searchNext li a {
	background:none;
}
ul#searchNext li span {
	margin-right:5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ CONTEXT FORM +++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		







.contextItem form {
	padding:0 0 0 10px;
}
.contextItem form fieldset {
	border:0;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
.contextItem form input#search {
	display:inline;
	width:90px;
	margin:0 3px 0 0;
	padding-left: 3px !important;
}
.contextItem form input#searchSubmit {
	margin:0;
	display:inline;
	width:60px;
	background:#e0e0e0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ HEADLINELINKS ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		

		

ul#headlinelinks {
	margin:16px 0;
	padding:0 0 0 10px;
	list-style-type:none;
}
#headlinelinks li {
	display:inline;
	background:none;
	padding-left:0;
	font-size:11px;
	color:#999;
}
#headlinelinks li a {
	background:none;
	padding:0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ POPUP-WINDOWS ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#popup {
	text-align:left;
}
#popup img {
	margin-left:10px;
}
#popup p {
	font-size:11px;
	line-height:14px;
}
#popup p.explanation {
	float:left;
	width:65%;
}
#popup p.popupCopyright {
	float:right;
	xtext-align:right;
	width:23%;
	color:#999;
}
#popup p.popupFooter {
	border-top:1px solid #e6e6e6;
	font-size:10px;
	padding-top:5px;
	margin-top:5px;
	clear:both;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ LIST WITH TITLE ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





dl.titledList {
	padding:5px 10px;
}
dl.titledList dt {
	margin-left:0;
	padding-left:0;
}
dl.titledList dd {
	display:inline;
	margin-right:6px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* +++++++++++++++++++++ BOX WITH NEWS +++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



		

		

div.infobox {
	background:#f8f8f8;
	margin-bottom:10px;
	border-bottom:1px solid #e6e6e6;
}
div.infobox h3 {
	background:#fff;
	margin:0;
	padding:4px 10px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
div.infobox p {
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:4px 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ LIST FOR  ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



		

ul#pictureArchives li {
	font-size:11px;
	display:block;
	background:none;
	padding-left:0;
}
ul#pictureArchives li span {
	padding-left:14px;
	display:block;
}
ul#pictureArchives li a {
	text-transform:uppercase;
	display:block;
	font-size:12px;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
	line-height: 16px;
	background:none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* ++++++++++++++++++++ LISTS FOR SITEMAP ++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#sitemapWrap {
	width:100%;
	position:relative;
c
}
#sitemapWrap div.sitemap {
	float:left;
	margin-right:5px;
	width:144px;
}
div.sitemap h2 {
	margin:5px 0 0 0;
	padding:0;
}
div.sitemap h2 a {
	background:#E6E6E6 !important;
}
#sitemapWrap a {
	display:block;
	padding:3px;
	border-bottom:1px solid #fff;
	text-decoration:none;
	background:#f2f2f2;
}
#sitemapWrap a:hover {
	text-decoration:underline;
}
#sitemapWrap div.sitemap ul {
	font-size:10px !important;
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
#sitemapWrap div.sitemap li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
	list-style-type:none;
	line-height:12px;
}
#sitemapWrap div.sitemap ul li {
	margin:0;
	padding:0;
	font-size:11px;
}
#sitemapWrap div.sitemap ul ul li {
	margin:0;
	padding:0;
	font-size:10px;
}
#sitemapWrap div.sitemap ul ul li a {
	padding-left:15px !important;
	font-size:10px !important;
	background-color:#F8F8F8!important;
}
#sitemapWrap div.sitemap ul ul li a {
	padding-left:6px;
	padding-right:2px;
}
#sitemapWrap div.sitemap ul ul ul li {
	margin:0;
	padding:0;
}
#sitemapWrap div.sitemap ul ul ul li a {
	padding:2px 2px 2px 10px;
}
/* noch einordnen: style fuer  kleinen formulartext */



p.formHint {
	border-bottom:1px solid #E6E6E6;
	padding-top:5px;
	font-size:11px;
	line-height:14px;
}
/* noch einordnen: style fuer datum in pressemitteilung */



p.articleInfo {
	font-size:11px;
	font-weight:bold;
	margin:15px 10px 10px 10px;
	padding:0;
	color:#666;
}
/* No border for image map on "einkauf/steuerung.html" */





#chart_1 {
	border:none;
}
/* Bonds disclaimer: buttons at bottom of page */



div#accept {
	margin-bottom:15px;
}
div#accept form {
	display:inline;
	padding-left:10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* +++ The following rules are solely related to the newsletter form +++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



fieldset.newsletter {
	display: block;
	background:#f8f8f8;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:10px;
	\width:390px;
	w\idth:370px;
}
fieldset.newsletter h3 {
	background-color:#fff;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	padding:6px 10px;
	margin:0;
	width:100%;
}
fieldset.newsletter div.row {
	padding:3px 10px;
	clear:both;
}
fieldset.newsletter div.row input {
	width: auto !important;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	padding-left: 3px !important;
	/* 

						applies negative margin solely to all 

						flavours of WIN IE; corrects whitespace 

						problem with the newsletter checkboxes. 

						*/

						_margin:0 0 0 -5px;
}
fieldset.newsletter #kunden_daten_email, fieldset.newsletter #email {
	_margin:0 0 0 0;
}
fieldset.newsletter input#button2 {
	_margin:15px;
}
fieldset.newsletter div.row label {
	width: auto !important;
	padding:2px 0 0 0;
	margin:0 0 0 5px;
}
fieldset.newsletter div.rowDivided {
	padding:3px 10px;
	margin:2px 0;
	clear:both;
}
fieldset.newsletter div.rowDivided input {
	width: 200px;
	padding:1px;
	margin:0;
	display:inline;
	padding-left: 3px !important;
}
fieldset.newsletter div.rowDivided label {
	float:left;
	width: 100px !important;
	padding:0;
	margin:0 0 0 0;
	display:block;
}
#content fieldset.newsletter div.row input.searchSubmit {
	height:18px;
	width:60px;
	text-align:center;
	padding:0;
	margin:0px;
	background:#e0e0e0;
	border-top:1px solid white !important;
	border-left:1px solid white !important;
	border-bottom:1px solid #c6c6c6 !important;
	border-right:1px solid #c6c6c6 !important;
	border-width:1px;
}
#content fieldset.newsletter .inputBorder {
	border:1px solid #9CB2C7;
	font-size:11px;
	color:#4784C3;
	width:200px !important;
	padding:1px;
}
fieldset.newsletter .double {
 height:45px important!
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

/* +++ The following rules are solely related to the publications order form +++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */		

		

fieldset.transparent {
	border-bottom:1px solid #e6e6e6;
	border-top:none;
	padding:0;
	margin-bottom:10px !important;
}
fieldset.transparent input {
	padding:1px;
}
fieldset.transparent h3 {
	border-bottom:none !important;
}
/* ++++++++++++++++++++++++++++++ */	

/* +++ List of press keywords +++ */

/* ++++++++++++++++++++++++++++++ */



		

#pressKeywords h3 {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background:#fff;
	padding:5px 5px 5px 10px;
}
#pressKeywords ul {
	margin:15px 0;
	padding:0 5px 0 10px;
}
#pressKeywords li {
	padding:0;
	list-style-type:none;
	background:none;
}
#pressKeywords div.twoColumns {
	background:#f8f8f8;
	border-bottom:1px solid #e6e6e6;
}
#pressKeywords div.left {
	float:left;
	width:50%;
	margin-bottom:10px;
}
#pressKeywords div.right {
	float:right;
	width:50%;
	margin-bottom:10px;
}
#pressKeywords br {
	clear:both;
}
/* ++++++++++++++++++++++++++++++ */	
/* +++ List seats-supervisory +++ */
/* ++++++++++++++++++++++++++++++ */
/* Tabellen: Mandate */

table.seats-supervisory td {
	border:0;
	padding-right:9px;
	padding-bottom:15px;
}
table.seats-supervisory h2 {
	font-size:12px;
	padding-bottom:0;
	display:inline;
	color:#5687e8;
}
table.seats-supervisory h1 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	color:#003466;
}
table.seats-supervisory ul {
	margin:0 0 10px 0;
	padding:0;
}
table.seats-supervisory li {
	margin-left:10px;
	color:#666;
	text-align:left;
	list-style:none;
	margin:0;
	font-size:11px;
	background:none;
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding: 0 0 0 12px;
	line-height: 16px;
}
table.seats-supervisory li.soft {
	margin-left:10px;
	color:#666;
	text-align:left;
	list-style:none;
	margin:0;
	font-size:11px;
	background:none;
<!--
background-image: url(../images/circle-sur-white.gif) !important;
-->
 background-repeat: no-repeat;
	background-position: 0% 4px;
	padding: 0 0 0 12px;
	line-height: 16px;
}
table.seats-supervisory li {
	margin-bottom:0;
	padding-bottom:0;
	list-style:none;
}
div#langmenu {
	float:right;
	margin: 25px;
	font-size: 10px;
}
div#langmenu a:link, div#langmenu a:visited {
	color: #50B0EA;
	text-decoration: none;
}
div#langmenu a:hover {
	color: #0C8AD7;
	text-decoration: underline;
}
