/* TYPO3 content stylesheet */

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

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

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

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

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

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

#midCol .ctArea p {
	padding-bottom: 6px;
}

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

.ctArea ul {
	margin-bottom: 16px;
}

#rightCol .ctArea ul {
	margin-bottom: 0;
}

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

.ctArea ul li {
	padding: 0 0 0 13px;
	background-image: url(../images/arrow.gif);
	background-position: 1px 3px;
}

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

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

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

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

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

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

#rightCol .ctElement {
	padding: 5px 11px 10px 11px;
	background-color: #f4f2f1;
}


/* Intro page HTML element */

.ctArea .enter {
	margin: 0 0 0 30px;
}

.ctArea .enter .redText {
	color: #f7403a;
	font-size: 30px;
	line-height: 34px;
	font-variant: small-caps;
}

.ctArea .enter .grayText {
	color: #635d57;
	font-size: 26px;
	padding-top: 3px;
}

.ctArea .enter .introText {
	color: #635d57;
	font-size: 14px;
	line-height: 24px;
}

.ctArea .enter .introText a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}


/* Section Frames */
#rightCol .ctArea .sectionFrame1 {
	margin-bottom: -4px;
	padding-bottom: 0;
}

#rightCol h2 {
	padding: 0 11px 4px 11px;
	margin: 0 -11px 4px -11px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #635d57;
	background: url(../images/mainnav_border.gif) repeat-x left bottom;
}

#rightCol h3 {
	margin-top: -2px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #f7403a;
}


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

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: black;
	border: 1px solid #c6bfb8;
	padding: 1px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	background-color: #FFF;
	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;
	background: url(../images/arrow.gif) no-repeat #FFF;
	background-position: 2px 3px;
}

.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: 10px;
	padding-top: 2px;
}


/* tt_news */ 

.newsLatestWrap {
	margin-bottom: -5px;
}

.newsLatestItem {
	padding-bottom: 8px;
	border-bottom: 1px solid #c6bfb8;
	margin-bottom: 4px;
}

.newsSingleItem {
	position: relative;
}

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

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

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

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

.newsListWrap {
	position: relative;
}

#midCol #ce84 {
	margin-top: -10px;
}

.rssLink {
	position: relative;
}

.rssLink a {
	display: block;
	position:absolute;
	right:0;
	padding-left: 30px;
	padding-bottom: 2px;
	background: url(../images/rss_logo.gif) no-repeat #fff;
	background-position: 0 0;
}

.newsListItem {
	margin-bottom: 16px;
}

#midCol .ctArea p.bodytext {
	padding-bottom: 0;
}

.newsListItem img {
	display: block;
	display: none;
	margin: 6px 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: 0;
}

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


/* Tip a friend */

div.tipform .notice {
	color: #FF0000;
	padding-bottom: 10px;
}

div.tipform .csc-mailform-label {
	margin-left: 180px !important;
	margin-left: 183px;
}

/* Cobra Application - CategoryView */
.tx_cabagitresourcecobra_pi1 .categoryView fieldset.categoryForm {
	margin-top: 14px;
}

.tx_cabagitresourcecobra_pi1 .categoryView fieldset.categoryForm div.formRow {
	clear: both;
	margin-bottom: 4px;
}

.tx_cabagitresourcecobra_pi1 .categoryView fieldset.categoryForm div.formRow input.checkbox{
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 2px;
	border: none;
}

.tx_cabagitresourcecobra_pi1 .categoryView fieldset.categoryForm div.formRow label{
	display: block;
	margin-left: 27px;
	padding: 1px 0 0 13px!important;
	padding: 0 0 0 10px;
	background-image: url(../images/arrow.gif);
	background-position: 1px 3px;
}

.tx_cabagitresourcecobra_pi1 .singleView fieldset.singleViewForm {
	clear: left;
}

.tx_cabagitresourcecobra_pi1 .singleView fieldset.singleViewForm .submit,
.tx_cabagitresourcecobra_pi1 .categoryView fieldset.categoryForm div.formRow .submit {
	color: black;
	border: 1px solid #c6bfb8;
	width: auto;
	padding: 0 11px 0 20px;
	background: url(../images/arrow.gif) no-repeat #FFF;
	background-position: 10px 3px;
	margin-top: 14px;
}

.tx_cabagitresourcecobra_pi1 .categoryView .actionRow {
	position: relative;
}

.tx_cabagitresourcecobra_pi1 .categoryView .actionRow .showCompleteListLink {
	position: absolute;
	top: 15px;
	left: 244px;
}

/* listView */
.tx_cabagitresourcecobra_pi1 .listView .pagerRow {
	position: relative;
	margin-bottom: 9px;
}

.tx_cabagitresourcecobra_pi1 .listView .pagerRow .pager {
	position: absolute;
	top: 0;
	right: 0;
	clear: both;
}

.tx_cabagitresourcecobra_pi1 .listView .pagerRow .pagerLabel {
	float: left;
	margin-right: 5px;
}

.tx_cabagitresourcecobra_pi1 .listView .pagerRow .pager li {
	list-style: none;
	background-image: none;
	margin: 0;
	padding: 0;
	float: left;
}

.tx_cabagitresourcecobra_pi1 .listView .pagerRow .pager li a {
	display: block;
	padding-right: 5px;
	float: left;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable {
	width: 100%;
	border-bottom: 1px solid #fcb1ae;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .tr-status-0 {
	background-color: #e9e5e2;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .tr-status-1 {
	background-color: none;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable td {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 14px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable td a {
	text-decoration: none;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .td-0 {
	width: 51px;
	padding-left: 29px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .tr-status-0 .td-0 {
	background: url(../images/arrow.gif) no-repeat #e9e5e2;
	background-position: 11px 4px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .tr-status-1 .td-0 {
	background: url(../images/arrow.gif) no-repeat #fff;
	background-position: 11px 4px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .td-1 {
	width: 245px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .td-2 {
	width: 100px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .td-3 {
	width: 119px;
}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .hotFlag,
.tx_cabagitresourcecobra_pi1 .listView .listViewTable .newFlag {
	background: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;

}

.tx_cabagitresourcecobra_pi1 .listView .listViewTable .hotFlag .hotText,
.tx_cabagitresourcecobra_pi1 .listView .listViewTable .newFlag .newText{
	color: #f7403a;
	padding-left: 11px;
	font-weight: bold;
	line-height: 14px;
}

.tx_cabagitresourcecobra_pi1 .listView .actionRow {
	position: relative;
	margin-top: 14px;
}

.tx_cabagitresourcecobra_pi1 .listView .actionRow .sortForm .select {
	width: 115px;
	background-color: #FFF; 
	color: black;
	border: 1px solid #c6bfb8;
	padding: 1px;
}

.tx_cabagitresourcecobra_pi1 .listView .actionRow .showCompleteListLink {
	position: absolute;
	top: 2px;
	left: 244px;
}

.tx_cabagitresourcecobra_pi1 .listView .actionRow .rssLink {
	position: absolute;
	top: 2px;
	right: 0;
}

.tx_cabagitresourcecobra_pi1 .listView .actionRow .rssLink a {
	display: block;
	padding-left: 30px;
	padding-bottom: 2px;
	background: url(../images/rss_logo.gif) no-repeat #fff;
	background-position: 0 0;
}

/* SingleView */
.tx_cabagitresourcecobra_pi1 .singleView .itemRow {
	clear: both;
	margin-bottom: 8px;
	position:relative;
}

.tx_cabagitresourcecobra_pi1 .singleView .itemRow .itemInfoLeft {
	float: left;
	width: 140px;
}

.tx_cabagitresourcecobra_pi1 .singleView .itemRow .itemInfoLeft p {
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat #fff;
	background-position: 0 2px;
	font-weight: bold;
}

.tx_cabagitresourcecobra_pi1 .singleView .itemRow .itemInfoRight {
	margin-left: 140px;
	width: 400px;
}

.tx_cabagitresourcecobra_pi1 .singleView .itemRow .itemInfoRight p {
	padding:0;margin:0;
}

.tx_cabagitresourcecobra_pi1 .singleView .actionRow {
	position: relative;
	margin-bottom: 20px;
}

.tx_cabagitresourcecobra_pi1 .singleView .actionRow .sendFriendLink {
	position: absolute;
	/*top: 18px;*/
	bottom: 2px;
	right: 0;
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat #fff;
	background-position: 0 2px;
}

.tx_cabagitresourcecobra_pi1 .singleView .backLink {
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat #fff;
	background-position: 0 2px;
}


/* Application & Contact form */

fieldset.applicationForm div.formRow label,
fieldset.formViewForm div.formRow label {
	padding-right: 5px;
	width: 175px !important;
	width: 180px;
}

fieldset.applicationForm div.categoryRow input,
fieldset.applicationForm div.checkboxRowNoMargin input,
fieldset.applicationForm div.checkboxRowWithMargin,
fieldset.formViewForm div.categoryRow input,
fieldset.formViewForm div.checkboxRowNoMargin input,
fieldset.formViewForm div.checkboxRowWithMargin {
	float: left;
	margin: 0 5px 0 0;
}

fieldset.applicationForm div.checkboxRowWithMargin input,
fieldset.formViewForm div.checkboxRowWithMargin input {
	margin: 0 5px 0 180px;
}

fieldset.applicationForm div.categoryRow label,
fieldset.applicationForm div.checkboxRowNoMargin label,
fieldset.applicationForm div.checkboxRowWithMargin label,
fieldset.formViewForm div.categoryRow label,
fieldset.formViewForm div.checkboxRowNoMargin label,
fieldset.formViewForm div.checkboxRowWithMargin label {
	width: 400px !important;
}

.tx_cabagitresourcecobra_pi1 .error {
	color: #f7403a;
	font-weight: bold;
}


/* Search Box */

.tx_cabagitresourcecobra_pi1 .searchView fieldset.defaultForm {
	position: relative;
	padding-bottom: 0;
}

.tx_cabagitresourcecobra_pi1 .searchView fieldset.defaultForm .select {
	width: 178px;
	margin-bottom: -5px;
	position: relative;
	z-index: 999;
}

.tx_cabagitresourcecobra_pi1 .searchView fieldset.defaultForm div.formRow label {
	width: 100px;
	margin-bottom: 1px;
}

.tx_cabagitresourcecobra_pi1 .searchView fieldset.defaultForm div.formRow input.text {
	width: 126px !important;
	width: 130px;
}

.tx_cabagitresourcecobra_pi1 .searchView fieldset.defaultForm input.submit {
	margin-left: 0 !important;
	position: absolute;
	top: 15px;
	left: 149px;
	border: none;
	background: url(../images/searchbox_submit.gif) no-repeat 0 0;
	width: 29px;
	height: 19px;
}

