/* TYPO3 content stylesheet */

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

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

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

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

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

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

.ctArea a:hover { 
	color: #e2001a;
}

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

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

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

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

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

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

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

#midCol h3 {
	margin-bottom: 2px;
}

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

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

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

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

#rightCol .ctElement {
	padding: 3px 6px 10px 6px;;
	background: url(../images/col_head_right_new2.gif) no-repeat 0px 0;
}

#rightCol .sectionFrame1 {
	background-image: none;
	padding-top: 0;
	margin-top: -12px !important;
	margin-top: -13px;
}

#rightCol h2 {
	padding-bottom: 8px;
}

#rightCol h2,
#rightCol h2 a {
	color: #e2001a;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}


/* 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-2,
.csc-uploads-3 {
	margin-top: 8px;
}

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

.csc-uploads .csc-uploads-file,
.csc-uploads .csc-uploads-file {
	display: none;
}

.csc-uploads-2 .csc-uploads-description,
.csc-uploads-3 .csc-uploads-description {
	margin-top: -7px;
	margin-bottom: 3px;
}

.csc-uploads-2 .csc-uploads-icon img,
.csc-uploads-3 .csc-uploads-icon img {
	border: 1px solid #c1c1c1;
}


/* Sitemap */

#rightCol .csc-menu-def li {
	background-image: none;
	margin-bottom:5px;
	padding: 0px;
}

.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;
	/*padding-left: 18px;*/
	position: relative;
}

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

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

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

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 354px;
	margin-bottom: 5px;
	font-size: 10px;
	background-color: #FFF; 
	color: black;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.defaultForm input.file {
	width: auto;
	font-size: 10px;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 356px;
}

.defaultForm option {
	background-color: #FFF; 
	color: #000;
	font-size: 10px;
}

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

.defaultForm input.submit,
.defaultForm button {
	width: auto;
	border-top: 2px solid #e98c7d;
	border-left: 2px solid #e98c7d;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	/*right: 7px !important;
	right: 6px;*/
	right: 25px !important;
	right: 24px;
	margin-top: 1px;
}

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


/* Mailform Extension */

.mailform-table-outer {
	margin-top: 5px;
}

.mailform-table-outer input,
.mailform-table-outer textarea {
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
}

.mailform-table-outer div.formRow {
	padding-left: 18px;
}

.mailform-table-outer div.formRow img {
	display: none;
}

.mailform-table-outer div.formRow img.tx-srfreecap-pi2-image {
	display: block;
	width: 120px;
	height: 60px;
	margin: 10px 0 0 0;
	border: 1px solid #C0C0C0;
}

.mailform-table-outer .formLeftCol {
	width: 40%;
}

.mailform-table-outer .formRightCol div.formRow {
	padding-left: 2px;
}

.mailform-table-outer .tx_mailform_label_text,
.mailform-table-outer .tx_mailform_text {
	margin-bottom: 5px;
}

.mailform-table-outer .tx_mailform_label_text {
	float: left;
	width: 105px;
	display: block;
}

.mailform-table-outer .specialRow .tx_mailform_label_text {
	width: 132px;
}

.mailform-table-outer .formRightCol .tx_mailform_label_text {
	width: 1px;
}

.mailform-table-outer div.checkbox {
	padding-left: 0;
	padding-bottom: 10px;
}
 
.mailform-table-outer .descriptionRow {
	position: relative;
	padding: 8px 0;
	height: 20px !important;
	height: 36px;
}

.mailform-table-outer .descriptionRow input {
	display: none;
}

.mailform-table-outer p.mailformDescription {
	position: absolute;
	width: 300px;
}

.mailform-table-outer input.mailform_checkbox_box {
	margin-right: 2px;
	margin-bottom: 3px;
	border: none;
}

.mailform-table-outer .tx_mailform_submit {
	border-top: 2px solid #e98c7d;
	border-left: 2px solid #e98c7d;
	background-color: transparent;
	cursor: pointer;
	margin-left: 227px;
}

.mailform-table-outer .captchaRow input {
	margin-left: 6px !important;
	margin-left: 9px;
}

.mailform-table-outer .required-msg-required,
.mailform-table-outer .stateMessage {
	display: block;
	color: red;
	padding-bottom: 5px;
	padding-left: 105px !important;
	padding-left: 108px;
}

.mailform-table-outer .formLeftCol .stateMessage {
	padding-left: 0 !important;
}

.mailform-table-outer .captchaRow .stateMessage {
	margin: 10px 0 0 -105px;;
}


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

.ctArea .newsLatestCat {
	padding-right: 100px;
}

.ctArea .newsLatestItem h3 a {
	text-decoration: none;
}

.ctArea .newsLatestItem h3 a span {
	color: #e2001a;
	padding-left: 4px;
}

.newsSingleItem {
	margin-top: 8px;
}

.newsSingleItem .newsSingleTitle {
	padding-top: 1px;
}

.newsSingleItem .newsSingleSubheader {
	padding: 16px 0;
}

.newsSingleItem .newsSingleImage {
	margin-top: 20px;
}

.newsSingleItem .newsSingleImage img {
	margin-bottom: 20px;
}

.newsSingleItem .newsSingleImage a {
	float: left;
	margin-right: 10px;
}

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

.newsSingleItem .news-single-additional-info,
.newsSingleItem .news-single-backlink {
	margin-top: 12px;
}

.newsSingleItem .news-single-backlink {
	clear: both;
}

.newsLatestCat {
	font-weight: bold;
}

.newsLatestWrap h3 {
	font-weight: normal;
}

.newsListWrap {
	margin-top: 8px;
}

.newsListItem {
	margin-bottom: 16px;
}

.newsListBrowse {
	margin-top: 20px;
}

.tx-ttnews-browsebox a {
	padding-right: 8px;
}

.tx-ttnews-browsebox .active {
	font-weight: bold;
	color: #e2001a;
	padding-right: 8px;
}

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

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


/* cabag_adresses */

.tx_cabagaddresses_pi1 .addressesForm {
	padding-bottom: 50px;
}

.tx_cabagaddresses_pi1 .item {
  display: block;
  clear: both;
}

.tx_cabagaddresses_pi1 .item .col_image {
	width: 68px;
	float: left;
}

.tx_cabagaddresses_pi1 .item .col_image img {
	margin-top: 3px;
}

.tx_cabagaddresses_pi1 .col_image .clearfix,
.tx_cabagaddresses_pi1 .col_name .clearfix,
.tx_cabagaddresses_pi1 .col_phone .clearfix {
	margin-bottom: 3px;
}

.tx_cabagaddresses_pi1 .header .col_image .clearfix,
.tx_cabagaddresses_pi1 .header .col_name .clearfix,
.tx_cabagaddresses_pi1 .header .col_phone .clearfix {
	margin-bottom: 0;
}

.tx_cabagaddresses_pi1 .item .col_name {
	width: 324px;
	margin-right: 10px;
	border-top: 1px solid #888888;
	float: left;
}

.tx_cabagaddresses_pi1 .item .col_phone {
	width: 84px;
	border-top: 1px solid #888888;
	float: right;
}

.tx_cabagaddresses_pi1 .header .col_name,
.tx_cabagaddresses_pi1 .header .col_phone {
	border-bottom: 1px solid #888888;
	border-top: none;
}

.tx_cabagaddresses_pi1 .pager {
	clear: both;
	padding-top: 14px;
}

.tx_cabagaddresses_pi1 .pager .pagerLink {
	float: left;
}

.tx_cabagaddresses_pi1 .pager .act a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
}

.tx_cabagaddresses_pi1 .pager .prev {
	padding-right: 8px;
}

.tx_cabagaddresses_pi1 .pager .next {
	padding-left: 8px;
}

.tx_cabagaddresses_pi1 .pager ul .pagerLink {
	background-image: none;
	padding: 0 4px;
}

.tx_cabagaddresses_pi1  .noRecordsFound {
	margin-top: 40px !important;
	margin-top: 10px;
	padding-left: 68px;
}

#main #rightCol .ctArea .tx_cabagaddresses_pi1 {
	display: block;
}

#rightCol .tx_cabagaddresses_pi1 .item .col_image {
	float: none;
	margin-top: 2px;
}

#rightCol .tx_cabagaddresses_pi1 .item .col_image img.spacerImage {
	display: none;
}

#rightCol .tx_cabagaddresses_pi1 .item .col_name {
	width: 200px;
	margin-right: 0;
	border-top: none;
	float: none;
}

#rightCol .tx_cabagaddresses_pi1 .item .col_phone a {
	display: block;
}

#rightCol .tx_cabagaddresses_pi1 .item .col_phone {
	width: 84px;
	border-top: none;
	float: none;
}

#rightCol .tx_cabagaddresses_pi1 .item .email {
	margin-top: -3px;
}
