@CHARSET "utf-8";

/*
 * orange: #FD4D19;
 * red: #B11724;
 * 
*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;	
	background-image: url("pics/back.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#main-wrapper {
	position: relative;
	float: left;
	width: 800px;
	height: 100%;	
	margin-left: 130px;
	display: inline; /* ie6 margin bug */	
	background-color: #FFFFFF;
}
#header-wrapper {
	position: relative;
	float: left;
	width: 800px;
	height: 130px;	
}
#logo {
	position: relative;
	float: left;
	width: 190px;
	height: 130px;
}
#top-header-wrapper {
	position: relative;
	float: right;
}
#search-box {
	position: relative;
	float: right;
}
#language-selector {
	position: relative;
	float: right;
	margin-left: 10px;
	display: inline; /* ie6 margin bug */
	width: 190px;
	height: 30px;
	border-bottom: 1px #FD4D19 solid;
}
#page-title-wrapper {
	position: relative;
	float: right;
	width: 590px;
	height: 83px;
	margin-right: 10px;
	/*margin-top: 5px;*/
	padding-bottom: 20px;
	display: inline; /* ie6 margin bug */
}
#base-wrapper {
	position: relative;
	float: left;
	width: 800px;
	margin-top: 10px;
	padding-bottom: 40px;
}
#sidebar-wrapper {
	position: relative;
	float: left;
	width: 190px; 
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 5px #B11724 solid;
	background-color: #DDDAD2;
	background-image: url("pics/back_content.gif");
	background-repeat: repeat-x;
}
#content-wrapper {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	width: 600px;	
	border-bottom: 5px #B11724 solid;
	background-color: #DDDAD2;
	background-image: url("pics/back_content.gif");
	background-repeat: repeat-x;
}
#content-library-search {
	position: relative;
	float: left;
	width: 600px;
}
#content-top {
	position: relative;
	float: left;
	width: 600px;
}
#content-left {
	position: relative;
	float: left;
	width: 400px;
}
#content-right {
	position: relative;
	float: right;
	width: 190px;
}
#navigation-1 {	
	position: relative;
	float: left;
	width: 190px;	
}
#navigation-2 {	
	position: relative;
	float: left;
	clear: left;
	width: 190px;	
}
#navigation-3 {	
	position: relative;
	float: right;
	margin-top: 5px;
	padding-bottom: 3px;
	width: 600px;
	height: 18px;
	display: inline; /* ie6 margin bug */
	border-bottom: 1px #FD4D19 solid;
}

/* standards */
a {
	color: #FD4D19;
}
p.bodytext, p.csc-frame-frame1 {
	padding-bottom: 10px;
	line-height: 20px;
}
p.keyfigures-main {
	padding-bottom: 30px;
	line-height: 18px;
}
.tx-flvplayer-pi1 {
	padding-bottom: 10px;
}
#content-top p.bodytext {
	width: 595px;
}
#content-left p.bodytext {
	width: 395px;
}
#content-right p.bodytext {
	width: 185px;
}
h2 {
	/*font-family: "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
}
h3 {	
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #FD4D19 solid;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}
h5 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
}
#content-wrapper ul {
	padding: 0px 5px 20px 18px;	
	line-height: 18px;	
}
.content-element {
	padding-bottom: 5px;
}

/* images */
.csc-textpic {
	position: relative;
	float: left;
	padding-bottom: 20px;
}
.csc-textpic-image dt img {
	padding-bottom: 0px;
}
.csc-textpic-caption {
	position: relative;
	float: left;
	text-align: right;
	margin-top: 10px;
	font-size: 11px;	
}

/* images with text */
.csc-textpic.csc-textpic-intext-right-nowrap {
	position: relative;
	float: left;
}
#content-top .csc-textpic.csc-textpic-intext-right-nowrap p.bodytext {
	width: 400px;
}

/* page title */
#page-title-wrapper h1 {
	/*font-family: "Times New Roman", Times, serif;*/
	position: absolute;
	/*position: relative;*/
	/*float: left;*/
	bottom: 0px;
	font-size: 26px;
	font-weight: normal;
}

/* navigation #1 level 1 */
#navigation-1 ul {
	position: relative;
	float: left;
	margin-top: -1px;
}
#navigation-1 ul li {
	position: relative;
	float: left;	
	list-style: none;
	margin-top: 1px;
	width: 190px;
	color: #FD4D19;
	border-bottom: 1px #FD4D19 solid;
	font-size: 16px;
}
#navigation-1 ul li.nav-no-last, #navigation-1 ul li.nav-act-last, #navigation-1 ul li.nav-cur-last {
	border-bottom: none;
}
#navigation-1 ul li .navigation-title-wrapper {
	margin: 12px 20px 8px 20px;
}
#navigation-1 ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 16px;
}
#navigation-1 ul li a.nav-act {
	color: #FD4D19;
	text-decoration: none;	
}

/* navigation #1 level 2 */
#navigation-1 ul li ul {
	padding-bottom: 10px;
}
#navigation-1 ul li ul li {
	position: relative;
	float: left;	
	list-style: none;
	margin-left: 30px;
	width: 160px;
	color: #FD4D19;
	font-size: 12px;
	border-bottom: none;
	display: inline; /* ie6 margin bug */
}
#navigation-1 ul li ul li .navigation-title-wrapper {
	margin: 2px 5px;
}
#navigation-1 ul li ul li a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#navigation-1 ul li ul li a.nav-act {
	color: #FD4D19;
	text-decoration: none;	
}

/* navigation #1 level 3 */
#navigation-1 ul li ul li ul {
	margin: 0px 0px 5px 0px;
}
#navigation-1 ul li ul li ul li {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 145px;
	border-bottom: none;
}

/* navigation #3 */
#navigation-3 ul {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navigation-3 ul li {	
	display: inline;
	list-style: none;
	margin-right: 10px;
}
#navigation-3 ul li a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

/* language selector */
#language-selector ul {
	position: relative;
	float: left;	
}
#language-selector ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 8px 10px 0px 0px;
	display: inline; /* ie6 margin bug */
	font-size: 14px;
	color: #FD4D19;
}
#language-selector ul li a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	display: block;
}
#language-selector ul li a:hover {
	color: #FD4D19;
}

/* frame 1 */
.frame-1-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FD4D19;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-1-wrapper a {
	color: #FFFFFF;
}
.frame-1-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-1-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-1-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-1-wrapper p.bodytext {
	width: 165px;
}
.frame-1-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* frame 2 */
.frame-2-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #B11724;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-2-wrapper a {
	color: #FFFFFF;
}
.frame-2-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-2-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-2-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-2-wrapper p.bodytext {
	width: 165px;
}
.frame-2-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* frame 3 */
.frame-3-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #333333;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-3-wrapper a {
	color: #FFFFFF;
}
.frame-3-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-3-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-3-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-3-wrapper p.bodytext {
	width: 165px;
}
.frame-3-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* frame 4 */
.frame-4-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #666666;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-4-wrapper a {
	color: #FFFFFF;
}
.frame-4-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-4-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-4-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-4-wrapper p.bodytext {
	width: 165px;
}
.frame-4-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* frame 5 */
.frame-5-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #999999;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-5-wrapper a {
	color: #FFFFFF;
}
.frame-5-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-5-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-5-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-5-wrapper p.bodytext {
	width: 165px;
}
.frame-5-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* frame 6 */
.frame-6-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #E4E1DA;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-6-wrapper a {
	color: #444444;
}
.frame-6-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #444444;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-6-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-6-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-6-wrapper p.bodytext {
	width: 165px;
}
.frame-6-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #444444;
}

/* frame 7 */
.frame-7-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FEC0A9;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-7-wrapper a {
	color: #444444;
}
.frame-7-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #444444;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-7-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-7-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-7-wrapper p.bodytext {
	width: 165px;
}
.frame-7-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #444444;
}

/* frame 8 */
.frame-8-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFFF;	
	margin-bottom: 20px;
	padding: 10px 0px;	
}
.frame-8-wrapper a {
	color: #444444;
}
.frame-8-wrapper p.bodytext {
	padding: 0px 0px 0px 10px;
	color: #444444;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content-top .frame-8-wrapper p.bodytext {	
	width: 575px;
}
#content-left .frame-8-wrapper p.bodytext {
	width: 375px;
}
#content-right .frame-8-wrapper p.bodytext {
	width: 165px;
}
.frame-8-wrapper h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 10px;
	color: #444444;
}


/* frame content element border */
.frame-ce-border-wrapper {
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

/* publications */
.vdpublications {
	position: relative;
	float: left;
	padding-bottom: 10px;	
}

/* news */
p.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news-content-element {
	padding-bottom: 0px;
}
.news-content-element p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.news-single-img {
	padding-bottom: 10px;
}
.news-single-img p.news-single-imgcaption {
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
}
.news-content-element a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FD4D19;
}
.tx-ttnews-browsebox {
	margin-top: 20px;
	padding-bottom: 10px;
}

/* contact form */
#mailform fieldset.csc-mailform {
	border: none;
	padding: 0px;
	margin: 0px;
}
#mailform input {
	clear: left;
}
#mailform input, #mailform textarea {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 400px;
}
#mailform input.csc-mailform-check {
	width: 20px;
}
#mailform input.csc-mailform-submit {
	width: 100px;
}
#mailform textarea {
	height: 70px;
}

.tx-thmailformplus-pi1 {
	position: relative;
	float: left;
	clear: left;
	padding-bottom: 10px;
}
.tx-thmailformplus-pi1 label {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0px;
	font-weight: normal;
}
.tx-thmailformplus-pi1 input.single-line-input-field {
	position: relative;
	float: left;
	clear: left;
	width: 400px;
	font-size: 14px;
	color: #333333;
}
.tx-thmailformplus-pi1 input.check-input-field {
	position: relative;
	float: left;
	clear: left;
	font-size: 14px;
	color: #333333;
}
.tx-thmailformplus-pi1 input.radio-input-field {
	position: relative;
	float: left;
	clear: left;
	font-size: 14px;
	color: #333333;
}
.tx-thmailformplus-pi1 textarea.multi-line-input-field {
	position: relative;
	float: left;
	clear: left;
	width: 400px;
	height: 100px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
.tx-thmailformplus-pi1 select.select-input-field {
	position: relative;
	float: left;
	clear: left;
	width: 400px;
	font-size: 14px;
	color: #333333;
}
.tx-thmailformplus-pi1 input.submit-button {
	position: relative;
	float: left;
	clear: left;
	margin: 10px 0px 0px 0px;
}
.tx-thmailformplus-pi1 ul.form-error-message {
	position: relative;
	float: left;
	clear: left;
	color: #A71930;
	padding: 0px 0px 10px 15px;
}
.tx-thmailformplus-pi1 .captcha-image {
	position: relative;
	float: left;
	clear: left;
	margin-top: 10px;
}

/* search */

td * {
	font-size: 14px;
	font-weight: normal;
}
td.tx-indexedsearch-info {
	font-size: 12px;
	color: #666666;
}
div.tx-indexedsearch-searchbox {
	padding-bottom: 10px;
}
div.tx-indexedsearch-browsebox {
	padding-bottom: 10px;
}
.tx-indexedsearch-noresults {
	padding-bottom: 10px;
}
div.tx-indexedsearch-searchbox form table tr {
	height: 30px;
}
div.tx-indexedsearch-res table {
	width: 100%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #000000; 
	font-size: 12px;
	font-weight: normal;
}
td.tx-indexedsearch-title, td.tx-indexedsearch-descr, td.tx-indexedsearch-percent {
	font-size: 12px;
}
td.tx-indexedsearch-title a {
	text-decoration: none;
	font-size: 20px;
}
.tx-indexedsearch-browsebox {
	padding: 0px;
	margin: 0px;
}
ul.browsebox {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	display: inline; /* ie6 margin bug */
	border: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	position: relative;
	float: left;
	padding: 0px;	
	margin: 0px 5px 0px 0px;
	display: inline; /* ie6 margin bug */
	list-style: none;
}

/* sitemap #1 sub */
.sitemap-1-sub {
	position: relative;
	float: left;
}
.sitemap-1-sub .sm-item-group, .sitemap-1-sub .sm-item-group-last {
	position: relative;
	float: left;
	clear: left;
	width: 600px;	
}
.sitemap-1-sub .sm-item-group {
	margin-bottom: 10px;
}
.sitemap-1-sub .sm-title-group {
	position: relative;
	float: left;
	width: 409px;
	min-height: 142px;
	height: auto !important; /* ie6 min-height hack */
	height: 142px; /* ie6 min-height hack */
	background-color: #E7E4DF;
}
.sitemap-1-sub .sm-item-title {
	position: relative;
	float: left;
	width: 380px;
	display: inline; /* ie double margin bug */
	margin: 10px 10px 0 10px;
}
.sitemap-1-sub .sm-item-title a {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline
}
.sitemap-1-sub .sm-item-title a:hover {
	text-decoration: underline;
}
.sitemap-1-sub .sm-item-abstract {
	position: relative;
	float: left;
	clear: left;
	width: 380px;
	display: inline; /* ie double margin bug */
	margin: 10px 10px 0px 10px;
	font-size: 12px;
	color: #666666;
}
.sitemap-1-sub .sm-item-media {
	position: relative;
	float: right;
	width: 190px;
	overflow: hidden;
}

/* flash */
.flash-content {
	padding-bottom: 10px;
}

/* table */
table.contenttable {
	width: 100%;
	margin-bottom: 10px;
}
table.contenttable thead tr th {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 12px;
}
table.contenttable tbody tr td {
	padding: 3px;
}
table.contenttable td.td-0 {
	width: 150px;
}
table.contenttable tbody tr.tr-odd {
	color: #555555;
	font-size: 12px;
	background-color: #FFFFFF;
}
table.contenttable tbody tr.tr-odd a {
	font-size: 12px;
	color: #555555;
}
table.contenttable tbody tr.tr-even {
	color: #555555;
	font-size: 12px;
}
table.contenttable tbody tr.tr-even a {
	font-size: 12px;
	color: #555555;
}

/* reports */
.vdreports {
	position: relative;
	float: left;
	padding-bottom: 10px;
}

/* google maps */
#content-wrapper .tx_lumogooglemaps_pi1_sidebar {
	font-size: 18px;
}
#content-wrapper .tx_lumogooglemaps_pi1_sidebar ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	list-style-type: none;
	white-space: nowrap;
}
#content-wrapper .tx_lumogooglemaps_pi1_sidebar ul li {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 0 4px 0;
	background-color: #E4E1DB;
}
#content-wrapper .tx_lumogooglemaps_pi1_sidebar a, #content-wrapper .tx_lumogooglemaps_pi1_sidebar a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #444444;
	text-decoration: none;
}
#content-wrapper .tx_lumogooglemaps_pi1_sidebar a:hover {
	color: #FFFFFF;
	background-color: #FD4D19;
}

/* search box */
#search-box input#query {
	position: relative;
	float: left;
	margin-top: 7px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
#search-box input#submit {
	position: relative;
	float: left;
	margin-top: 9px;
	margin-left: 5px;
	display: inline;
}