/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 30px;
	clear: both;
}

#midCol .ctArea .ctElement {
	margin: 0 80px 30px 50px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 0;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	line-height: 15px;
}

.ctArea p.align-justify {
	text-align: justify;
}

.ctArea p.align-right {
	text-align: right;
}

.ctArea p.align-center {
	text-align: center;
}

.ctArea a {
	color: #000;
	text-decoration: underline;
}

.ctArea a.anchorlink {
	text-indent: -99999px !important;
	text-decoration: none !important;
	line-height: 1px !important;
	font-size: 1px !important;
	color: #FFFFFF !important;
	display:block !important;
	height:0px !important;
}

.ctArea ul ul {
	margin-left: 10px;
}

.ctArea ul li {
	padding: 0 0 0 13px;
	background-image: url(../../images/rightcol_arrow.gif);
	background-position: 0 0;
}

.ctArea ol {
	padding-left: 42px;
}

.ctArea blockquote {
	padding-left: 20px;
}

#midCol h2 {
	padding-bottom: 6px;
}

#midCol h2,
#midCol h2 a {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

#midCol h3,
#midCol h3 a {
	color: #1a171b;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
/*
#midCol .ctArea .csc-firstHeader {
	margin-top: -5px;
}
*/
#changing-markets #midCol .ctArea .csc-firstHeader,
#changing-markets #midCol .ctArea .csc-firstHeader a {
	color: #208396;
}

#competence #midCol .ctArea .csc-firstHeader,
#competence #midCol .ctArea .csc-firstHeader a {
	color: #7467c1;
}

#solutions #midCol .ctArea .csc-firstHeader,
#solutions #midCol .ctArea .csc-firstHeader a {
	color: #62c08b;
}

#benefits #midCol .ctArea .csc-firstHeader,
#benefits #midCol .ctArea .csc-firstHeader a {
	color: #60c8d1;
}

#news #midCol .ctArea .csc-firstHeader,
#news #midCol .ctArea .csc-firstHeader a {
	color: #208396;
}

#rightCol * {
	color: #000;
	font-size: 10px;
	line-height: 11px;
}

#rightCol .ctElement {
	padding: 0 10px 0 25px;
}

#rightCol .sectionFrame1 * {
	display: none;
}

#rightCol h2 {
	background: url(../../images/rightcol_arrow_act.gif) no-repeat -1px 3px;
	padding-left: 19px;
	margin-left: -20px;
	padding-bottom: 5px;
	color: #656466;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
}

#rightCol .sectionFrame1 h2 {
	background: url(../../images/rightcol_arrow.gif) no-repeat 5px 0;
	display: block;
}

#rightCol .sectionFrame2 {
	padding-bottom: 8px;
}

#rightCol h2.csc-firstHeader {
	margin: 0 -10px 12px -25px;
	padding: 10px 10px 12px 11px;
	font-size: 14px;
	font-weight: bold;
	color: #87888a;
	cursor: default;
	background: url(../../images/rightcol_firstheader_bg.gif) no-repeat 1px 100%;
}

#rightCol .sectionFrame2 h2.csc-firstHeader {
	margin: 0 -10px 4px -25px;
}

#rightCol a.arrowLink {
	background: url(../../images/rightcol_arrow.gif) no-repeat 100% 3px;
	padding-right: 19px;
	padding-bottom: 20px;
	position: relative;
	z-index: 225;
}

#midCol .ctArea .sectionFrame3 {
	margin: 0 0px 30px 0px;
}

/* Flexible Contents Homebox */

.homeBox {
	width: 452px !important;
	width: 517px;
	margin-left: 46px;
	background: url(../../images/homebox_bg.gif) no-repeat 0 0;
	padding: 25px 0 22px 65px;
}

.homeBox p {
	color: #302981;
	font-weight: bold;
	line-height: 15px;
	padding-right: 50px;
	/*background: url(../../images/homebox_bottom_bg.gif) no-repeat 100% 100%;*/
}

.homeBox .homeBoxBottom {
	width: 450px;
	height: 32px;
	background: url(../../images/homebox_bottom_bg.gif) no-repeat 100% 0;
}


/* Flexible Contents 2 Columns */

.fce2Columns .fceLeftCol {
	float: left;
	width: 49% !important;
	width: 48%;
}

.fce2Columns .fceLeftCol .fceCtArea {
	margin-right: 5px;
	margin-bottom: 20px;
}

.fce2Columns .fceRightCol {
	float: right;
	width: 49% !important;
	width: 48%;
}

.fce2Columns .fceRightCol .fceCtArea {
	margin-left: 5px;
	margin-bottom: 20px;
}


/* Filelinks */

.csc-uploads td {
	padding: 5px 10px 5px 0;
}


/* Sitemap */

.csc-sitemap ul li {
	margin-top: 10px;
}

.csc-sitemap ul ul li{
	margin-top: 2px;
}


/* Mailform typo3 */

fieldset.defaultForm {
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

fieldset.defaultForm div.formRow {
	clear: both;
}

.defaultForm .csc-mailform-label {
	padding: 5px 0;
}

fieldset.defaultForm .required {
	float: left;
	margin-left: -12px;
}

.defaultForm label {
	float: left;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	background-color: #FFF;
	color: #1a171b;
	border: 1px solid #1a171b;
	padding: 1px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	background-color: #FFF;
	color: #1a171b;
}

.defaultForm input.checkbox {
	width: 13px;
	height: 13px;
	margin-bottom: 12px;
	margin-top: 4px;
	border: none;
}

.defaultForm input.submit,
.defaultForm button {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.defaultForm .formRowNoMargin input.submit,
.defaultForm .formRowNoMargin button {
	margin-left: 0 !important;
	margin-left: 0;
}

.defaultForm div.radio {
	padding-bottom: 5px;
}

.defaultForm div.radio fieldset label {
	width: auto;
	display: inline;
	float: none;
}

.defaultForm div.radio fieldset .radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	background-color: transparent;
	border: none;
}

.defaultForm input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background:#FFF; 
	color: black;
}

.defaultForm .formRow img {
	margin-left: 180px;
}

/* images */

#midCol .ctElement .csc-textpic-intext-right .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
	padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
	padding-top: 5px;
}

.csc-textpic-caption {
	font-size: 11px;
	padding-top: 2px;
}


/* tt_news */

.newsLatestItem h3 {
	padding-bottom: 10px;
}

.newsLatestItem p.bodytext {
	display: inline;
}

.newsLatestItem img {
	float: left;
	margin: 2px 7px 2px 0;
}

.newsSingleItem {
	position: relative;
	margin-bottom: 50px;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

.newsSingleItem .news-single-related,
.newsSingleItem .news-single-files,
.newsSingleItem .newsSingleImage {
	margin-top: 15px;
}

.newsSingleItem .news-single-related dd {
	padding-bottom: 2px;
}

.newsSingleItem .news-single-files img {
	margin-right: 4px;
}

.newsSingleItem .newsSingleImage img {
	margin-right: 10px;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
	padding-bottom: 5px;
}

.backToList {
	bottom: 59px;
	position: absolute;
}

.newsListWrap {
	margin-top: -15px;
}

.newsListItem {
	padding-top: 15px;
	clear: both;
}

#midCol .newsListItem h3 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}

.newsListItem img {
	float: left;
	margin: 2px 7px 2px 0;
}

.newsListItem p.bodytext {
	display: inline;
}

.newsListBrowse {
	margin-top: 20px;
}

.tx-ttnews-browsebox .active {
	font-weight:bold;
}

.tx-ttnews-browsebox .next {
	display:none;
}

.tx-ttnews-browsebox .prev {
	display:none;
}


/* indexed search */

.tx-indexedsearch .defaultForm label {
	width: 120px;
}

.tx-indexedsearch .defaultForm select {
	width: 180px;
}

.tx-indexedsearch .defaultForm .submit {
	margin-left: 120px !important;
	margin-left: 123px;
}

.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 363px !important;
	width: 367px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 15px;
	/* margin-bottom: -30px; NUR WENN SECTION HEADERS VORHANDEN SIND ! */
	margin-bottom: 15px;
}

.tx-indexedsearch .tx-indexedsearch-secHead {
	margin-top: 80px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-secHead h2 a {
	font-size: 14px;
}

.tx-indexedsearch .tx-indexedsearch-res {
	clear: both;
	margin-bottom: 50px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res h3 {
	margin: 0;
	padding: 0;
	position: relative;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-icon {
	padding-left: 20px;
	position: absolute;
	left: -19px;
	top: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-title {
	padding-left: 15px;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-size,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-crdate,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-mtime {
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt.tx-indexedsearch-text-item-path {
	width: 400px;
	clear: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dd.tx-indexedsearch-text-item-path {
	display: none;
}

.tx-indexedsearch .browsebox li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 15px 5px 50px 0;
}

.tx-indexedsearch .browsebox li a {
	
}


/* Login */

.tx-felogin-pi1 p.forgotP {
	margin-left: 180px !important;
	margin-left: 183px;
}

#rightCol .tx-felogin-pi1 p.forgotP {
	margin-left: 0 !important;
	margin-left: 0;
}

.tx-felogin-pi1 .logoutForm input.submit  {
	margin-top: 10px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

#rightCol .tx-felogin-pi1 .defaultForm label {
	width: 70px;
}

#rightCol .tx-felogin-pi1 .defaultForm input {
	width: 100px;
}

#rightCol .tx-felogin-pi1 .defaultForm input.submit {
	margin-left: 70px !important;
	margin-left: 73px;
	width: auto;
}

#rightCol .tx-felogin-pi1 .defaultForm .formRowNoMargin input.submit {
	margin-left: 0 !important;
	margin-left: 0;
}



