/* TYPO3 content stylesheet */

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

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

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

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

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


.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

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

.ctArea a:hover {
	color: #7dcd00;
}

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

.ctArea ul li {
	padding: 0 0 0 23px;
	background-image: url(../../images/li_bullet.gif);
	background-position: 0px 7px;
}

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

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

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

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

#midCol h3 {
	border-bottom: 1px solid #7dcd00;
	margin-bottom: 4px;
}

#midCol h3,
#midCol h3 a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#midCol h4,
#midCol h4 a {
	color: #000;
	font-weight:bold;
}

#midCol h5,
#midCol h5 a {
	color: #666666;
	font-weight:bold;
}

#midCol h6 {
	padding-bottom: 6px;
}

#midCol h6,
#midCol h6 a {
	color: #7DCD00;
	font-weight:bold;
	font-size: 12px;
	line-height: 20px;
}

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

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

#rightCol .ctElement {
	padding: 0 8px 6px 8px;
	border: 1px solid #7dcd00;
	background-color: #e9f6d6;
}

#rightCol h2 {
	margin: 1px -7px 6px -7px;
	padding: 0px 5px;
	background-color: #7dcd00;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/* RTE Table */
table.contenttable th,
table.contenttable td {
	border-bottom: 1px solid #7dcd00;
	padding: 6px 0;
}

/* Flexible Contents 2 Columns */

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

#mainNoRight .fce2Columns .fceLeftCol {
	width: 360px;
}

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

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

#mainNoRight .fce2Columns .fceRightCol {
	width: 360px;
}

.fce2Columns .fceRightCol .fceCtArea {
	margin-left: 10px;
	margin-bottom: 20px;
}


/* Flexible Content Element Kurs Tabelle */

.table4col {
	width: 100%;
}

.table4col th,
.table4col td {
	padding: 6px 0px 5px 0px;
	border-bottom: 1px solid #7dcd00;
}

.table4col tr.contentRow p {
	float: left;
}

.table4col tr.contentRow td {
	padding: 6px 0px 3px 0px;
}

.table4col tr.contentRow td.td-1 p,
.table4col tr.contentRow td.td-2 p {
	width: 80px;
}

.table4col tr.contentRow a {
	background-color: #7dcd00;
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
}


/* SectionFrames */

.sectionFrame1 {
	border: 1px solid #7dcd00;
	padding: 11px;
}

#midCol .sectionFrame1 h2 {
	margin: -10px -10px 6px -10px;
	padding: 0px 10px;
	background-color: #7dcd00;
}

#midCol .sectionFrame1 h2,
#midCol .sectionFrame1 h2 a {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#midCol .ctArea ul li {
	padding: 0 0 0 23px;
	background-image: url(../../images/li_bullet_sectionFrame2.gif);
	background-position: 0px 6px;
}

#midCol .sectionFrame2 {
	padding-bottom: 20px;
	border-bottom: 1px solid #7DCD00;
}

/* FCE */

.adBox {
	padding: 11px;
	border-top: 1px solid #FFFFFF;
}

#midCol .adBox h2 {
	margin: 7px -10px 6px -10px;
	padding: 0px 10px;
}

#midCol .adBox h2,
#midCol .adBox h2 a {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


/* 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;
	background: url(../../images/defaultForm_bg.gif) top left repeat-y #e9f6d6;
}

fieldset.defaultForm div.formRow {
	clear: both;
	border-top: 1px solid #fff;
}

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

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

.defaultForm label {
	float: left;
	width: 164px!important;
	width: 180px;
	display: block;
	margin-top: 5px;
	margin-bottom: 4px;
	padding-left: 12px;
	padding-right: 5px;
}

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin: 5px 0 4px 11px;
	background-color: #F6F6F6;
	color: black;
	border: 1px solid #7dcd00;
	padding: 1px 1px 1px 7px;
}

.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: 192px !important;
	margin-left: 195px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
	color: #7dcd00;
	font-weight: bold;
}

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

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

.newsLatestItem p.bodytext {
	display: inline;
}

.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 .news-single-related,
.newsSingleItem .news-single-files,
.newsSingleItem .newsSingleImage {
	margin-top: 15px;
}

.newsSingleItem .news-single-related dd {
	padding-bottom: 2px;
}

.newsSingleItem .news-single-files img {
	margin-right: 4px;
}

.newsSingleItem .newsSingleImage img {
	margin-right: 10px;
}

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

.newsListWrap {
	margin-top: -15px;
}

.newsListItem {
	padding-top: 15px;
	clear: both;
}

#midCol .newsListItem {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

#midCol .newsListItem h3 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}

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

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

.newsListItem p.bodytext {
	display: inline;
}

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

.tx-indexedsearch .defaultForm .submit {
	margin-left: 192px !important;
	margin-left: 195px;
}

.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 296px !important;
	width: 298px;
}

.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-felogin-pi1 p.forgotP {
	margin-left: 192px !important;
	margin-left: 195px;
	margin-top: 5px;
}

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

.tx-felogin-pi1 .logoutForm input.submit  {
	margin-top: 10px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

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

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

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

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


/* Frontend Registration & Newsletter Registration */

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

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

.regForm span {
	color:  #FF0000;
}

.regForm .tx-srfeuserregister-pi1-error,
.regForm .tx-sremailsubscribe-pi1-error {
	color: #FF0000;
	margin-left: 180px !important;
	margin-left: 183px;
	margin-bottom: 6px;
	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;
}

.regForm .checkboxLabel {
	width: 200px;
}

.regForm input.checkbox {
	margin-top: 2px;
	margin-bottom: 0;
	margin-right: 5px;
	float: left;
}

.regForm div.checkbox fieldset label {
	width: auto;
	display: inline;
	float: none;
}

.regForm div.checkbox fieldset .checkbox {
	padding: 0;
	width: auto;
	background-color: transparent;
	border: none;
}
