@CHARSET "utf-8";

/*
red: #A71930;
green: #AAA38E;
*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
table {
	border: 1px solid #ccc;
	border-collapse:collapse;
}
td {
	border: 1px solid #ccc;
	padding: 3px;
}
#main-wrapper {
	position: relative;
	float: left;
	width: 800px;
	height: 100%;
}
#header-wrapper {
	position: relative;
	float: left;
	width: 800px;
	height: auto;
}
#language-selector,
#donation-button,
#searchbox,
#key-figures-wrapper,
#sidebar-wrapper,
#navigation-3,
#footer-additional/*,
#footer-logos*/ {
	display: none;
}
#logo {
	float:none;
	margin-left: -45px;
	margin-top: -30px;
	height: 170px;
}
#page-title-wrapper {
	position: relative;
	clear:both;
	float: left;
	width: 790px;
	height: auto;
	margin-top: 20px;
}
#page-title-wrapper h1 {
	position: relative;
	bottom: auto;
	font-size: 28px;
}
#base-wrapper {
	width: auto;
}
#base-wrapper-2 {
	position: relative;
	float: left;
	width: 800px;
}
#content-wrapper {
	position: relative;
	float: left;
	margin-left:0px;
	width: 790px;
	margin-top: 20px;
}
#content-top {
	position: relative;
	float: left;
	width: 790px;
}
#content-left {
	position: relative;
	float: left;
	width: 590px;
}
#content-right {
	position: relative;
	float: right;
	width: 190px;
}

/* standards */
a {
	color: #A71930;
}
p.bodytext, p.csc-frame-frame1 {
	padding-bottom: 10px;
	line-height: 18px;
}
.tx-flvplayer-pi1 {
	padding-bottom: 10px;
}
#content-top p.bodytext {
	width: 795px;
}
#content-left p.bodytext {
	width: 595px;
}
#content-right p.bodytext {
	width: 185px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
}
h3 {	
	padding: 14px 5px 5px 5px;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}
#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 {
	position: absolute;
	bottom: 0px;
	font-size: 28px;
	font-weight: normal;
}

/* language selector */
#language-selector ul {
	position: relative;
	float: right;
}
#language-selector ul li {
	position: relative;
	float: right;
	list-style: none;
	margin: 8px 0px 0px 10px;
	display: inline; /* ie6 margin bug */
	font-size: 12px;
}
#language-selector ul li a {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	display: block;
}
#language-selector ul li a:hover {
	color: #333333;
}

/* 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;
	background-image: url("pics/nav1.gif");
	background-repeat: no-repeat;
	color: #000000;
}
#navigation-1 ul li .navigation-title-wrapper {
	margin: 12px 5px 5px 5px;
}
#navigation-1 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#navigation-1 ul li a.nav-act {
	color: #000000;
	text-decoration: none;	
}

/* navigation #1 level 2 */
#navigation-1 ul li ul {
	margin: 10px 0px 10px 0px;
}
#navigation-1 ul li ul li {
	position: relative;
	float: left;	
	list-style: none;
	margin-top: 1px;
	width: 190px;
	background-image: none;
	color: #000000;
}
#navigation-1 ul li ul li .navigation-title-wrapper {
	margin: 2px 5px;
}
#navigation-1 ul li ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
}
#navigation-1 ul li ul li a.nav-act {
	color: #000000;
	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: 175px;	
}

/* navigation #2 */
#navigation-2 ul {
	position: relative;
	float: left;
}
#navigation-2 ul li {
	position: relative;
	float: left;	
	list-style: none;
	margin-top: 1px;
	width: 190px;
	background-color: #D9D9D9;	
}
#navigation-2 ul li .navigation-title-wrapper {	
	margin: 5px 5px;
	font-size: 12px;
	color: #000000;
}
#navigation-2 ul li a {
	display: block;	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/* donation button */
#donation-button a {	
	margin: 8px 0px 0px 10px;
	display: inline; /* ie6 margin bug */
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* frame 1 */
.frame-1-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background-color: #AAA38E;	
	margin-bottom: 20px;
}
.frame-1-header {
	position: relative;
	float: right;
	height: 10px;
	width: 9px;
	background-image: url("pics/frame_1_header.gif");
	background-position-x: right;
	background-repeat: no-repeat;	
	font-size: 1px;
}
.frame-1-content {
	position: relative;
	float: left;
	width: 100%;
}
.frame-1-footer {
	position: relative;
	float: left;
	height: 10px;
	width: 9px;
	background-image: url("pics/frame_1_footer.gif");
	background-position-x: left;
	background-repeat: no-repeat;
	font-size: 1px;
}
.frame-1-content a {
	color: #FFFFFF;
}
.frame-1-content p.bodytext {
	padding: 0px;
	color: #000;
}
#content-top .frame-1-content p.bodytext {	
	width: 775px;
}
#content-left .frame-1-content p.bodytext {
	width: 575px;
}
#content-right .frame-1-content p.bodytext {
	width: 165px;
}
.frame-1-content h2 {
	padding-left: 0;
	color: #000;
}

/* frame quote */
.frame-2-content p.bodytext {
	padding-top: 0px;
	padding-left: 5px;
	color: #000;
}

/* frame quote */
.quote-wrapper {
	position: relative;
	float: left;
	width: 100%;
	border-top: solid 1px #333333;	
	margin-bottom: 20px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;	
}
.quote-wrapper p.bodytext {
	padding-bottom: 10px;
}
.quote-wrapper p.csc-frame-frame1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-bottom: 10px;
}
.quote-wrapper .quote-content {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: solid 1px #333333;	
}

/* frame table steps */
.table-step-1-wrapper {
	background-color: #CCCCCC;
	margin-bottom: -5px;
}
.table-step-2-wrapper {
	background-color: #BFBFBF;
	margin-bottom: -5px;
}
.table-step-3-wrapper {
	background-color: #B3B3B3;
	margin-bottom: -5px;
}
.table-step-1-wrapper h2, .table-step-2-wrapper h2, .table-step-3-wrapper h2 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: #FFFFFF;
}
.table-step-1-wrapper p.bodytext, .table-step-2-wrapper p.bodytext, .table-step-3-wrapper p.bodytext {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* key figures */
#key-figures-wrapper .kf-item-1, #key-figures-wrapper .kf-item-2, #key-figures-wrapper .kf-item-3, #key-figures-wrapper .kf-item-4, #key-figures-wrapper .kf-item-5, #key-figures-wrapper .kf-item-6, #key-figures-wrapper .kf-item-7 {
	position: relative;
	float: left;
	margin-left: 10px;
	display: inline; /* ie6 margin bug */
	padding-bottom: 10px;
	width: 110px;	
	font-size: 11px;
}

#key-figures-wrapper .kf-item-1 a {
	color: #808080;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-2 a {
	color: #8c8c8c;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-3 a {
	color: #999999;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-4 a {
	color: #a6a6a6;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-5 a {
	color: #b3b3b3;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-6 a {
	color: #Bfbfbf;
	text-decoration: none;
}
#key-figures-wrapper .kf-item-7 a {
	color: #cccccc;
	text-decoration: none;
}
#key-figures-wrapper a:hover {
	color: #000000;
}


/* sitemap key figures */
#bla .sm-kf-item-title {
	position: relative;
	float: left;
	margin-left: 10px;
	display: inline; /* ie6 margin bug */
	padding-bottom: 10px;
	width: 110px;	
}

/* news */
p.news-date {
	padding-bottom: 5px;
	font-size: 11px;
}
.news-content-element {
	padding-bottom: 10px;
}
.news-content-element p.news-date {
	padding: 0px 5px;
}
.news-content-element p.bodytext {
	font-size: 11px;
	padding: 0px 5px 5px 5px;
	line-height: 13px;
}

/* search */

td * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
td.tx-indexedsearch-info {
	font-size: 11px;
	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: #AAA38E; 
	font-weight: normal;
}
td.tx-indexedsearch-title, td.tx-indexedsearch-descr, td.tx-indexedsearch-percent {
	font-size: 12px;
}
.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;
}

/* 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;
}

/* cetrel */
.cetrel-transaction-number {
	position: relative;
	float: left;
	width: 380px;
	background-color: #D9D9D9;
	color: #666666;
	padding: 10px;
}
.cetrel-accepted {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 380px;
	background-color: #AAA38E;
	color: #FFFFFF;
	padding: 10px;
}
.cetrel-refused {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 380px;
	background-color: #A71930;
	color: #FFFFFF;
	padding: 10px;
}
.cetrel-timeout {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 380px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px;
}
.cetrel-message {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 380px;
	background-color: #A71930;
	color: #FFFFFF;
	padding: 10px;
}