/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 28px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 0;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	line-height: 16px;
}

.ctArea .align-justify {
	text-align: justify;
}

.ctArea .align-center {
	text-align: center;
}  

.ctArea .align-right {
	text-align: right;
}

.ctArea a {
	color: #468ab2;
}

.ctArea a img {
	border: none;
}

.ctArea ul ul {
	margin-left: 10px;
}

.ctArea ul li {
	padding: 0 0 0 10px;
	background-position: 0 9px;
	background-image: url(../../images/li_bullet.gif);
}

.ctArea ul li.bluelist {
	background-image: url(../../images/li_bullet_blue.gif);
}

#headof-teaser-container ul li {
	padding: 0;
	background: none;
}

.ctArea ol {
	padding-left: 42px;
}

.ctArea blockquote {
	padding-left: 20px;
}

#midCol h2,
#midCol h2 a {
	margin-bottom: 14px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

#midCol .redtitle span,
#midCol .redtitle,
#midCol h3,
#midCol h3 a {
	margin-bottom: 14px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

#rightCol h2,
#rightCol h2 a,
#rightCol h3,
#rightCol h3 a {
	margin-bottom: 7px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	margin-top: 9px;
}

#midCol h4,
#midCol h4 a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

#rightCol h4,
#rightCol h4 a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 7px;
	margin-top: 9px;
}

#midCol .ctArea .csc-firstHeader {
	margin-top: 0;
}

#rightCol .ctElement {
	padding: 0 10px 14px 0;
	border-bottom: 7px solid #8e8a82;
}

#rightCol .sectionFrame3 {
		border-top: 7px solid #8e8a82;
}

/* 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;
}

/* Linebox */

.ctArea .linebox {
	line-height: 12px;
	font-size: 11px;
	background: url(../../images/linebox_bg.gif) repeat-x;
	background-position: 0 0;
	padding: 0.6em 0;
}

.ctArea ul.linebox,
.ctArea ol.linebox {
	background-position: 0 8px;
	margin: 0;
	font-size: 11px;
}

.ctArea ul.linebox li,
.ctArea ol.linebox li {
	font-size: 11px;
	background: url(../../images/linebox_bg.gif) repeat-x left bottom;
	margin: 0;
	padding: 0.6em 0;
}

.ctArea .linebox li a,
.ctArea .linebox li em,
.ctArea .linebox li span,
.ctArea .linebox li strong {
	font-size: 11px;
}

/* 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: 170px !important;
	width: 180px;
	display: block;
	margin-bottom: 6px;
	margin-right: 0 !important;
	margin-right: -3px;
	padding-right: 10px;
}

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	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,
.defaultForm .submit input {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.defaultForm input.noMargin {
	margin-left: 0 !important;
}

.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;
	padding: 0 !important;
}

.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-firstcol {
	clear:both;
}

#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 .newsSingleImage {
	float: left;
}

.newsSingleItem .news-single-related {
	clear: left;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

.newsSingleItem .news-single-related,
.newsSingleItem .news-single-files {
	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 h3 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}

.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: 170px !important;
	width: 185px;
}

.tx-indexedsearch .defaultForm select {
	width: 170px !important;
}

.tx-indexedsearch .defaultForm .submit {
	margin-left: 180px !important;
	margin-left: 185px;
}

.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 342px !important;
	width: 344px;
}

.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: 40px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-secHead h2 a {
	font-size: 14px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res {
	clear: both;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res-clearer {
	clear: both;
	height: 20px;
	width: 400px;
}

#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 .tx-indexedsearch-list {
	margin-top: 60px;
	margin-bottom: -30px;
	clear: both;
}

.tx-indexedsearch .browsebox li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 15px 5px 50px 0;
}

.tx-indexedsearch .browsebox li a {
	
}


/* Quicksearch */

#rightCol #quickSearch {
	margin: 10px 10px 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
	background-color: #E7E2DD;
}

#rightCol .tx-indexedsearch fieldset.defaultForm {
	padding: 0;
}

#rightCol .tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 170px !important;
	width: 172px;
}

#rightCol .tx-indexedsearch .defaultForm .submit {
	margin-left: 0px !important;
}

#rightCol .tx-indexedsearch p {
	text-align: right;
}

#rightCol .tx-indexedsearch p a {
	color: #FF8F3D;
	text-decoration: underline;
}


/* Login */

.tx-felogin-pi1 p.forgotP {
	margin-left: 180px !important;
	margin-left: 183px;
}

#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,
.regForm div.checkbox input.tx-srfeuserregister-pi1-checkbox,
.regForm div.checkbox input.tx-sremailsubscribe-pi1-checkbox {
	padding: 0;
	width: auto;
	background-color: transparent;
	border: none;
}

/* RI Organisation Suche */

#staff-search-form  {
	padding-bottom: 20px;
}

#staff-search-form .staff-search-form-input {
	border: 1px solid #999;
	color: #333;
	padding: 1px;
	width: 250px !important;
	width: 254px;
	font-size: 10px;
	height: 14px !important;
	height: 18px;
}

#staff-search-form .staff-search-form-submit {
	border: 1px solid #999;
	background: #FFF;
	color: #999;
	padding: 0 1px 0 1px;
	width: 100px;
	font-size: 10px;
	height: 18px;
	position: relative;
	top: 1px;
}

#staff-search-emptyMsg {
	font-size: 10px;
	padding: 10px 0 10px 0;
}

/* RI Organisation List Ansicht */

#staff-list-item {
	background: url(../../images/linebox_bg.gif) repeat-x left bottom;
	vertical-align: middle;
	width: 496px;
	font-size: 11px;
	line-height: 12px;
}

#staff-list-item a {
	height: 11px;
	font-size: 11px;
	line-height: 13px;
}

#staff-list-item .staff-list-name {
	float: left;
	width: 165px;
	padding: 0.6em 0;
}

#staff-list-item .staff-list-phone {
	float: left;
	width: 140px;
	padding: 0.6em 0;
}

#staff-list-item .staff-list-email {
	float: right;
	width: 191px;
	padding: 0.6em 0;
}

#staff-list-item .staff-list-clearer {
	clear: both;
}

#staff-list-item .staff-list-image {
	width: 44px;
	height: 34px;
	text-align: center;
}

#staff-list-browse table {
	margin:	17px 0 0 2px;
}

#staff-list-browse table a {
	margin-right: 2px;
}

/* RI Organisation Single Ansicht */

#staff-single-item {
	margin-top: 30px;
	width: 496px;
}

#staff-single-image {
	float: left;
}

#staff-single-list {
	float: right;
	width: 270px;
	margin-top: 17px;
}

#staff-single-list ul {
	margin: 0;
	height: 1.35em;
	background: url(../../images/mainnav_border.gif) repeat-x 0 0;
}

#staff-single-list li {
	width: 270px;
	float: left;
	color: #397BC6;
	padding: 3px 0 3px 0;
	margin: 0;
	background: url(../../images/mainnav_border.gif) bottom left repeat-x;
}

#staff-single-list li a {
	color: #397BC6;
}

#staff-single-list #staff-units {
	background: none;
}

#staff-single-list #staff-units li {
	margin: 0;
	padding: 0 0 0 22px;
	background: none;
	list-style: disc inside;
	width: 248px !important;
	width: 270px;
}

#staff-single-clearer {
	clear: both;
}

#staff-single-content {
	padding-top: 10px;
}

#staff-single-backlink {
	margin-top: 18px;	
}

#staff-single-content {
/*	width: 550px;*/
	margin-top: 10px;
}

#staff-single-content ul {
	margin-bottom: 14px;
}

/* Extension cab_publications */

.ctElement .listView .items {
	background: url(../../images/linebox_bg.gif) repeat-x;
	background-position: 0 0;
}

.ctElement .listView .item .bodytext {
	font-size: 10px;
	line-height:12px;
	padding: 5px 0 5px 0;
	background: url(../../images/linebox_bg.gif) repeat-x;
	background-position: left bottom;
}

#midCol .ctArea .ctElement .listView .item .bodytext span {
	font-size: 10px;
}

.ctElement .listView .item .bodytext a {
	font-size: 10px;
}

.ctElement .listView .item .bodytext i,
.ctElement .listView .item .bodytext em{
	font-size: 10px;
	line-height:12px;
	font-style: italic;
}

.tx_cabpublications_pi1 .defaultForm {
	margin-bottom: 10px;
}

.formRow .searchSubmit {
	width: 100px;
	font-size: 11px;
	line-height: 11px;
}

.tx_cabpublications_pi1 .listView .pager ul {
	padding: 15px 0 0 0;
}

.tx_cabpublications_pi1 .listView .pager ul li {
	float: left;
	background-image: none;
	padding: 0 0 0 5px;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}  

.align-right {
	text-align: right;
}

/* Tabelle */

#midCol .ctArea .contenttable {
/*	border: 1px solid #999;*/
	margin: 0 0 15px 1px;
}

#midCol .ctArea .contenttable td {
	font-size: 11px;
	vertical-align: top;
}

#midCol .ctArea .contenttable .tr-even td {
	background-color: #ffffff;
	padding: 2px 2px 2px 4px;
/*	border-right: 1px solid #B5B5B7;*/
	background: url(../../images/linebox_bg.gif) repeat-x left bottom;
}

#midCol .ctArea .contenttable td.td-last {
	border-right: 0;
}

#midCol .ctArea .contenttable .tr-odd td {
	background: #ffffff;
	padding:2px 2px 2px 4px;
/*	border-right: 1px solid #B5B5B7;*/
	background: url(../../images/linebox_bg.gif) repeat-x left bottom;
}

#midCol .ctArea .contenttable .tr-0 td {
	font-weight: bold;
}

/* no listpoint for staff-lists */

#rightCol #staff-teaser-container li {
	background: none;
	padding: 0;
}
	
/* default styles for images */

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 5px;
}

div.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 5px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 5px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 15px;
}

div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 15px; display: block;
}

div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 5px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 5px !important;
}
