/* -------------------------------------------------------------- 
  
   TCS Formatierungen
   Oktober 2008

-------------------------------------------------------------- */
HTML {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 0.6em;
	height: 100%;
	background: #fff url(../../images/background.gif) repeat-x 0 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #ef8c00;
	text-decoration: none;
}
a:hover {
	color: #ef8c00;
	text-decoration: underline;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica;font-size: 1em;
	
}
/* @group Layout Inhalt / Links / Rechts */

.container {
	padding: 20px 10px;
	background-color: #fff;
}
.header {
	height:  125px;
	background-color: #fff;
}
.header .logo h1 {
	margin-top: 17px;
	float: right;
}
.header .logo h1 span.grafik {
	display: block;
	width: 300px;
	height: 70px;
	background: url(../../images/logo.gif) no-repeat bottom right;
}
.header .logo h1 span.name {
	display:  block;
	overflow:  hidden;
	width: 1px; height: 1px;
}
.inhalt {
	background: #fff;
	min-height: 100%;
}
.inhalt .leftside {
	height:  100%;
}
.inhalt .leftside .leftpadding{
	background: #0f0;
	margin-right: 18px;
	min-height: 400px;
}
.inhalt .rightside {
	height:  100%;
}
.inhalt .rightside .rightpadding{
	background: #0ff;
	margin-left: 18px;
	min-height: 400px;
}
.text DIV.textpadding {
	min-height: 360px;
	padding-left:  10px;
	padding-right:  10px;
	padding-top: 0px;
	margin-top:  0px;
}

/* @end */

/* @group Footer */

.footer {
	background-color: #fff;
	border-top:1px solid #000 ;
	text-align:center;
	margin-top: 50px;
}
.footer SPAN.copyright {
	margin: 0;
	margin-top:5px;
	font-size: 9px;
}

.footer UL.navigation {
	list-style-type: none;
	margin: 0;
	float:  left;
	margin-left: auto;
	margin-right: auto;
}

.footer UL.navigation LI {
	float: left;
	padding-right: 5px;
	font-size: 9px;
}
.footer UL.navigation LI A{
	color: #000;
	font-size: 9px;
	text-decoration: none;
}
.footer UL.navigation LI A:hover{
	text-decoration: underline;
}
.footer UL.navigation {
	padding-top: 5px;
	float: left;
}

/* @end */



#visualadd {
	top: 125px;
	height: 130px;
	right: 0px;
	width: 990px;
	float: right;
	margin-bottom: 26px;
}
.visual {
	background-color: #fff;
}
/* @group Navigation oben */
#topnav {
	position: relative;
	top:  90px;
	height: 35px;
	overflow: hidden;
}
#topnav ul {
	margin: 0;
	list-style-type: none;
}
#topnav li {
	float:  left;
	margin: 0;
	padding: 12px 15px 0px 7px;
	list-style-type: none;
	background: url(../../images/dot.gif) no-repeat right 15px;
}
#topnav li.first {
	padding-left:  3px;
}
#topnav li.last {
	background: none;
}
#topnav li a { 
	font-weight: bold;
	color: #626262;
}
/* @end */
/* @group Navigation (Haupt-) */

#nav ul {
	padding: 0;
	margin: 0px;
}

#nav li {
	list-style-type: none;
	font:12px Verdana,Arial,sans-serif;
}

#nav li a {
	background: #9d9ea0 url(../../images/pfeil.gif) no-repeat 17px 17px;
	padding: 13px 15px 13px 30px;
	width: 145px;
	font: 10px Verdana,Arial,sans-serif;
	display:  block;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#nav li a.selected, #nav li a.current {
	background: #ef8c00 url(../../images/navigation_open.gif) no-repeat 15px 19px;
}
#nav li li a {
	background-color: #e7e9e8;
	color: #000;
}
#nav li li a.selected, #nav li li a.current {
	background: #e7e9e8 url(../../images/pfeil.gif) no-repeat 15px 19px;
	font-weight: bold;
}
/* @end */

/* @group Navigation (Service-) */

ul.navservice {
	padding: 0;
	margin: 0px;
}

.navservice li {
	list-style-type: none;
	font:12px Verdana,Arial,sans-serif;
}

.navservice li a {
	background-color: #e7e9e8;
	padding: 13px 30px 13px 30px;
	width: 130px;
	font: 10px Verdana,Arial,sans-serif;
	white-space: nowrap;
	display:  block;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	color: #ef8c00;
	text-decoration: none;
}
a.icon1 {
	background: url(../../images/icon_01.gif) no-repeat 0px 5px;
}
a.icon2 {
	background: url(../../images/icon_02.gif) no-repeat 0px 5px;
}
a.icon3 {
	background: url(../../images/icon_03.gif) no-repeat 0px 5px;
}
a.icon4 {
	background: url(../../images/icon_04.gif) no-repeat 0px 5px;
}
	
.navservice li a:hover {
	color: #ef8c00;
	text-decoration: underline;
}

/* @end */

/* @group Typography Left / Right */
/*
.inhalt .leftside H1
{
	font-size: 12px;
	background-color: #ef8c00;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom: 1px solid #fff;
}
.inhalt .leftside .csc-text p {
	font-size: 11px;
	background-color: #a3a3a3;
	color: #fff;
	margin-right: 18px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom: 6px solid #000;
}
.inhalt .leftside .csc-text p strong {
	color: #000;
}
.inhalt .leftside .csc-text p em {
	color: #ef8c00;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
*/
.inhalt .lefside,
.inhalt .rightside {
	overflow: hidden;
}
.inhalt .leftside H1,
.inhalt .rightside H1 {
	font-size: 10px;
	color: #fff;
	background-color: #ef8c00;
	padding: 13px 24px 13px 24px;	
	border-bottom: 1px solid #fff;
	margin: 0;
}
.inhalt .leftside .csc-header {
	margin-top: 25px;
}
.leftside .csc-header-n1,
.rightside .csc-header-n1 {
	background-color: #9d9ea0;
	padding-top: 6px;
}
.inhalt .leftside .tt-news-last-wrapper .tt-news-item h3,
.inhalt .rightside .tt-news-last-wrapper .tt-news-item h3 {
	font-size: 10px;
	line-height: 125%;
	font-weight: bold;
	padding: 13px 24px 0px 24px;	
	margin: 0;
	background: #e7e9e8 url(../../images/pfeil.gif) no-repeat 15px 15px;
}
.inhalt .leftside .tt-news-item p, 
.inhalt .rightside .tt-news-item p, 
.inhalt .leftside .searchwrap .csc-text,
.inhalt .rightside .searchwrap .csc-text,
.inhalt .leftside  .csc-text p {
	font-size: 10px;
	padding: 13px 24px 13px 24px;
	border-bottom: 1px solid #fff;
	background-color: #e7e9e8;
}

.inhalt .leftside .tt-news-item p,
.inhalt .rightside .tt-news-item p {
	padding: 0px 24px 13px 24px;	
}
.inhalt .leftside .searchwrap input.sword,
.inhalt .rightside .searchwrap input.sword {
	width: 90px;
	margin: 0px 10px 0px 0px;
	float:  left;
}
.inhalt .leftside .searchwrap input.submit,
.inhalt .rightside .searchwrap input.submit {
	margin-top:  2px;
}

.inhalt .rightside ul {
	padding: 0;
	margin: 0px;
}

.inhalt .rightside ul li {
	list-style-type: none;
	font:12px Verdana,Arial,sans-serif;
}

.inhalt .rightside ul li a {
	width: 100%;
	font: 10px Verdana,Arial,sans-serif;
	white-space: nowrap;
	display:  block;
	color: #000;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding: 13px 24px 13px 24px;	
	margin: 0;
	background: #e7e9e8 url(../../images/pfeil.gif) no-repeat 15px 17px;
}

/* @end */

/* @group Typography Inhalt */
.inhalt .textpadding H1 {
	color:  #ef8c00;
	font-size: 18px;
	margin-bottom: 20px;
	margin-left:  0px;
}
.inhalt .textpadding H2 {
	color:  #ef8c00;
	font-size: 14px;
	margin: 20px 0 10px 0px;
}
.inhalt .textpadding H3 {
	color:  #ef8c00;
	margin-left: 80px;
	font-size: 12px;
	margin: 20px 0 5px 0px;
}
.inhalt .textpadding .inhalt-nomargin h1, .inhalt .textpadding .inhalt-nomargin h2, .inhalt .textpadding .inhalt-nomargin h3 {
	margin-left:  0;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title { display: none; }
.powermail_radio_inner { display: block; clear:both;}
.inhalt .textpadding .inhalt-nomargin p,
.inhalt .textpadding .inhalt-nomargin ul,
.inhalt .textpadding .inhalt-nomargin .tx-fgadkmiobjects-pi1,
.inhalt .textpadding .inhalt-nomargin .tx-fgadkmiobjects-pi2,
.inhalt .textpadding .inhalt-nomargin .tx-powermail-pi1 {
	margin-left:  0px;
}
.inhalt-bg {
	background-color: #fcebcf;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
}
.inhalt-bg h1 {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px !important;
	margin-right: -20px !important;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0 !important; 
	color: #000 !important;
	
}
.inhalt-bg h1.first { 
	color: #ef8c00 !important;
	background-color: #fff;
	padding-top: 0px; 
	padding-bottom: 20px;
}
.inhalt .textpadding .csc-text ul li,
.inhalt .textpadding .csc-textpic ul li { margin-left:  20px;}

.inhalt .textpadding div.csc-text,
.inhalt .textpadding div.csc-textpic,
.inhalt .textpadding div.tx_pureimg_pi1 {
	margin: 0 0 20px 0;
}
.inhalt .textpadding dl {
	margin-top:  0;
}
.tr-even,
.inhalt table tr.even,.inhalt table tr.even th,
.tx-fgadkmiobjects-pi1-listrow-even, .tx-fgadkmiobjects-pi1-listrow-even th,
.tx-fgadkmiobjects-pi2-listrow-even, .tx-fgadkmiobjects-pi2-listrow-even th  {
	background-color: #fffce9;
}
.tr-odd, 
.inhalt table tr.odd, .inhalt table tr.odd th, 
.tx-fgadkmiobjects-pi1-listrow-odd, .tx-fgadkmiobjects-pi1-listrow-odd th, 
.tx-fgadkmiobjects-pi2-listrow-odd, .tx-fgadkmiobjects-pi2-listrow-odd th {
	background-color: inherit;
}
td, th {
	vertical-align: top;
}
.td-0 {
	width: 190px;
}
th, .td-0 {
	font-weight: bold;
}
thead th, tfoot td {
	background-color: #ef8c00;
}
thead th a, thead th a:hover {
	color:  #fff;
}
/* @end */
/* @group powermail */
.tx-powermail-pi1 fieldset {
	border: none; margin: 0; padding: 0;
}
.tx-powermail-pi1 legend {
	display: none;
}
.tx-powermail-pi1 label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 2px;
}
.powermail_text {
	width: 285px;
}

.powermail_textarea {
	width:  280px;
	height: 100px;
} 

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 5px;
}
.powermail_submit {
	margin-left: 140px;
}
.powermail_mandatory_js {
	margin-left: 140px;
	padding: 3px;
	background-color: #ffd5d0;	
	margin-top:  4px;
	width:  285px;
}
.tx-powermail-pi1_thx .contenttable {
	width: 100%;
}
/* @end */
/* @group indexed_search */
.tx-indexedsearch fieldset {
	border: none;
	margin: 10px 0;
	padding: 0;
}


.tx-indexedsearch legend {
	display: none;
}
.tx-indexedsearch-search-submit{
	padding-left: 11em;
	padding-top: 5px;
}
.tx-indexedsearch-icon, .tx-indexedsearch-result-number {
	display: none;
}
.tx-indexedsearch h3 {
	margin-bottom: 0.5em;
}
.tx-indexedsearch-percent {
	font-size: 70%;
}
.tx-indexedsearch-browsebox {
	margin: 10px 0;
}
.tx-indexedsearch-info, .tx-indexedsearch info, .tx-indexedsearch info-tmpl-css {
	background-color: #fff !important;
	color: #a3a3a3;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #ef8c00;	
}
/* @end */

/* @group Riders */

#riderwrapper {
	background-color: #fff;
	height: 28px;
	margin:  0 -20px;
}
#rider ul {
	margin: 0 0 0 20px;
	list-style-type: none;
}
#rider li  {
	margin: 0;
}
#rider li a {
	float:  left;
	margin-right:  3px;
	padding: 7px;
	list-style-type: none;
	background-color: #fffce9;
	color: #000;
}
#rider li a:hover,
#rider li.selected a {
	background-color: #fcebcf;
}
/* @end */



