/* TYPO3 content stylesheet */

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

.ctArea .ctElement-n1{
	padding-top:0px;
	border-top:none;
}

.ctArea h2 {
	margin-top:0px;
	margin-bottom: 20px;
	font-size: 14px;
}

.ctArea h3 {
	margin-top: 0px;
	font-size: 12px;
}

.ctArea h4 {
	margin-top: 0px;
	font-size:12px;
}

.ctArea h5 {
	margin-top: -20px;
	font-size: 12px;
	background-color: #FFF;
	padding: 2px 8px;
	width: 100%;
	margin-left: 0 !important;
	margin-left: 5px;
}

.ctArea .csi-intext-left-nowrap img{
	margin-top:3px;

}

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

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

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

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

.ctArea ul {
	list-style: none;
}

.ctArea a {
	font-size: 12px;
	color: #CC3300;
	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 a:hover {
	color: #000;
	text-decoration: none;
}

.ctArea div.csc-frame-rulerAfter, .ctArea div.csc-frame-rulerBefore{
	border-top:1px solid #FFF;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:10px 0 0 0;
} 

.ctArea div.csc-frame-rulerBefore{
	margin:0 0 10px 0;
}

.ctArea p,
.ctArea li,
.ctArea td,
.ctArea strong,
.ctArea * {
	font-size: 12px;
} 	

.ctArea p,
.ctArea ul,
.ctArea div.image	{
	margin-top: 1px;
}

.ctArea .csc-bulletlist li{
	padding-left: 7px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.ctArea ul li {
	padding-left: 7px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

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

.ctArea ul ul li {
	padding-left: 7px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

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

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

.ctArea div.image {
	position: relative;
	height: 100%;
	margin-bottom: 15px;
}

.ctArea p.caption {
	position: absolute;
	bottom: 0;
	margin-left: 5px;
	font-weight: bold;
}

/* cab default:

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

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

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

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

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

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

#midCol h2,
#midCol h2 a {
	color: #000;
	font-weight:bold;
	font-size:18px;
	line-height: 24px;
}

#midCol h3 {
	background-color:#d3d3d3;
	padding-left: 5px;
	margin-bottom: 10px;
}

#midCol h3,
#midCol h3 a {
	color: #000;
	font-weight:bold;
	font-size:14px;
	line-height: 24px;
}

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

#midCol h4,
#midCol h4 a {
	color: #000;
	font-weight:bold;
	font-size:12px;
	line-height: 24px;
}

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

#rightCol .ctElement {
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
	background-color: #d2d2d2;
}

#rightCol h2 {
	padding: 10px 5px 10px 0;
	font-size: 14px;
	font-weight: bold;
}
*/

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

/* Flexible Contents 3 Columns */

.fce3Columns {
	
}

.fce3Columns .fceLeftCol {
	margin-top: -21px;
	float: left;
	width: 214px !important;
	width: 216px;
	border-right: 2px solid #FFF;
}

.fce3Columns .fceLeftCol .fceCtArea {
	margin-left: 30px;
	margin-right: 20px;
	padding-bottom: 5px;
}

.fce3Columns .fceMidCol {
	margin-top: -21px;
	float: left;
	width: 214px !important;
	width: 216px;
	border-right: 2px solid #FFF;
}

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

.fce3Columns .fceRightCol {
	margin-top: -21px;
	float: right;
	width: 216px;
}

.fce3Columns .fceRightCol .fceCtArea {
	margin-left: 30px;
	margin-right: 20px;
}


/* Flexible Contents Startbox */

#midCol .ctArea .startBox {
	position: relative;
	z-index: 999;
	margin-top: -20px;
	height: 150px;
	margin-left: 0 !important;
	margin-left: 5px;
}

#midCol .ctArea .startBox #front {
	width: 648px !important;
	width: 648px;
	height: 108px;
	background-color: #FFF;
	border-top: 1px solid #fff;
}

#midCol .ctArea .startBox #front div.box {
	position: relative;
	display: block;
	float: left;
	height: 107px;
	width: 107px;
	border-right: 1px solid #FFF;
}

#midCol .ctArea .startBox #front div.box6 {
	float: right;
}

#midCol .ctArea .startBox #front div.box a.boxLink {
	position: relative;
	z-index: 999;
	display: block;
	width: 107px;
	height: 107px;
}

#midCol .ctArea .startBox #front div.box6 a.boxLink {
	border-right: none;
}

#midCol .ctArea .startBox #front div.box a.boxLink img {
	position: absolute;
	left: 0;
	top: 0;
}

/*
#midCol .ctArea .startBox #front div.box a.boxLink:hover img {
	top: 0;
}
*/

#midCol .ctArea .startBox #front div.box a.boxLink p {
	position: absolute;
	top: 102px;
	left: 0;
	white-space: nowrap;
	overflow: visible;
	display: none;
	width: 100px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	color: #000;
	z-index: 101;
}

#midCol .ctArea .startBox #front div.box a.boxLink:hover p,
#midCol .ctArea .startBox #front div.box a.sfhover p {
	display: block;
}

#midCol .ctArea .startBox h2.csc-firstHeader{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
	background-color: #ccc;
	padding-left: 22px;
}


/* Filelinks */

.csc-uploads td {
	padding: 0px 10px 0px 0px;
}

/* Sitemap */


.csc-sitemap a {
	font-weight:bold;
}

.csc-sitemap ul ul a {
	font-weight:normal;
}

.csc-sitemap ul li {
	margin-top: 10px;
}

.csc-sitemap ul ul li{
	margin-top: 2px;
	margin-left: 20px;
}


/* Mailform typo3 */

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

fieldset.defaultForm .mailform-table-outer td {
	background-color: transparent;
}

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

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

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

fieldset.defaultForm .required-star-error {
	margin-left: 0;
	float: none;
}

.defaultForm label {
	float: left;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}

.defaultForm label.tx_mailform_rb_label,
.defaultForm label.tx_mailform_cb_label {
	font-size: 12px;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	font-size: 110%;
	background-color: #FFF; 
	color: black;
	border: 1px solid #333333;
	padding: 1px;
}

.defaultForm input.tx_mailform_text,
.defaultForm input.tx_mailform_captcha,
.defaultForm input.powermail_text,
.defaultForm input.powermail_captcha{
	height: 16px !important;
	height: 20px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm textarea.tx_mailform_textarea {
	font-family: Verdana,Helvetica,sans-serif;
}

.defaultForm select {
	width: 204px;
}

.defaultForm select.select {
	height:20px;
}

.defaultForm option {
	background-color: #FFF; 
	color: black;
	font-size: 12px;
}

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

.defaultForm input.mailform_checkbox_box {
	float: left;
	margin: 2px 5px 0 0;
}

.defaultForm input.submit,
.defaultForm button,
.defaultForm input.tx_mailform_submit {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
	background-color: #D4D0C8;
}

.defaultForm input.tx_mailform_submit{
	margin-left: 0 !important;
	margin-top: 10px;
}

.defaultForm input.submit{
	margin-top:10px;
}

.defaultForm input.noMargin {
	margin-left: 0 !important;
	margin-left: 0;
}

.defaultForm .error {
	padding: 0 0 5px 180px;
}

.defaultForm div.radio {
	padding-bottom: 5px;
}

.defaultForm div.radio fieldset label {
	width: auto;
	display: inline;
	float: none;
}

.defaultForm label.tx_mailform_rb_label {
	margin-top: -5px;
}

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

.defaultForm div.radio input.tx_mailform_radio_button {
	width: auto;
	float: left;
	margin: -2px 5px 0 -5px;
	background-color: transparent;
	border: none;
}

.defaultForm input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background:#FFF; 
	color: black;
}

.defaultForm img {
	display: none;
}

.defaultForm img.tx-srfreecap-pi2-image {
	display: block;
	margin: 0 5px 0 180px !important;
	margin: 0 5px 0 91px;
	/*width: 110px;
	height: 60px;*/
	border: 1px solid #000;
	float: left;
}

.defaultForm .tx-srfreecap-pi2-cant-read {
	color: #000;
}

.defaultForm .required-msg-required,
.defaultForm .stateMessage {
	color: red;
	margin: 5px 0 10px 0;
	padding-left: 193px !important;
	padding-left: 196px;
}

.defaultForm .stateMessage {
	padding-left: 183px !important;
	padding-left: 186px;
}

.defaultForm .captchaRow .required-msg-required {
	margin-bottom: 26px;
	display: block;
	width: 500px;
}

.defaultForm .tx-srfreecap-pi2-cant-read {
	clear: both;
	display: block;
	padding-top: 5px;
	margin: 0 0 0 180px !important;
	margin: 0 0 0 183px;
	width: 260px;
}


/* images */

#midCol .ctElement .csc-textpic-intext-right .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-image {
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
}

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

/* tt_news */ 

.ctArea .news-single-item{
	margin-top:20px;
}

.ctArea .news-single-item h3{
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}

.ctArea .news-single-imgcaption{
	position:absolute;
	bottom:1px;
	font-weight:bold;
	left:240px;
	font-style:italic;	
}

.news-single-img{
	position:relative;
	margin: 10px -10px 20px 0;
}

.news-single-img img {
	margin-right: 10px;
}

.ctArea .news-single-imgcaption{
	position:absolute;
	bottom:1px;
	font-weight:lighter;
	left:240px;
	font-size:11px;
}

.csi-left.csi-below .csi-imagewrap{
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	width:600px;
}

.csi-left.csi-below .csc-caption{
	position:absolute;
	bottom:1px;
	font-weight:bold;
	padding-left:5px;
}

.ctArea .news-single-item .bodytext{
	clear:both;
}

.ctArea .news-single-additional-info{
	border-top:1px solid #FFF;
	padding-top:4px;
}

.ctArea .news-single-backlink{
	margin-top:20px;
}

.ctArea h2.news-list-title{
	margin-top:20px;
	font-weight:lighter;
	font-size: 12px;
}	

.ctArea h2.news-list-title a{
	font-weight:bold;
}


.ctArea .tx-ttnews-browsebox {
	margin-top:20px;
}

/* cab original
.newsLatestDate {
	font-size: 11px;
}

.newsLatestItem h3 {
	padding-bottom: 10px;
}

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

.newsSingleItem {
	position: relative;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

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

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

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

.newsListWrap {
	margin-top: 10px;
}

.newsListItem {
	margin-bottom: 30px;
}

#midCol .newsListItem h3 {
	position: relative;
	background-color: #FFF;
	padding-left: 0;
}

#midCol .newsListItem h3 a {
	text-decoration: none;
}

.newsListDate {
	position: absolute;
	top: 0;
	right: 5px;
}

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

.newsLink a {
	clear: both;
	display: block;
	text-align: right;
	padding: 10px 10px 0 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-browsebox {
	margin-top:15px;
}

.tx-indexedsearch-browsebox p {
	margin-bottom:30px;	
}

.tx-indexedsearch-searchbox {
	position:relative;
	margin-top:10px;
}

.tx-indexedsearch-searchbox td {
	padding-top: 3px;
	width:140px;
}

.tx-indexedsearch-searchbox-sword {
	width: 200px;
	font-size: 110%;
	background-color: #F6F6F6; color: black;
	border: 1px solid #929698;
	padding: 1px;
}

.tx-indexedsearch-searchbox-button {

}

.tx-indexedsearch-res {
	margin-top:10px;
}

.tx-indexedsearch-searchbox select {
	width: 160px;	
	background-color: #F6F6F6; color: black;
	border: 1px solid #929698;	
	padding: 1px;	
	font-size: 110%;
}

.tx-indexedsearch-whatis {
	margin-top: 10px;	
}

#midCol .tx-indexedsearch-icon img {
	border: none;	
	margin-right: -2px !important;
	margin-right: 6px;
}

.tx-indexedsearch-title a {
	/*margin-left: -3px !important;
	margin-left: 10px;*/
}

.tx-indexedsearch-descr {
	padding-left: 3px;
}

.tx-indexedsearch-info {
	padding-left: 3px;
}

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


/* rulerAfter */

.ctArea DIV.csc-frame {
	margin-top: 5px;
	margin-bottom: 22px;
}

DIV.csc-frame-rulerAfter {
	display: block; 
}


/* Content Tables */

.contenttable td {
	padding: 4px;
}
.contenttable {
	margin-left: 2px;
}

.rtetable td {
	/*border: 1px solid #505050;*/
	border: none;
}


/* Flash-Plugin */

#midCol .tx_kuloplayer_pi1-player-text p {
	padding-top: 10px;
}


/* Scroller Startseite */

div.scrollWrap {
	background-color: #CCCCCC;
	width: 100%;
}


/* FLV Player */

.tx-flvplayer-pi1 {
	padding: 0;
	margin: 0;
}

/* styled content fixes */
DIV.csc-textpic DIV.csc-textpic-single-image IMG {
	margin-bottom:5px;
}

