/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-top: 11px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 10px;
	margin-top: 0;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li {
	line-height: 17px;
	/*color: #1a171b;*/
	color: #58585a;
}

.ctArea a {
	color: #f29400;
	text-decoration: none;
}

.ctArea ul ul {
	margin-left: 10px;
	padding-top: 4px;
}

.ctArea ul li {
	margin: 5px 0px 5px 15px;
	list-style-type: disc;
}

.ctArea ol {
	padding-left:42px;
}

.ctArea ol li {
	margin-bottom: 5px;
}

.ctArea blockquote {
	padding-left: 20px;
}

#midCol h2 {
	padding-top: 6px;
	padding-bottom: 19px;
}

#midCol h2,
#midCol h2 a {
	/*color: #1a171b;*/
	color: #58585a;
	font-size:60px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: lighter;
}

#midCol h3 {
	padding-bottom: 17px;
}

#midCol h3,
#midCol h3 a {
	/*
	#Customer request from 29.04.08
	color: #1a171b;
	font-size: 33px;
	line-height: 35px;
	text-transform: uppercase;
	*/
	color: #58585a;
	font-size: 24px;
	line-height: 29px;
	font-weight: lighter;
}

#midCol h4 {
	padding-bottom: 18px;	
}

#midCol h4,
#midCol h4 a {
	/*color: #1a171b;*/
	color: #58585a;
	font-weight:bold;
}

#midCol .ctArea .csc-firstHeader {
	margin-top: 0;
}

#midCol h3.csc-firstHeader {
	padding-top: 11px;
}

#rightCol .ctElement {
}

#rightCol h2 {
	padding-bottom: 17px;
	margin-right: -10px;
	position: relative;
	z-index: 999;
}

#rightCol h2,
#rightCol h2 a {
	/*color: #1a171b;*/
	color: #58585a;
	font-size: 33px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: lighter;
}

#rightCol h3 {
	padding-bottom: 18px;
}

#rightCol h3,
#rightCol h3 a {
	/*color: #1a171b;*/
	color: #58585a;
	font-weight: bold;
}

#rightCol h3.csc-firstHeader {
	padding-top: 10px;
}

.ctArea .sectionFrame1 {
	position: relative;
	height: auto !important;
	height: 100%;
	width: auto !important;
	width: 100%;
	padding: 20px 18px 15px 20px;
}

.ctArea .sectionFrame1 img {
}

.ctArea .sectionFrame1 .lefttop,
.ctArea .sectionFrame1 .rightbottom {
	position: absolute;
	z-index: 5;
	width: 30px;
	height: 30px;
}

.ctArea .sectionFrame1 .lefttop {
	left: 0;
	top: 0;
	background: url(../images/lefttop.png) no-repeat 0 0;
	behavior: url(fileadmin/template/js/iepngfix.htc);
	/*background: url(../images/sectionframe_lefttop.gif) no-repeat 0 0;*/
}

.ctArea .sectionFrame1 .rightbottom {
	right: 0;
	bottom: 0 !important;
	bottom: 25px;
	background: url(../images/rightbottom.png) no-repeat 0 0;
	behavior: url(fileadmin/template/js/iepngfix.htc);
	/*background: url(../images/sectionframe_rightbottom.gif) no-repeat 0 0;*/
}


/* Flexible Contents 2 Columns */

.fce2Columns .fceLeftCol {
	float: left;
	width: 361px;
}

.fce2Columns .fceLeftCol .fceCtArea {
	margin-bottom: 20px;
}

.fce2Columns .fceRightCol {
	float: right;
	width: 324px;
}

.fce2Columns .fceRightCol .fceCtArea {
	margin-bottom: 20px;
	margin-left: 0 !important;
	margin-left: -20px;
	position: relative;
	z-index: 5;
}

.fce2Columns .fceLeftCol .fceCtArea .ctElement,
.fce2Columns .fceRightCol .fceCtArea .ctElement {
	margin-top: 0;
}

.fce2Columns .fceLeftCol .fceCtArea .sectionFrame1,
.fce2Columns .fceRightCol .fceCtArea .sectionFrame1 {
	margin-top: -7px;
}
	

/* 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;
	font-size: 110%;
	background-color: #F6F6F6; 
	color: black;
	border: 1px solid #929698;
	padding: 1px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	background-color: #F6F6F6; 
	color: black;
}

.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;
}


/* 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 */
/* Latest View */

.newsLeftCol {
	float: left;
	width: 370px;
}

.newsSingleItem .newsLeftCol {
	float: left;
	width: 360px;
}

.newsSingleItem .newsLeftCol .newsCtArea {
	height: 100%;
}

.newsRightCol {
	float: right;
	width: 335px;
	margin-right: 0 !important;
	margin-right: 10px;
}

.newsSingleItem .newsRightCol {
	float: right;
	width: 335px;
}

.ctArea .newsSingleItem .sectionFrame1 .rightbottom {
	bottom: 0 !important;
	bottom: 0;
}

.newsRightCol .newsCtArea {
	margin: 82px 0 0 0 !important;
	margin: 82px 0 0 0;
}

.newsSingleItem .newsRightCol .newsCtArea {
	margin: 0!important;
	margin: 0;
}

/*
SS - 05.05.08 - customer request to hide the NEWS. Header on the singleView
.newsSingleItem .newsRightCol .newsCtArea {
	margin: 98px 0 0 0 !important;
	margin: 98px 0 0 0;
}
*/
/*
SS - 26.03.08 - Customer request to change the design of the startpage - needed for old design
.newsLatestWrap {
	position: relative;
}

.newsLatestWrap h2 {
	position: absolute;
	left: 383px;
	top: 3px;
}
*/

.newsLatestItem .newsLatestDate {
	display: none;
}

#midCol .newsLatestWrap {
	margin-top: 13px;
}

#midCol .newsLatestItem {
	margin-bottom: 18px;
}

.newsSingleItem p.bodytext ,
.newsListItem p.bodytext ,
.newsLatestItem p.bodytext {
	display: inline;
}

#midCol .newsSingleItem h4 {
	padding-top: 7px;
}

#midCol .newsLatestItem h4 {
	padding-bottom: 0;
}
/* 080505 - SS : Customer request to hide the NEWS. header in the singleView
.newsSingleItem h2 {
	position: absolute;
	left: 753px !important;
	left: 383px;
	top: 175px !important;
	top: 24px;
}

#midCol .newsSingleItem h2,*/
#midCol .newsLatestItem h2 {
	padding-top: 0px;
}
/*
.newsLatestItem img {
	float: left;
	display: block;
}

.newsLatestItem .newsLeftCol .newsCtArea {
	margin: 0 !important;
	margin: 0 -3px;
}
*/
.newsSingleItem .newsSingleSubheader {
	padding-bottom: 10px;
}

.newsSingleItem .newsSingleImage {
	text-align: center;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
}

.newsListWrap {
	margin-top: 10px;
}

.newsListItem {
	margin-bottom: 30px;
}

#midCol .newsListItem h4 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}
/*
#midCol .newsListItem h4 a {
	text-decoration: none;
}
*/
.newsListDate {
	position: absolute;
	top: 0;
	right: 5px;
}

.newsListItem img {
	display: none;
	float: left;
	margin: 2px 7px 2px 0;
}

.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: 362px !important;
	width: 364px;
}

.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: 5px;
}

.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-newloginbox-pi1 p.forgotP {
	margin-left: 180px !important;
	margin-left: 183px;
}

#rightCol .tx-newloginbox-pi1 p.forgotP {
	margin-left: 0 !important;
	margin-left: 0;
}

.tx-newloginbox-pi1 .logoutForm input.logoutsubmit,
.tx-newloginbox-pi1 .logoutForm button {
	margin-top: 10px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

#rightCol .tx-newloginbox-pi1 .defaultForm label {
	width: 70px;
}

#rightCol .tx-newloginbox-pi1 .defaultForm input {
	width: 100px;
}

#rightCol .tx-newloginbox-pi1 .defaultForm input.submit,
#rightCol .tx-newloginbox-pi1 .defaultForm button {
	margin-left: 70px !important;
	margin-left: 73px;
	width: auto;
}

#rightCol .tx-newloginbox-pi1 .defaultForm .formRowNoMargin input.submit,
#rightCol .tx-newloginbox-pi1 .defaultForm .formRowNoMargin button {
	margin-left: 0 !important;
	margin-left: 0;
}

