/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 32px;
	clear: both;
}

.align-justify {
    text-align: justify;
}

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

.align-right {
    text-align: right;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 16px;
}

.ctArea a {
	color: #29549a;
}

#rightCol .ctArea a {
	text-decoration: underline;
}

#midCol .ctArea a.arrowLink {
	color: #000;
	padding-left: 7px;
	font-weight: bold;
	background: url(../images/link_arrow.gif) no-repeat 0 5px;
}

.ctArea a:hover {
	text-decoration: underline;
}

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

.ctArea ul li {
	margin-bottom: 5px;
	padding: 0 0 0 12px;
	background-image: url(../images/li_bullet.gif);
	background-position: 1px 5px;
}

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

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

#midCol h2 {
	padding-bottom: 16px;
}

#midCol h2,
#midCol h2 a {
	font-weight: bold;
	line-height: 16px;
}

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

#midCol h3,
#midCol h3 a {
	line-height: 16px;
	color: #29549a;
	font-weight: bold;
}

#midCol h4,
#midCol h4 a {
	line-height: 16px;
	font-weight: bold;
}

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

#rightCol * {
	font-size: 11px;
	color: #29549a;
}

#rightCol h2 {
	font-weight: bold;
}

.ctArea p.bodytext,
.ctArea ul li,
.ctAreaEN p.bodytext,
.ctAreaEN ul li {
	line-height: 16px;
}


/* Content styles for startpage only */

#start .ctArea *,
#start .ctAreaEN * {
	color: #29549a;
}

#start .ctArea p.bodytext,
#start .ctAreaEN p.bodytext{
	text-align: justify;
}

#start #midCol .arrowLink {
	margin: -23px 0 0 517px !important;
	margin: -23px 0 0 523px;
	position: relative;
	z-index: 999;
	width: 7px;
}

#start #midCol .arrowLinkEN {
	margin: 9px 0 0 503px !important;
	margin: 9px 0 0 509px;
}

#start #midCol .arrowLink a {
	display: block;
	width: 46px;
	height: 12px;
	color: #29549a;
	font-size: 10px;
	background: url(../images/link_arrow_start.gif) no-repeat 39px 4px;
}

#start #midCol .arrowLinkEN a {
	width: 60px;
	background: url(../images/link_arrow_start.gif) no-repeat 53px 4px;
}


/* Flexible Contents 3 Columns */

.fce3Columns .fceLeftCol {
	float: left;
	width: 33%;
}

.fce3Columns .fceLeftCol .fceCtArea {
	margin-right: 5px;
}

.fce3Columns .fceMidCol {
	float: left;
	width: 34%;
}

.fce3Columns .fceMidCol .fceCtArea {
	margin-left: 5px;
	margin-right: 5px;
}

.fce3Columns .fceRightCol {
	float: right;
	width: 33%;
}

.fce3Columns .fceRightCol .fceCtArea {
	margin-left: 5px;
}


/* 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;
}

.csc-menu-1 {
	margin-top: -22px;
}

/* Mailform typo3 */

fieldset.defaultForm {
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

fieldset.defaultForm div.formRow {
	clear: both;
}

fieldset.defaultForm div.formRowMargin {
	margin-bottom: 10px;
}

.defaultForm .csc-mailform-label {
	padding: 6px 0;
}

fieldset.defaultForm .required {
	float: left;
	margin-left: -12px;
}

.defaultForm label {
	float: left;
	width: 134px;
	display: block;
	margin-bottom: 6px;
	padding-top: 2px;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	color: black;
	padding: 2px 1px 1px 1px;
	font-size: 11px;
	border: 1px solid #5f7fb3;
}

.defaultForm input.text,
.defaultForm input.password {
	height: 15px;
}

.defaultForm input.file {
	height: 20px !important;
	height: 20px;
}

.searchForm input {
	padding: 0;
}

.defaultForm input.file {
	width: auto;
	padding: 0;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	color: black;
	font-size: 11px;
}

.defaultForm input.checkbox {
	width: 13px;
	height: 13px;
	margin-bottom: 12px;
	margin-top: 4px;
	border: none;
}

.defaultForm input.submit,
.defaultForm button {
	margin-left: 134px !important;
	margin-left: 137px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
	height: 20px !important;
	height: 20px;
}

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


/* Mailform Quick-Scan */

.sectionFrame1 {
	margin-top: -22px;
}

.sectionFrame1 span {
	display: block;
	background: url(../images/quickscan_arrow.gif) no-repeat 2px 5px;
	padding: 0 0 10px 15px;
}

.sectionFrame1 span.speclabel {
	background-image: none;
	margin-bottom: -8px;
}

.sectionFrame1 .defaultForm label {
	display: block;
	/*background: url(../images/quickscan_arrow.gif) no-repeat 2px 5px;*/
	/*padding-left: 15px;*/
	/*font-weight: bold;*/
	width: 560px;
	float: none;
}

.sectionFrame1 .defaultForm .checkbox label {
	font-weight: normal;
	float: left;
	width: 220px;
	background-image: none;
	padding-left: 15px;
}

.sectionFrame1 .defaultForm input.text {
	width: 520px;
	margin: 5px 0 20px 15px;
}

.sectionFrame1 .defaultForm input.submit,
.sectionFrame1 .defaultForm button {
	margin: 10px 0 0 15px !important;
	margin: 10px 0 0 15px !important;
}

.sectionFrame1 fieldset.defaultForm .required {
	float: left;
	position: absolute;
	margin-left: 0;
}
	
/* 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: 10px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
	padding-top: 5px;
}

.csc-textpic-caption {
	font-size: 11px;
	padding-top: 2px;
}


/* tt_news */ 

.newsLatestItem {
	margin-bottom: 16px;
}

#rightCol .newsLatestItem h2 {
	font-weight: normal;
}

.newsLatestItem img {
	float: left;
	margin: 4px 7px 2px 0;
}

.newsLatestItem p.bodytext {
	display: inline;
	padding-right: 1px;
}

.newsSingleItem {
	position: relative;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
	color: #29549a;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 16px;
	color: #29549a;
}

.newsSingleItem .newsSingleImage {
	float: left;
	margin: 3px 10px 2px 2px !important;
	margin: 4px 8px 0 1px;
}

.newsSingleItem .newsSingleImage img {
	margin: 0 8px 8px 0;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
	padding: 0 0 5px 4px;
	display: block;
}

#midCol .ctArea .newsSingleItem a {
	color: #000;
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 10px;
	background: url(../images/link_arrow.gif) no-repeat 464px 6px;
}

.newsListItem {
	position: relative;
	margin-bottom: 32px;
}

.newsListItem .newsListDate {
	position: absolute;
	top: 0;
	right: 10px;
	color: #29549a;
}

.newsListItem a {
	color: #000;
	padding-left: 7px;
	font-weight: bold;
	display: block;
	background: url(../images/link_arrow.gif) no-repeat 0 6px;
}

.newsListItem img {
	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: 364px;
	padding: 2px 1px;
}

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


/* Registration */

.tx-srfeuserregister-pi1 p,
.tx-srfeuserregister-pi1 h4 {
	padding-left: 0;
}

.regForm .regFormNotice {
	padding-bottom: 20px;
}

.regForm .tx-srfeuserregister-pi1-error,
.regForm .dmailsubscrip-error {
	color: #FF0000;
	margin-left: 180px !important;
	margin-left: 183px;
	margin-bottom: 6px;
	font-size: 11px;
}

.regForm .dmailsubscrip-error font {
	color: #FF0000;
	font-size: 11px;
}

.regForm .image {
	position: relative;
}

.regForm input.tx-srfeuserregister-pi1-delete-icon {
	position: absolute;
	left: 310px !important;
	left: 130px;
	top: 0px;
	width: 11px;
}

.regForm .formRow .tx-srfeuserregister-pi1-file-view {
	position: absolute;
	left: 340px !important;
	left: 160px;
	top: 2px;
}

.regFormPreview .buttons {
	margin-top: 50px;
}

.tx-srfeuserregister-pi1 p a {
	background-image: none;
	padding-left: 0;
}

.regForm input.noMargin {
	margin-left: 0;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.bold {
	font-weight: bold;
}

.regForm div.radio fieldset .tx-srfeuserregister-pi1-radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	background-color: transparent;
	border: none;
}


/* 
CHC-Forum - folgende zusätzliche Formatierungen werden gebraucht, damit die Forum-Borders komplett sind - Farbwerte der Borders in Übereinstimmung mit Farbwerte der Borders im constants.txt 
*/

.tx-chcforum-pi1-linkUp {
	border-left: 1px solid #484747;
	border-right: 1px solid #484747;
	border-top: 1px solid #484747;
}

.tx-chcforum-pi1-postTableWrap .tx-chcforum-pi1-linkUp {
	border: none;
}

.tx-chcforum-pi1-Table {
	border-left: 2px solid #484747;
}

.tx-chcforum-pi1-navPath,
.tx-chcforum-pi1-pageLinksTop {
	border-left: 1px solid #484747;
	border-right: 1px solid #484747;
}

.tx-chcforum-pi1-navPath {
	border-top: 1px solid #484747;
}

.tx-chcforum-pi1-preTableWrap .tx-chcforum-pi1-navPath,
.tx-chcforum-pi1-preTableWrap .tx-chcforum-pi1-pageLinksTop{
	border: none;
}

.tx-chcforum-pi1-pageLinksBtm {
	border-left: 1px solid #484747;
	border-right: 1px solid #484747;
	border-top: 1px solid #484747;	
}

.tx-chcforum-pi1-postTableWrap .tx-chcforum-pi1-pageLinksBtm {
	border-left: none;
	border-right: none;
	border-top: none;
}

.tx_chcforum-pi1-profile_hdr {
	margin-top: -3px;
	margin-left: -3px;
	margin-right: -3px;
}

