/* TYPO3 content stylesheet */

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

/*
#mainNoRight .ctArea .ctElement {
	margin-right: 266px;
}

#mainNoRight .ctArea .ctElement .fce2Columns .ctElement {
	margin-right: 0;
}

#mainNoRight .ctArea .ctElement .fce2Columns,
#mainNoRight .ctArea .ctElement .fceImageBoxWithLinkWrap {
	margin-right: -266px;
}
*/

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

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

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

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

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

.ctArea ul li.altBulletlist,
.ctArea ul li.bullet {
	padding: 0 0 0 10px;
	background-image: url(../images/li_bullet.gif);
	background-position: 0px 6px;
}

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

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

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

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

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

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

#midCol h2 {
	padding-top: 2px;
	padding-bottom: 4px;
}

#midCol h2,
#midCol h2 a {
	color: #cc3333;
	font-weight:bold;
	font-style: Arial, Tahoma, sans-serif;
}

#midCol h3 {
	padding-top: 5px;
	padding-bottom: 4px;
	border-top: 1px solid #cc3333;
	margin-top: -1px;
}

#midCol .currentView h3 {
	border-top: none;
}

#midCol h3,
#midCol h3 a {
	color: #cc3333;
	font-weight:bold;
	font-style: Arial, Tahoma, sans-serif;
}

#midCol h4,
#midCol h4 a {
	color: #cc3333;
	font-weight:bold;
	font-style: Arial, Tahoma, sans-serif;
}

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

#midCol .ctArea h2.csc-firstHeader a,
#midCol .ctArea h2.csc-firstHeader {
	font-style: Arial, Tahoma, sans-serif;
	font-size: 26px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-weight: normal;
}

#rightCol .ctElement {
	padding: 0 5px 5px 5px;
}

#rightCol h2 {
	padding-top: 6px;
	padding-bottom: 7px;
	font-style: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #cc3333;
}


/* 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 Box with Image, Name, Function and E-Mail */
#midCol .fceImageBoxWithLink {
	float: left;
	width:49%;
	height: 115px;
}

#midCol .fceImageBoxWithLinkWrap .fceImageBoxWithLink .image {
	width: 90px;
	height: 90px;
	overflow:hidden;
	margin-right: 19px!important;
	margin-right: 16px;
	float: left;
}

#midCol .fceImageBoxWithLinkWrap .fceImageBoxWithLink .imageInformations {
	padding-top: 21px;
	color: #333333;
	padding-right: 37px;
}

#midCol .fceImageBoxWithLinkWrap .fceImageBoxWithLink .email a{
	color: #333333;
}

#midCol .fceImageBoxWithLinkWrap .fceImageBoxWithLink .name {
	font-weight: bold;
}

#midCol .fceImageBoxWithLinkWrap .fceImageBoxWithLink .function {
	padding-bottom: 12px;
}


#midCol .fceImageBoxWithLinkWrap .clearBoth{
	clear:both;
}


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

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;
	font-size: 110%;
	background-color: #F6F6F6; 
	color: black;
	border: 1px solid #929698;
	padding: 1px;
}

.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: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.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: 17px;
	padding-right: 3px !important;
	padding-right: 0;
}

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

.newsLatestDate {
	font-size: 11px;
}

.newsLatestItem h3 {
	padding-bottom: 0;
}

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

.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 {
	margin: 0 8px 8px 0;
}

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

.newsListWrap {
	margin-top: 10px;
}

.newsListItem {
	margin-bottom: 15px;
}

#midCol .newsListItem h2 {
	padding-bottom: 0;
}

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

#midCol .newsListItem h2 span {
	font-weight: normal;
	color: #333; 
}

.newsListItem p.bodytext {
	display: inline;	
}

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

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

#rightCol .newsLatestItem p.bodytext {
	display: inline;
}

#rightCol .newsLatestItem .newsLink a {
	display: inline;
	text-align: right;
	padding: 0 2px 0 2px;
}

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

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


/* Extension Advocacy Projects */
.tx_cabagadvocacyprojects_pi1 .finishedView p.bodytext,
.tx_cabagadvocacyprojects_pi1 .currentView p.bodytext {
	display: inline;
}

.tx_cabagadvocacyprojects_pi1 .moreLink {
	padding-left: 5px;
}

.tx_cabagadvocacyprojects_pi1 .singleView .description,
.tx_cabagadvocacyprojects_pi1 .singleView .text {
	margin-bottom: 15px;
}

#midCol .tx_cabagadvocacyprojects_pi1 .singleView h2 {
	margin-top: -4px;
	font-size: 26px;
	padding-bottom: 10px;
	font-weight: normal;
}

.tx_cabagadvocacyprojects_pi1 .singleView .images {
	margin-bottom: 12px;
}

.tx_cabagadvocacyprojects_pi1 .singleView .images .image{
	float: left;
}

.tx_cabagadvocacyprojects_pi1 .singleView .images .image_1{
	width: 263px;
} 

.tx_cabagadvocacyprojects_pi1 .singleView .images .image_2{
	width: 245px;
}

.tx_cabagadvocacyprojects_pi1 .singleView .clearBoth {
	clear: both;
}

#rightCol .tx_cabagadvocacyprojects_pi1 .singleDownloadView .projectDownloadIcon {
	display: none;
}

#rightCol .tx_cabagadvocacyprojects_pi1 .singleDownloadView .projectDownloadFilename a {
	color: #333333;
	text-decoration: none;
	line-height: 15px;
}
