/******************************************************************************/
/*                                                                            */
/*                    Stylesheet fuer www.tree-project.de                     */
/*                        Copyright 2008 Sunbeam GmbH                         */
/*                           Autor: Joeran Fliege                             */
/*                                                                            */
/******************************************************************************/
/* Farben */

/* #444444 - Schriftgrau */
/* #2E2C30 - Schriftgrau dunkel */

/* #dddddd - Dunkelgrau */
/* #f5f5f5 - Mittelgrau */
 
/* #b93b3f - Weinrot */
/* #f6990c - Orange */
 
@import url(ti_csc.css);
/********************************* ALLGEMEIN **********************************/
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 100.1%;
	color: #444444;
}
img {
	border: none;
}
#marginal ul.img li a {
	border: none;
}
#marginal ul.img li a img, #marginal img {
	border: 1px solid #ddd;
	margin-bottom:1em;
}
/* Elemente unsichtbar, aber nicht unlesbar -  */
.hidden, .aktlang, #mainnav em, #headerbottom em, #mainnav h6 {
	position: absolute;
	left: -1200em;
	top: -600em;
	width: 3em;
	border: 1px solid red;
}
#right a:link, #right a:active, #right a:visited {
	border-bottom: 1px solid #949494;
	text-decoration: none;
	color: #444;
}
#right a:hover, #right a:focus {
	border: none;
}
#left h3 a:link, #left h3 a:active, #left h3 a:visited {
	text-decoration: none;
	border: none;
	color: #fff;
}
#left a:link, #left a:active, #left a:visited {
	border-bottom: 1px solid #949494;
	text-decoration: none;
	color: #000;
}
/******************************** HAUPTWRAPPER ********************************/
#hauptwrapper {
	background: #f5f5f5;
	width: 56.9em;
	max-width: 1200px;
}
/* kleinere Kaesten im Kopfbereich */
#header {
	height: 3px;
	background: url(../img/header_balken.gif) repeat-x top left;
	font-size: 0; /* IE Vorraussetzung */
}
#left h1 {
	background: #fff;
	height: 150px;
	margin: 0;
	padding: 0;
}
#logo img {
	margin: 0;
}
#logo a {
	border: none !important;
}
h1 img {
	margin: 40px 0 0 20px;
}
/* Suchbox */
#suche {
	background: #B93B3F;
	height: 1.9em; /* height: 30px; */
}
#search {
	margin: 0;
	padding: 0;
}
#search form p {
	margin: 0;
	font-size: 0.9em;
}
#search input {
	font-size: 0.8em;
	width: 10em;
	padding: 2px 2px;
	margin: 4px 0 0 5px;
	border: 1px inset white;
}
#search input.submit {
	xfont-size: 0.6em;
	padding: 1px 0;
	border: 1px outset lightgrey;
	background:lightgrey
}
.tx-indexedsearch input {
	font-size: 0.8em;
	width: 20em;
}
.tx-indexedsearch input.submit, #search input.submit {
	width: 5em;
	margin-right: 0.5em;
	cursor: pointer;
}

.tx-seminars-pi1 div {
	margin-bottom: 1em;
}

#head {
	background: url(../img/header.jpg) no-repeat top right;
	height: 150px;
}

/*SA - Seminar Suche */

.tx-seminars-pi1-selectorwidget {
	padding: 0.5em;
	border: 1px solid #DEDEDE;
	margin: 1em 0;
	overflow:auto;
}

.tx-seminars-pi1-selectorwidget p {
	float: left;
}
.tx-seminars-pi1-selectorwidget p.semsearch {
	width: 100%;
	margin-bottom: 0.5em!important;
	font-weight:700;
}

/* Breadcrumb */
#breadcrumb span {
	float: left;
	margin-right: 0.2em;
}
#breadcrumb ol {
	padding: 0;
	margin-left: 0em;
} /* wenn 'sie sind hier' wieder da, dann auskommentieren */

#breadcrumb ol li {
	display: inline;
	margin-left: 0;
}
#headerbottom {
	background: #b93b3f;
	height: 1.9em;
}
#headerbottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#headerbottom li {
	list-style-type: none;
	float: left;
	margin-top: 0.25em;
}
#headerbottom li a, #headerbottom li.activ span {
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	padding: 0.65em 1.45em;
}
#headerbottom li a:link, #headerbottom li a:visited {
	color: #fff;
	border-bottom: none;
}
#headerbottom li a:focus, #headerbottom li a:hover, #headerbottom li a:active, #headerbottom li.activ span {
	color: #fff;
	background-color: #F6990C;
}
/*** Sprachwahl ***/
#langswitch {
	float: right;
	margin-left: 0.5em;
}
/*** Flaggen f�r die Sprachwahl ***/
ul#flags {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#flags li {
	float: left;
	display: inline;
	border: none;
	width: 18px;
	margin: 0.1em 0.9em 0 0;
}
#flags li a {
	float: left;
	display: inline;
	width: 18px;
}
#flags li a:hover {
	background: none;
	display: inline;
	width: 18px;
}
/*** versieht alle Flaggen mit einem Rahmen in der Farbe des Seitenhintergrundes (Positionierung) ***/
#flags img {
	border: 1px solid #fff;
}
/*** versieht die aktive Flagge mit einem Rahmen ***/
.aktlang img {
	border: 1px solid #fff;
}
/* Hauptinhaltsbereich */
#left {
	background: #f5f5f5;
	width: 13.1em; /* width: 210px; */
	max-width: 300px;
	float: left;
}
#right {
	background: #fff;
	width: 43.78em; /* width: 700px; */
	max-width: 900px;
	float: left;
}
/********************************** CONTENT ***********************************/
#content {
	margin: 2.2em 0 0 2.5em;
	font-size: 0.73em;
	line-height: 1.6em;
}
#content h2 {
	color: #f6990c;
	font-size: 1.3em;
	margin: 0 0 .8em 0;
	padding: 0 0 .2em 0;
	border-bottom: 1px solid #dedede;
}
h3 {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 1.2em;
}
h4 {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#content p {
	color: #444;
	margin: 0 0 1em 0;
	padding: 0;
}
#content ul {
	margin: 0 0 0 0.5em;
	padding: 0;
	line-height: 1.6em;
}
#content ul li {
	list-style: none;
	background: url(../img/square_orange.gif) no-repeat 0em 0.7em;
	padding-left: 0.9em;
}
/* rechtsbuendige Teaserbox */
#content .foundedbox {
	clear: right;
	width: 17.38em; /* 250px */
	margin: 0 0 0.5em 1em;
	padding: 0.5em;
	float: right;
}
#content .foundedbox h2 {
	border: none;
}
#content .foundedbox p {
	border: 1px solid #ddd;
	background: #f5f5f5;
	font-size: 1em;
	margin: 0;
	line-height: 1.4em;
}
#content .teaserbox {
	width: 17.38em; /* 250px */
	xborder: 1px solid #ddd;
	xbackground-color: #f5f5f5;
}
#content .teaserbox p {
	margin: 0 0.5em 0em 0.5em;
	line-height: 1.4em;
}



#marginal h2 {
	margin-top:1em;
}

/*k�nstlicher abstand f�r darunterliegenden */
#marginal p.img-caption {
	margin-bottom:1em;
}




#content #marginal .bmu .teaserbox h2{
	margin-top: 0;
}

/* dreispaltige Inhaltsbox */
#content .box {
	width: 14.4em;
	width: 30%;
	margin: 0 2.5em 0 0;
	float: left;
	background: #F5F5F5;
}
#content .box img.btn {
	float: right;
}
#content .last {
	margin: 0;
}
#content .box h3 {
	color: #fff;
	background: url(../img/box_h_bg.gif) no-repeat top left #F6990C;
	font-size: 1em;
	padding: 3px 0 3px 35px;
	margin: 0 0 0.5em 0;
}
#content .box p {
	margin: .7em 1.3em;
}
#maincontent {
	min-height: 30em;
	width: 38em;
	xborder: 1px solid magenta;
}
#start #maincontent {
	min-height: 20em;
}
/* Marginalie */
#marginal {
	width: 18em;
	float: right;
	xborder: 1px solid lime;
}
/*
.teaserbox h3	{
	margin: 0.5em 0.5em 0.2em 0.5em;
	color: #f6990c;
	font-size: 1.1em;
}
*/

#marginal h3 {
	margin: 0 0.5em 0.2em 0.5em;
	color: #f6990c;
	font-size: 1.1em;
}
.teaserbox h4 {
	margin: 0em 0.5em;
	font-size: 0.95em;
}
#marginal .teaserbox .img-below-center {
	border: 1px solid #ddd;
}
#marginal .teaserbox .img-below-center img {
	border: none !important;
}
#marginal .teaserbox .img-below-center .text {
	background: #F5F5F5;
	border-top: 1px solid #fff;
	font-size: 96%;
	padding: .2em .5em;
}
#marginal .img-above-center li {
	margin: 0 0.9em 0 -.4em;
}
#marginal .img-above-center li {
	padding: 0 !important;
}
/****************************** HAUPTNAVIGATION *******************************/
#mainnav {
	border-top: 1px solid #fff;
}
/* Erste Ebene */
#mainnav ul {
	list-style: none;
	color: #666;
	margin: 1.7em 0 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
#mainnav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
#mainnav ul li.cur {
	background: #fff;
}
#mainnav ul li a:link, #mainnav ul li a:active, #mainnav ul li a:visited {
	color: #2E2C30;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	padding: 0.5em 0 0.6em 2.5em;
	display: block;
	background: url(../img/square_grey.gif) no-repeat 1.7em 0.9em;
	border: none;
}
#mainnav ul li a:hover, #mainnav ul li a:focus {
	background: url(../img/square_red.gif) no-repeat 1.7em 0.9em #ddd;
}
#mainnav ul li span {
	color: #2E2C30;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	padding: 0.5em 0 0.6em 2.5em;
	display: block;
	background: url(../img/square_red.gif) no-repeat 1.7em 0.9em #fff;
}
/* Zweite Ebene */
#mainnav ul li ul, #mainnav ul li ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li ul li a:link, #mainnav ul li ul li a:active, #mainnav ul li ul li a:visited {
	font-weight: normal;
	padding: 0 0 0.4em 3.5em;
	background: url(../img/square_grey.gif) no-repeat 2.7em 0.5em #fff;
}
#mainnav ul li ul li a:hover, #mainnav ul li ul li a:focus {
	background: url(../img/square_red.gif) no-repeat 2.7em 0.5em #fff;
	font-weight: bold;
}
#mainnav ul li ul li span {
	font-weight: bold;
	padding: 0 0 0.4em 3.5em;
	background: url(../img/square_red.gif) no-repeat 2.7em 0.5em #fff;
}
/* Dritte Ebene */
#mainnav ul li ul li ul li a:link, #mainnav ul li ul li ul li a:active, #mainnav ul li ul li ul li a:visited {
	font-weight: normal;
	padding: 0 0 0.4em 4.5em;
	background: url(../img/square_grey.gif) no-repeat 3.7em 0.5em #fff;
}
#mainnav ul li ul li ul li a:hover, #mainnav ul li ul li ul li a:focus {
	background: url(../img/square_red.gif) no-repeat 3.7em 0.5em #fff;
	font-weight: bold;
}
#mainnav ul li ul li ul li span {
	background: url(../img/square_red.gif) no-repeat 3.7em 0.5em #fff;
	font-weight: bold;
	padding: 0 0 0.4em 4.5em;
}
/********************************* TABELLEN ***********************************/
table {
	font: 12px Arial, Verdana, sans-serif;
	border-spacing: 0;
	xwidth: 430px;
	width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 1em;
}
table tr td a, table tr td a:visited {
	color: white;
	text-decoration: underline !important;
	display: block;
}
table tr td a:visited {
	text-decoration: line-through;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
}
table caption, th, tfoot td {
	font-weight: normal;
	color: white;
}
table caption {
	background-color: #ff930d;
	padding: 8px;
}
td, th {
	padding: 8px;
}

/*rf m�rz 09*/
thead th, thead th a, div.tx-seminars-pi1-listrow table thead tr{
	background-color: #ff930d !important;
	color: #fff !important;
}
tfoot th, tfoot td {
	background-color: white;
	border-top: 1px solid #ff930d;
	border-bottom: 15px solid #ff930d;
	color: #ff930d;
}
tbody tr:hover td a:visited, tbody tr:hover th a:visited {
	color: #ff930d;
}

/*SA*/
.tx-seminars-pi1 table {
	margin-bottom: 1em;
}

.tx-seminars-pi1 h2 {
	margin-bottom: 0!important;
}

.tx-seminars-pi1 h3.subtitle{
	margin-bottom: 1.5em;
}



/*SA* Nur die Tabelle im Formular*/
fieldset table td {
	 background: white;	
}

fieldset table td input {
width: 9.5em!important;
}

fieldset table td {
padding-left: 0;
}

/*SA* Tabellereihe Farbe abwechseln*/
tr.listrow-odd {
 	background: white;	
}

/*SA - hrs im Pressebereich verstecken*/
hr {
	height: 1px;
	background-color: #dedede;
	color: #dedede;
	border: none;
	padding: 0;
	margin: 1em 0;
}

/*SA*/
#startboxen {
display:block;
margin-top: 5em;
}

#startboxen .box {
min-height: 155px;
}

/********************************** FOOTER ************************************/
#footer {
	background: #b93b3f;
	height: 2.5em;
	color: #fff;
	margin: 2em 0 0 0;
	font-size: 0.7em;
}
#footer p {
	float: left;
	margin: 0;
	padding: 0.6em 0 0 1.5em;
}
/* Servicenavigation */
#footer ul {
	float: right;
	margin: 0;
	padding: 0.6em 1.5em 0 0;
}
#footer ul li {
	display: inline;
	margin: 0 0 0 0.5em;
}
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	color: #fff;
	border: none;
}
#footer ul li a:hover, #footer ul li a:focus {
	border-bottom: 1px solid #fff;
}
/***************************** KONTAKTFORMULAR ********************************/
/** Kontaktformular // Anfang **/
#inhalt form {
	margin-top: 1em;
	max-width: 67em;
}

fieldset {
	border: none;
	padding: 0.5em 1em 0.5em 0;
}

legend {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.tx-onetimeaccount-pi1 div, .tx-seminars-pi1 div, #kontaktform div {
	margin: 0.5em 0;
	padding: 0;
	clear: left;
}

#kontaktform #lecturer div {
	padding: 0.2em 0;
}
.tx-seminars-pi1 label, #kontaktform label {
	display: block;
	float: left;
	width: 10em;
	}

.tx-onetimeaccount-pi1 label{
	display: block;
	float: left;
	width: 20em;
	}

/* SA */
.tx-seminars-pi1 label {
	width: auto;
	display: inline;
	float: none;
	}
	
label.label_lang, #lecturer label {
	width: 20em;
}

#lecturer label.right {
	text-align: right;
	padding-right: 0.5em;
	width: 19.5em;
}
#lecturer p.h1 {
	width: 20em;
	float: left;
}
#lecturer label.behindCb {
	float: left;
	height: 1.5em;
}
#kontaktform div.cbRight {
	margin-left: 20em;
	padding: 0;
}
.tx-onetimeaccount-pi1 div.error, .tx-seminars-pi1 div.error, .tx-seminars-pi1-error, #kontaktform div.error, .tx-onetimeaccount-pi1-error {
	border: 1px solid #B93B3F;
	background-color: #FFFFE0;
	padding: 0.5em;
}
.tx-onetimeaccount-pi1 div.error h3, .tx-seminars-pi1 div.error h3, #kontaktform div.error h3 {
	font-size: 1em;
}
#sent {
	height: 30em;
}
.tx-onetimeaccount-pi1 label.error, .tx-seminars-pi1 label.error, #kontaktform label.error {
	display: inline;
	float: none;
	width: 30em;
	color: #B93B3F;
}
.tx-onetimeaccount-pi1 input, #kontaktform input {
	width: 21em;
}

.tx-seminars-pi1 input#company_fax {
	width: 21em;
}

.tx-onetimeaccount-pi1 .radio, .tx-seminars-pi1 input.radio, #kontaktform input.radio, .tx-onetimeaccount-pi1 .checkbox, .tx-seminars-pi1 input.checkbox, #kontaktform input.checkbox {
	width: 1em;
	float: left;
}
#kontaktform input.checkbox #languages_en {
	clear: left;
}
.tx-onetimeaccount-pi1 textarea, .tx-seminars-pi1 textarea, #kontaktform textarea {
	width: 30.5em;
}
#kontaktform #lecturer textarea {
	width: 39.5em;
}
.tx-onetimeaccount-pi1 input.submit, .tx-seminars-pi1 input.submit, #kontaktform input.submit {
	margin-top: 0.5em;
	width: 8em;
	cursor: pointer;
}
input:hover, textarea:hover {
	xbackground-color: #EED0D1;
	xfont-weight: bold;
}
input:focus, textarea:focus, input:active, textarea:active, option:focus, option:active {
	background-color: #F5F5F5;
	xfont-weight: bold;
}
input.submit:hover {
	xbackground-color: #D4D0C8;
	font-weight: normal;
}
/************************************ NEWS ************************************/
/** News und Kontakt im Teaser links **/
#news {
	margin-top: 4em;
}
#contact {
	position: absolute;
	top: 25em;
	width: 13em;
}
#start #contact {
	position: static;
}
#news h2, #contact h2 {
	background-color: #B93B3F;
	color: #fff;
	font-size: 0.8em;
	padding: 0.3em 1em;
	margin: 1em 0;
}
#news h3, #contact h3 {
	background-color: #B93B3F;
	color: #fff;
	font-size: 0.8em;
	padding: 0.3em 1em;
	margin: 1em 0;
}
#news .news-list-item h3 {
	color: #444;
	background: url(../img/square_orange.gif) no-repeat .5em .7em;
	font-weight: normal;
	margin: 0;
}
#news .news-list-item h3 a {
	background: none;
	color: #444;
	text-decoration: underline;
}
#news .news-list-item h3 a:hover, #news .news-list-item h3 a:focus {
	text-decoration: none;
}
#news p {
	padding-top: 0 !important;
}
#news h4, #contact h4 {
	font-size: 0.8em;
	margin: 0.5em 0.9em 0;
}
#news .news-latest-item h4 {
	background: url(../img/square_orange.gif) no-repeat 0em 0.4em;
	margin: 0.2em 1em;
	padding-left: 12px;
}
#news p, #contact p {
	font-size: 0.75em;
	padding: 0.5em 1em;
	margin: 0;
	line-height: 1.3  5em;
}
#news .news-latest-item p {
	padding: 0;
	padding-left: 24px;
}
#news .news-latest-item a {
	color: #444;
}
#news .news-latest-item a:hover, #news .news-latest-item a:focus {
	border: none;
	text-decoration: none;
}

.news-latest-container .news-latest-item {
	border-top: 1px solid #DEDEDE;
	padding: 1em 0;
}

.news-latest-container a h4 {
	margin-top: 0;
	text-decoration: underline;
}

#content p.news-latest-date {
	margin-bottom: 0;
	font-style: italic;
}

#content .news-latest-item p {
	margin-bottom: 0;
	margin-top: 0.3em;
}

#content .news-single-item p {
	margin-top: 1em;
}

#content .news-single-img {
  float:left;
  padding:1.3em 1em 0 0;
}

#content .news-single-img a {border:none !important;}

#content p.news-single-imgcaption {
  color:#bbb;
  font-size:0.9em;
  margin-top:0.2em;
  padding:0;
}

span.newsimagelink {margin:2em;}

.news-list-item span.newsimagelink a {text-decoration:none;border-bottom:none !important;}


/******************************** SONSTIGES ***********************************/
/* Zierbalken als HR */
.hr {
	border: none;
	background: url(../img/hr.gif) no-repeat top center;
	height: 19px;
	width: 100%;
	margin: 1.5em 0 1em 0;
}
label.typosuche {
	display: block;
	width: 6em;
	float: left;
}
/** clearing ohne zus�tzliches HTML hinter der Liste der Servicenavigation **/
ul.resultbrowser:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content ul.resultbrowser {
	margin: 1em 0;
	padding: 0;
}
#content ul.resultbrowser li {
	list-style-type: none;
	background: none;
	float: left;
	margin-right: 0.8em;
	padding: 0;
}
/* Suchausgabe nicht als Link darstellen */
ul.resultbrowser a:link, ul.resultbrowser a:active, ul.resultbrowser a:visited {
	border: none !important;
}
#right .tx-seminars-pi1-listrow a {
	border: none;
}

p.csc-linkToTop {
	margin-top: 2em!important;
}
.tx-onetimeaccount-pi1 textarea {
	width: 30em;
}
.tx-seminars-pi1 textarea{
	width: 40em;
}
#tx-seminars-pi1-registration-form textarea{
	width: 40em;
}

#tx-seminars-pi1-registration-form  .checkbox .small input{
	width: 5em;
}
#tx-seminars-pi1-registration-form  .checkbox-costs {
	float:left;
	margin-top: 1em;
}
#tx-seminars-pi1-registration-form  .checkbox-costs .middle input{
	width: 5em;
	float:left;
}

/* SONSTIGES */

/* APPLY NOW BUTTON - Aenderung 100415 */
.apply a, .apply a:link, .apply a:active, .apply a:visited {
  width: 117px;
  height: 22px;
  display: block;
  background: url(../img/button_applynow.gif) top left no-repeat;
  text-indent: -999px;
  text-decoration: none;
  border-bottom: none !important;
  margin-top: .5em;
}