body, textarea {
	font-size: 9pt;
	font-family: Arial, helvetica, verdana, sans-serif;
	color: #000;
	line-height: 19px;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0 ;
	/*text-align:center;*/
}


/* GENERAL FORMATTING */

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0;
}

#navigation li a, #langlinks li a {
	color: #000;
	text-decoration: none;
}

img.floatpic {
	float: left;
	margin: 5px 2ex 0.5ex 0;
}

img.floatleft {
	float: left;
	margin: 1ex 2ex 1ex 0;
}

img.floatright {
	float: right;
	margin: 1ex 0 1ex 2ex;
}

.clear {
	clear: both;
}

input, textarea {
	border: 1px solid #999;
	background: inherit;
}

.center {
	text-align: center;
}

tr.alternate {
	background-color: rgb(237,237,237);
}


/* LAYOUT BLOCKS */

#page{
	margin: 0 auto 20px auto;
	position: relative;
	width:1040px;

}

#container {
	width: 1016px;
	margin-left: 25px;
	text-align:left;
}

#navigation {
	width: 200px;
	float: left;
	padding: 0 0 0 8px;
	font-family: Georgia, serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

#content {
	width: 570px;
	margin: 0px 15px 15px;
	float: left;
	height: 100%;
}

#context {
	width: 200px;
	float: left;
	margin: 0 8px 0 0;
}

#navigation, #content, #context {
	margin-top: 5px;
	border-top: #999 solid 1px;/* */
}


/* HEADER */

#header {
	position: absolute;
	top: 184px;
	left: 0px;
	z-index: 5;
	width: 178px;
	height: 140px;
}

#header h1 {
	margin: 0px;
	padding: 0;
}

#header h1 span {
	display: none;
}

.FWTpanel.loose {
	cursor: move;
}

/* OPACITY CONTROL */

#header {
	background-color: transparent;
	opacity: 0.90;
}


/* MAIN NAVIGATION */

#navigation {
	border-top-width: 0;
}

#navigation ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#mainnavtree {
	border-bottom: #333 solid 1px;
}

#navigation li {
	border-top: #333 solid 1px;
	padding: 0px;
	margin: 0;
}

#navigation li ul {
	display : none;
}

#navigation .active a {
	font-weight: bold;
}

#navigation .active .inactive a {
	font-weight: normal;
}

#navigation li.active.expanded {
	border-bottom-width: 2px solid;
}

#navigation li.expanded ul {
	display: block;
}

#navigation li.expanded li.collapsed ul {
	display: none;
}

/* hard-coded indentation up to 4 nested levels */

.treecontrol {
/*	width: 8px;
	display: block;
	float: left;
	height: 15px; */
	margin-left: -8px;
}

#navigation li .treecontrol {
	padding-left: 0px;
}

#navigation li li .treecontrol {
	padding-left: 12px;
}

#navigation li li li .treecontrol {
	padding-left: 24px;
}

#navigation li li li li .treecontrol {
	padding-left: 36px;
}

.model {
	opacity: 0.65;
	font-style: italic;
}

/* COLLAPSIBLE TREES */

.collapser {
	display: none;
}

.expanded .collapser {
	display: inline;
}
.expanded .expander {
	display: none;
}

.expanded .collapsed .collapser {
	display: none;
}
.expanded .collapsed .expander {
	display: inline;
}

.collapser {
	padding-left: -20px;

}

#navigation ul.treehide {
	display: none !important;
}


/* SCREEN BLOCK */

#screen {
	margin: 0;
	height: 335px;
	width: 1000px;
	overflow: hidden;
	border: #fff solid 0;
	border-width: 0 8px;
}

#screen img {
	border-width: 0;
	width:1000px;
	margin: 0;
}

/* CONTENT BLOCK */

#content {
	padding: 0px;
}

#content img {
	max-width: 570px !important;
}
#content h2 img {
	max-width: 566px !important;
}

#content h2, .news h2 {
	font-family: Georgia, serif;
	line-height: 1em;
	margin: 0 0;
/*	padding: 3px 2px 10px 2px;*/
	padding: 3px 0 10px 0; 
	font-size:220%;
		font-weight: bold;
		font-style: italic;
		/*border-bottom: 1px solid;
	display:inline; */

}
/*
#content h2{
	font-family: Arial, Helvetica, sans;
	font-weight: normal;
	font-style: normal;
	
}
*/

#content h3 {
	/*line-height: 1em; */
	margin:0;
	padding: 0.5ex 0;
	font-size:140%;
	/*letter-spacing:1px;*/
	font-weight: normal;
	border-top: 1px #999 solid;
}

#content h3.top {
	border-top-width: 0;
}

#content p + h3 {
	/*border-top: 1px #999 solid;*/
	margin:  0;
	margin-top:10px;

	
}

#content h4 {
	/*line-height: 1em;*/
	margin: 0;
	padding: 0.5ex 0;
	font-weight: normal;
	font-size:140%;	
}

#content p {
	margin:0px;
	padding: 0.3ex 0;
/*	text-align: justify; */
}

#content p.toplink {
	padding: 0 2px;
	text-align: right;
}



#content em {
	/*background: #bdddff;
	padding:1px;*/
	font-family: Georgia, serif;
		font-weight: normal;

}

#content ul {
	text-indent:0px;
	padding-left:15px;
	/*list-style-type: none;
	border-top:1px solid #999;
	border-bottom:1px solid #999;*/
	margin:0 0 10px;
}
#content ol {
	text-indent:0px;
	padding-left:20px;
	margin:0 0 10px;
}
#content ul ul{
	text-indent:0px;
	padding-left:15px;
	/*list-style-type: none;*/
	border:0;
}

#content ul li {
	
	padding:0;
	/*margin:2px;
	padding-left:2px;
		text-indent:-10px;
	background:#bdddff;*/

}
#content p a, #content div a, #content h4 a, #content li a {
	padding-bottom:1px;
	border-bottom:1px solid #999;
	text-decoration:none;
}

#content p a:hover, #content div a:hover, #content li a:hover {
	border-bottom-color: #fff !important;
}

#content ul.sitemap, ul.sitemap ul, #content ul.sitemap  li {
	border:none;
	list-style-type: none;
	text-indent:0;
	padding-left:0;
	margin: 0 !important;
}

#content ul.sitemap  li a {
	display: block;
	margin: 5px 0;
}


table { border-collapse:collapse; }

td, th {
	border-top:1px solid #ccc;
}

.tabtab tr, tr.tabtab {
	border-width: 0;
}


/* CONTEXT BOX */

#context .box {
	margin: 0px;
	padding:0px;
	
}

#langlinks {
	margin: 5px 0;/*0 2px 0;*/
	padding: 0;
	list-style-type: none;
	text-align: left;
	/*border-bottom: 1px solid #999;*/
	font-family: Georgia, serif;
	font-size: 140%;
		font-weight: normal;
		font-style: italic;


}

#langlinks li {
	display: inline;
	margin: 0 ;
	padding: 0 0.5ex;
}

#langlinks li a span {
	display: none;
}

#langlinks li.active a {
	font-weight: bold;
}

#langlinks li.active a span, #langlinks li:hover a span {
	display: inline;
}

#searchform {
	display: block;
	margin: 5px 0px;
	padding: 1ex 2px;
	border-top: 1px solid #999;
	border-width: 1px 0;
}

#searchform input {
	margin: 0px 1ex 0px 0;
	padding:1px 2px;
	width: 155px;
	
}
#searchform a img {
	margin: 0px;
	padding-top: 1px;
	vertical-align:-5px;
	
}

.searchresultcount {
	font-size: 80%;
	color: #666;
	margin-left: 1em;
}

#quicklinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quicklinks li {
	padding: 0;
	margin: 2px 0;
}

/* HEAD LINKS */

#headlinks {
	margin: 0 0 10px ;
	padding: 5px 2px 0 2px;
	list-style-type: none;
	border-top: solid 1px #999;
}

#headlinks li {
	font-size: 125%;
	line-height: 1.2em;
	font-size:14px;
	letter-spacing:1px;
}

#headlinks li a {
	text-decoration: none;
}

#headlinks li a:hover {
	text-decoration: none;
	color: #000;
}




/* NEWS AND PROGRAM TICKER */

#ticker {
	border-top: 1px solid #999;
	border-width: 1px 0;
	min-height: 120px;
	margin: 2px 0;
	padding: 0px 2px;
}

#ticker .newsitem {
	margin: 2px 0 15px 0;
}

#ticker h4 {
	margin: 6px 0;
	line-height: 1.2em;
	font-size: 100%;
	font-weight: bold;
	font-family: georgia, serif;
	font-style: italic;
}

#ticker p {
	margin:2px 0 7px 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 96%;
}

#ticker .newsitem:hover {
	background-color: #FFEE00;
}
#ticker .newsitem.active {
	background-color: #FFFF00; /*#bdddff;*/
}

#ticker a {
	text-decoration:none;
	display: block;
}

#ticker a .morelink {
	padding-bottom:1px;
	border-bottom:1px solid #999;
}
#ticker a .morelink:hover {
	border-bottom: none;
}


/* FOOTER */
#footer {
	width: 570px;
	margin-left:222px;
	clear: both;
	margin-top: 30px;
	min-height: 50px;
	font-size: 87%;
	text-align: left;
	border-top:1px solid;
}

.loginlink {
	padding-left: 1em;
	color: #fff;
}

.loginlink:hover {
	color: #666;
}
.sitemaplink, .toplink, .impressumlink {
	margin-right: 1em;
	padding-bottom:1px;
	text-decoration:none;
}
.sitemaplink:hover, .toplink:hover, .impressumlink:hover {
	margin-right: 1em;
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:1px solid #333;

}

/* SLIDESHOW */

.slidecontrol {
	display: none;
	position: absolute;
	margin: 0 auto;
	top: 296px;
	width: 570px;
	height: 34px;
	background-color: #666;
	opacity: 0.59;
	text-align: center;
}

#screen:hover .slidecontrol, .slidecontrol:hover {
	display: block;
}

#screen .slidecontrol img {
	width: auto;
	height: auto;
	display: inline;
	margin: 6px 3px;
}

.running .startbutton {
	display: none;
}

.stopped .stopbutton {
	display: none;
}


/* LIGHT BOX IMAGES */

#__FWTlightboxVeil {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 600;
	width: 100%;
	height: 100%;
}

.scaledImage img {
	cursor: pointer;
}
.scaledImage p {
	display: none;
}

.scaledImage.loose {
	position: fixed;
	z-index: 700;
	top: 0;
	left: 0;
	margin-top: 5%;
	width: 100%;
}

#content .scaledImage.loose p {
	display: block;
	width: 32%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 1.4ex 1% 1ex 1%;
	font-size: 9pt;
}

.scaledImage.loose img {
	width: 32% !important;
	height: auto !important;
	padding: 1%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	float: none;
}

#content .scaledImage.loose.landscape p {
	width: 63%;
}

.scaledImage.loose.landscape img {
	width: 63% !important;
}

.FWTpanel.loose.lightbox {
	cursor: default;
}

/* PERSON LISTINGS */

#personlist {
	width: 576px;
	margin: 0 -6px 0 0;
}

.personitem .floatleft, .personitem .floatright {
	float: none;
}

.personitem {
	width: 137px;
	height: 159px;
	margin: 0 7px 20px 0;
	float: left;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff; */
	font-size:96%;
}

.personitem:hover {
	background-color: #FFEE00;
	/*border-top:1px solid #333; 
	border-bottom:1px solid #333; 
	background-color: #eee;*/

}

.personitem div {
	width: 137px;
	height: 120px;
	overflow: hidden;
	background-color: #eee;

}

.personitem div img {
/*	width: 137px !important; 
	height: auto !important; */
	margin: 0;
}

#content .personitem h4 a, #content .personitem p a {
	display: block;
}

#content .personitem h4 {
	font-size: 12px;
	font-family:Georgia,serif;
	font-weight: bold;
	font-style: italic;
	padding: 0.7ex 0 0.1ex 0;
	line-height: 12px;
}

#content .personitem a {
	border-width: 0;
}

#scroller {
	padding: 5px 2px;
	margin-top: 1em;
	border-top: 1px solid #666;
	clear: both;
}

img.fwt--overviewpic {
	display: none;
}

.personitem div img.fwt--overviewpic {
	display: inline;
}

#content.person h3{
	margin:0;
	border:0;
}

/* DEFAULT LANGUAGE NOTICE */

#language-notice {
	position: absolute;
	width: 100%;
	height: 25px;
	left: 13px;
	top: 304px;
	z-index: 50;
	font-size: 91%;
}

#language-notice p {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 10px;
}

/* NEWS ARCHIVE */

#oldnewslist {
	width: 80%;
}

#oldnewslist li {
	border-bottom: dotted 1px #333;
}

.oldnewsdate {
	float: right;
	font-size: 80%;
}

#content #oldnewslist a {
	border-bottom: none;
}


/* BASIC PRINT FORMATTING */

@media print {
	.printonly, #header h1 span.printonly {
		display: inherit;
	}
	
	#header {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}