/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

body {
	
	text-align: center;
	background: #d5e0e6;
	
}

#wrapper {
	
	width: 850px;
	margin: 0 auto;
	
	text-align: left;
	
}

#header {
	
	height: 61px;
	margin: 26px 0 6px 0;
	
}

#header h1 {
	
	width: 645px;
	height: 61px;
	
	background: #d5e0e6 url('./../layout/header-background.jpg') no-repeat;

	float: right;
	
}


#header h1 a {
	
	width: 645px;
	height: 61px;
	
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	
}

#skip {
	
	width: 190px;
	height: 61px;
	
	float: left;
	display: block;
	overflow: hidden;
	
}

#header:after {
	
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	
}

#left {
	
	width: 199px;
	margin-right: 6px;
	float: left;
	
}

#content {
	
	width: 645px;
	background: #fff;
	margin-bottom: 6px;
	float: left;
	
}

#footer {
	
	clear: left;
	padding-bottom: 50px;
	
}


/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

body {
	
	color: #333;
	font-size: 100.1%;
	font-family: Tahoma, Verdana, Sans-Serif;
	
}

input {
	
	font-family: Tahoma, Verdana, Sans-Serif;
	
}

a {
	
	text-decoration: none;
	
}

#skip {
	
	color: #d5e0e6;
	font-size: .6875em;
	
}

#skip:hover {
	
	cursor: default;
	
}

#skip:focus {
	
	color: #333;
	
}

#menu a {
	
	color: #40525c;
	font-size: .814em;
	
}

#menu a:hover {
	
	color: #fff;
	
}

#menu .chosen a {
	
	color: #fff;
	
}

#menu .parent a {
	
	color: #fff;
	
}

#menu .parent ul a {
	
	color: #40525c;
	
}

#menu .parent ul a:hover {
	
	color: #fff;
	
}

#menu .parent ul .chosen a {
	
	color: #fff;
	
}

#menu .parent ul .parent a {
	
	color: #fff;
	
}

#searchbox label {
	
	font-size: .563em;
	
}

#searchbox #searchstring {
	
	font-size: .625em;
	font-weight: bold;
	
}

h2 {
	
	color: #9f0038;
	font-size: 1em;
	
}

#submenu li {
	
	color: #728996;
	font-weight: bold;
	
}

#submenu .chosen a,
#submenu a .chosen {
	
	color: #9f0038;
	
}

#submenu .chosen a:hover,
#submenu a .chosen:hover {
	
	color: #728996;
	
}

#content a {
	
	color: #728996;
	
}

#content a:hover {
	
	color: #9f0038;
	
}

#content p, #content h3, #content h4, #content ul {
	
	font-size: .75em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	
}

.tx-indexedsearch-whatis {
	
	font-size: .75em;
	line-height: 1.4em;
	
}

.tx-indexedsearch-sw {
	
	font-style: italic;
	
}

#content h3 {
	
	margin-bottom: 6px !important;
	
}

#multi-column #right h2 {
	
	color: #40525c;
	font-size: .75em;
	font-weight: normal;
	
}

#multi-column #right h3 {
	
	font-weight: bold;
	
}

table thead th,
table tbody td {
	
	font-size: .75em;
	
}


table p {
	
	font-size: 1em !important;
	
}

.newsdate {
	
	color: #728996;
	
}

.black {
	
	color: #333;
	
}

a:hover .black {
	
	color: #9f0038;
	
}

#content ul {
	
	margin-bottom: 1.4em;
	padding-left: 16px;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#menu {
	
	margin-bottom: 6px;
	
}

#menu, #menu ul, #menu li {
	
	list-style-type: none;
	
}

#menu a {
	
	background: #fff;
	margin-bottom: 1px;
	padding: 7px 0 7px 12px;
	display: block;
	
}

#menu a:hover {
	
	background: #40525c;
	
}

#menu .chosen a {
	
	background: #40525c;
	
}

#menu .chosen a:hover {
	
	background: #668a9a;
	
}

#menu .parent a {
	
	background: #40525c;
	
}

#menu .parent a:hover {
	
	background: #40525c;
	
}

#menu .parent ul a {
	
	background: #bcced7;
	
}

#menu .parent ul a:hover {
	
	background: #9f0038;
	
}

#menu .parent ul .chosen a {
	
	background: #9f0038;
	
}

#menu .parent ul .parent a {
	
	background: #9f0038;
	
}


#searchbox {
	
	background: #fff;
	padding: 23px 0 22px 0;
	
}

#searchbox label {
	
	width: 36px;
	height: 9px;
	
	text-indent: -5000px;
	
	background: #e1e9ed url('./../layout/icons/search.gif') no-repeat;
	
	margin: 3px 6px 0 12px;
	
	float: left;
	overflow: hidden;
	
}

#searchbox #searchstring {
	
	width: 116px;
	height: 13px;
	
	background: #fff url('./../layout/dotted-background.gif');
	border: 1px #c3ced4 solid;
	
	margin-right: 7px;
	padding-top: 1px;
	
	display: block;
	float: left;
	
}

#searchbox #searchsubmit {
	
	width: 13px;
	height: 9px;
	
	text-indent: -5000px;
	
	background: #40525c url('./../layout/icons/go.gif') no-repeat;
	
	margin-top: 3px;
	
	display: block;
	float: left;
	overflow: hidden;
	
}

#searchbox #searchsubmit:hover {
	
	background: #9f0038 url('./../layout/icons/go-hover.gif') no-repeat;
	
}

#searchbox:after {
	
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	
}

#submenu {
	
	list-style-type: none;
	padding-left: 0 !important;
	
}

#submenu:after {
	
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	
}

#submenu li {
	
	float: left;
	margin-right: 10px;
	
}

#submenu li a {
	
	padding-right: 10px;
	
}

#normal {
	
	min-height: 500px;
	
}

h2 {
	
	border-bottom: 1px #d5e0e6 solid;
	margin-bottom: 18px;
	padding: 27px 0 15px 40px;
	
}

#content p, #content h3, #content h4, #content ul {
	
	margin-right: 40px;
	margin-left: 40px;
	
}

#multi-column #normal {
	
	width: 454px;
	border-right: 6px #d5e0e6 solid;
	float: left;
	
}

#multi-column #right {
	
	width: 185px;
	background: #fff url('./../layout/right-background.gif') no-repeat;
	float: left;
	
}

#multi-column #right h2 {
	
	padding: 39px 11px 8px 15px;
	
}

#multi-column #right h3 {
	
	margin-bottom: 2px;
	
}

#multi-column #right h3,
#multi-column #right p,
#multi-column #right ul {
	
	margin-right: 11px;
	margin-left: 15px;
	
}

#multi-column #right .bottom {
	
	border-top: 1px #d5e0e6 solid;
	margin-top: 120px;
	
}

#multi-column #right .bottom a {
	
	width: 84px;
	height: 9px;
	
	text-indent: -5000px;
	
	background: #e1e9ed url('./../layout/icons/news-overview.gif') no-repeat;
	
	margin: 10px 12px 11px 15px;
	
	display: block;
	overflow: hidden;
	
}

#multi-column #right .bottom a:hover {
	
	background: #ffdbe8 url('./../layout/icons/news-overview-hover.gif') no-repeat;
	
}

#multi-column-dependent #normal p {
	
	margin-right: 0;
	
}

.dependence .left {
	
	width: 430px;
	margin-right: 0 !important;
	float: left;
	
}

.dependence .right {
	
	width: 185px;
	float: right;
	text-align: right;
	
}

#content .dependence p,
#content .dependence h3,
#content .dependence h4,
#content .dependence ul {
	
	margin-right: 0 !important;
	
}

.dependence .right a {
	
	float: right;
	
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
	
	padding-bottom: 16px;
	
}

.dependence .left h3,
.csc-textpic-intext-right-nowrap div h3 {
	
	margin-bottom: 6px !important;
	
}

/*.dependence .left h3,
.csc-textpic-intext-right-nowrap div h3,
.dependence .left h4,
.csc-textpic-intext-right-nowrap div h4,
.dependence .left p,
.csc-textpic-intext-right-nowrap div p,
.dependence .left ul,
.csc-textpic-intext-right-nowrap div ul {
	
	margin-right: 0 !important;
	
}*/

.dependence .left a,
.csc-textpic-intext-right-nowrap div a {
	
	white-space: nowrap;
	
}

.dependence:after,
.csc-textpic-intext-right-nowrap:after {
	
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	
}

/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

.download-pdf {
	
	width: 36px;
	height: 10px;
	
	text-indent: -5000px;
	
	background: #fff url('./../layout/icons/pdf.gif') no-repeat;
	
	display: block;
	overflow: hidden;
	
}

.download-pdf:hover {
	
	background: #fff url('./../layout/icons/pdf-hover.gif') no-repeat;
	
}

.imprint {
	
	width: 45px;
	height: 13px;
	
	text-indent: -5000px;
	
	background: #fff url('./../layout/icons/imprint.gif') no-repeat;
	
	display: block;
	float: right;
	
	overflow: hidden;
	
}

.imprint:hover {
	
	background: #9f0038 url('./../layout/icons/imprint-chosen.gif') no-repeat;
	
}

.imprint.chosen {
	
	background: #9f0038 url('./../layout/icons/imprint-chosen.gif') no-repeat;
	
}

.imprint.chosen:hover {
	
	background: #9f0038 url('./../layout/icons/imprint.gif') no-repeat;
	
}

.no-bottom-margin {
	
	margin-bottom: 0 !important;
	
}

table {
	
	width: 100%;
	
}

table thead {
	
	background: #fff url('./../layout/dotted-background-2.gif');
	display: table-caption;
	
}

table thead th,
table tbody td {
	
	padding-right: 10px;
	
}

table thead th {
	
	padding-top: 7px;
	padding-bottom: 9px;
	
	vertical-align: top;
	text-align: left;
	
}

table tbody td {
	
	height: 3.75em;
	border-top: 1px #d5e0e6 solid;
	padding-top: 9px;
	/*padding-bottom: 22px;*/
	
	vertical-align: top;
	
}

table th.first,
table th.second {
	
	background: transparent url('./../layout/th-background.gif') no-repeat right bottom;
	
}

table .first {
	
	width: 123px;
	padding-left: 40px;
	white-space: nowrap;
	
}

table .second {
	
	width: 244px;
	padding-right: 18px;
	
}

table .second,
table .third {
	
	padding-left: 20px;
	
}

table caption {
	
	display: none;
	
}

table p {
	
	margin-right: 0 !important;
	margin-left: 0 !important;
	
}

.www {
	
	width: 35px;
	height: 9px;
	
	background: #e1e9ed url('./../layout/icons/www.gif') no-repeat;
	
	text-indent: -5000px;
	
	display: block;
	overflow: hidden;
	
}

.www:hover {
	
	background: #ffdbe8 url('./../layout/icons/www-hover.gif') no-repeat;
	
}

.fourth .www {
	
	margin-top: 4px;
	
}

.back {
	
	width: 36px;
	height: 9px;
	
	background: #e1e9ed url('./../layout/icons/back.gif') no-repeat;
	
	text-indent: -5000px;
	
	display: block;
	overflow: hidden;
	
}

.back:hover {
	
	background: #ffdbe8 url('./../layout/icons/back-hover.gif') no-repeat;
	
}

.enquiry {
	
	width: 54px;
	height: 12px;
	
	background: #e1e9ed url('./../layout/icons/enquiry.gif') no-repeat;
	
	text-indent: -5000px;
	
	display: block;
	overflow: hidden;
	
}

.enquiry:hover {
	
	background: #ffdbe8 url('./../layout/icons/enquiry-hover.gif') no-repeat;
	
}

.how-to-find-us {
	
	width: 87px;
	height: 9px;
	
	background: #e1e9ed url('./../layout/icons/how-to-find-us.gif') no-repeat;
	
	text-indent: -5000px;
	
	display: block;
	overflow: hidden;
	
}

.how-to-find-us:hover {
	
	background: #ffdbe8 url('./../layout/icons/how-to-find-us-hover.gif') no-repeat;
	
}

#menu-slider {
	
	width: 31px;
	height: 11px;
	
	text-indent: -5000px;
	
	background: #e1e9ed url('./../layout/icons/menu-slider.gif') no-repeat;
	
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 56px;
	
	margin-left: 168px;
	
}

#menu-slider:hover {

	background: #ffdbe8 url('./../layout/icons/menu-slider-hover.gif') no-repeat;

}

#searchresult p a {
	
	padding-right: 10px;
	
}

#content .margin-bottom {
	
	margin-bottom: 16px !important;
	
}

a .zoom {
	
	background: transparent url('./../layout/icons/zoom.gif') no-repeat right bottom;
	
}

a:hover .zoom {
	
	background: transparent url('./../layout/icons/zoom-hover.gif') no-repeat right bottom;
	
}

#single-column #normal {
	
	margin-bottom: 20px;
	
}

.print-only {
	
	display: none;
	
}

.tx-ttnews-browsebox {
	
	background: inherit;
	border: 0 none;
	
	margin: 32px 0 0 0;
	padding: 0;
	
}

.tx-ttnews-browsebox p {
	
	margin-bottom: 3px !important;
	
}

.tx-ttnews-browsebox table {
	
	width: auto;
	margin-left: 40px;
	
}

.tx-ttnews-browsebox table td {
	
	height: auto;
	font-size: .75em !important;
	border-top: 0 none;
	padding: 0 7px 0 0;
	
}

.tx-ttnews-browsebox  .tx-ttnews-browsebox-SCell {
	
	background: inherit;
	border: 0 none;
	
}

.news-single-imgcaption {
	
	text-align: left !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 3px;
}

.tx-indexedsearch-percent, .tx-indexedsearch-searchbox {
	
	display: none;
	
}

.tx-indexedsearch-whatis {
	
	padding-right: 30px;
	padding-left: 40px;
	
}

.tx-indexedsearch-browsebox p {
	
	margin-bottom: 3px !important;
	
}

.browsebox {
	
	list-style-type: none;
	padding-left: 0 !important;
	
}

.browsebox li {
	
	padding-right: 4px;
	display: inline;
	
}

.tx-indexedsearch-res {
	
	margin-top: 16px;
	
}

.no-margin-bottom {
	
	margin-bottom: 3px !important;
	
}

.csc-textpic-left img {
	
	padding-bottom: 16px;
	padding-left: 40px;
	
}

/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

/*
	Firefox 3 - Tabellenkopf + Reformatierung für den Rest
*/

*:not(hr) table thead th {
	
	padding-bottom: 8px;
	
}
/* Safari & Opera */
@media screen and (min-width: 0px){ table thead th { padding-bottom: 9px !important }}


/*
	Equal Height Columns - Hack
	http://www.positioniseverything.net/articles/onetruelayout/equalheight
*/

#multi-column #content {
	
	overflow: hidden;
	
}
/* Start Mac IE5 filter \*/
#multi-column #normal, #multi-column #right
	{
	padding-bottom: 2047.938em;
	margin-bottom: -2047.938em; 
	}
/* End Mac IE5 filter */
@media all and (min-width: 0px) {
#multi-column #normal, #multi-column *#right
	{
	padding-bottom: 0;
	margin-bottom: 0; 
	}
#multi-column #normal:after, #multi-column #right:after
	{
	content: '.';
	display: block;
	background-color: #fff;
	padding-top: 32767px;
	margin-bottom: -32767px;
	height: 0;
	}
#multi-column #normal:after
	{
	background: #fff;
	margin-right: -6px;
	border-right: 6px #d5e0e6 solid;
	}
}
#multi-column-dependent #normal {
	
	padding-bottom: 0;
	margin-bottom: 0;
	
}