/* 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;
}

.defaultForm .tx_powermail_pi1_fieldwrap_html_captcha .csc-mailform-label {
	padding: 5px 0 5px 180px;
}

fieldset.defaultForm .required {
	float: left;
	margin-left: -12px;
}

fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_text .required,
fieldset.defaultForm .tx_powermail_pi1_fieldwrap_html_captcha .required {
	float: none;
	margin-left: 0;	
}

.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;
	overflow: auto;
}

.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: 180px;
	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: 10px;
}

.defaultForm div.radio fieldset {
	margin-left: 180px;
	margin-top: -29px;
}

.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;
}

.defaultForm .captchaImage img {
	margin: 5px 0 5px 180px;
}

#midCol .defaultForm h4 {
	padding-bottom: 13px;
}

div.tx-powermail-pi1_confirmation table,
div.tx-powermail-pi1_thx table {
	margin: 10px 0;
}

div.tx-powermail-pi1_confirmation table td,
div.tx-powermail-pi1_thx table td {
	padding: 0 5px 5px 0;
}

div.tx-powermail-pi1_confirmation .defaultForm input.submit,
div.tx-powermail-pi1_confirmation .defaultForm button,
div.tx-powermail-pi1_confirmation .defaultForm .submit input,
div.tx-powermail-pi1_thx .defaultForm input.submit,
div.tx-powermail-pi1_thx .defaultForm button,
div.tx-powermail-pi1_thx .defaultForm .submit input {
	margin-left: 0 !important;
}

div.tx-powermail-pi1_confirmation .defaultForm input.tx-powermail-pi1_confirmation_back,
div.tx-powermail-pi1_thx .defaultForm input.tx-powermail-pi1_thx {
	float: left;
	margin-right: 10px;
}

.tx-powermail-pi1 input.validation-failed, 
.tx-powermail-pi1 textarea.validation-failed {
	background-color: #f7f8e8;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	text-align: right;
	display: inline;
	margin-left: 5px;
	color: #b9b9b9;
}


/* 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 */

#rightCol #ce4871,
#midCol #ce4871 {
	position: absolute;
	top: 275px;
	right: 10px;
	border: 0;
	margin: 0;
	padding: 0;
}

#rssLinkImage {
	text-align: right;
}

.newsLatestItem h3 {
	padding-bottom: 10px;
}

.newsLatestItem p.bodytext {
	display: inline;
}

.newsLatestItem img {
	float: left;
	margin: 4px 7px 2px 0;
}

.newsSingleItem {
	position: relative;
}

.newsSingleItem p {
	width: 500px;
}

.newsSingleItem h2 {
	margin-bottom: 30px;
	width: 500px;
}

.newsSingleItem .newsSingleDateX {
	margin-bottom: 17px;
}

.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: -10px;
	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 div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic div.csc-textpic-single-image img{
	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;
}


/* Datenbanken: People, Publications, Projects (Gemeinsam genutzt)*/

/* Tablelist */

table.tablelist1{
	margin-top: 5px;
}

table.tablelist1,
table.tablelist1 th,
table.tablelist1 td{
	border: 1px solid #ababab;
}

table.tablelist1 th.headrow {
	background-color: #f5f5ed;
}

table.tablelist1 th.headrow.headrow_publicationquote{
	width: 330px;
}

table.tablelist1 th.headrow.headrow_year {
	width: 115px;
}

table.tablelist1 th.headrow.headrow_category_sub{
	width: 215px;
}

table.tablelist1 th.headrow.headrow_tx_tippps4eyes_pubmed{
	width: 80px;
}

table.tablelist1 th.headrow.headrow_tx_tippps4eyes_fulltext{
	width: 70px;
}

table.tablelist1 th.headrow.headrow_crdate{
	min-width: 85px;
}


table.tablelist1 th.headrow a {
	color: #000000;
}

table.tablelist1 th.headrow a.activeheadrowlink {
	text-decoration: none;
}

table.tablelist1 td,
table.tablelist1 th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
}


/* ListSearch */

div.ListSearch{
	float: left;	
}

div.ListSearch input.text{
	position: relative;
	border: 1px solid #ababab;
	background-color: #ffffff;
	color: #000000;
	height: 18px;
	margin-bottom: 25px;
	width: 250px;
	bottom:0;
}

div.ListSearch input.submit{
	position: relative;
	border: 1px solid #ababab;
	background-color: #ffffff;
	color: #ababab;
	height: 20px;
	margin-bottom: 25px;
	padding-bottom: 2px;
	width: 100px;
	bottom: 0px;
}

div.ListSearch input.submit:hover{
	cursor: pointer;
}

/* ABC-Navigation */

p.abcNav{
	height:20px;
	line-height:20px;
	margin: 20px 0;
	float: left;
}

p.abcNav a{
	display: block;
	float: left;
	width: 10px;
	margin: 0 5px 0 0;
}

p.abcNav a:hover{
	font-weight: bold;
}


p.abcNav b{
	color:#468AB2;
	float: left;
	width: 10px;
	margin: 0 5px 0 0;
}

/* Peopledatenbank:List */

.tablelist1 tr.entryDateInPast,
.tablelist1 tr.leavingDateInPast,
.tablelist1 tr.startDateInPast{
	background-color: #FFFFF6;
}


.tablelist1 tr.entryDateInFuture,
.tablelist1 tr.leavingDateInFuture,
.tablelist1 tr.startDateInFuture{
	background-color: #C7DCE8;
}




/* Peopledatenbank:Details */
.clearer{
	clear: both;
}
.tx-x4epersdb-pi1 div.peopledetail{
	width: 680px;
}

.tx-x4epersdb-pi1 div.infobox {
	background-color: #f5f5ec;
	padding: 18px 18px 0px;
	margin-bottom: 10px;
}

.tx-x4epersdb-pi1 div.image{
	width: 200px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}


.tx-x4epersdb-pi1 .infobox div.right-border-bottom{
	border-bottom: 1px dotted #b9b7ae;
	float: left;
	padding-bottom: 6px;
	margin-bottom: 6px;
	width: 425px;
	line-height:20px;
}

.tx-x4epersdb-pi1 .infobox div.right-border-bottom-nofloat{
	border-bottom: 1px dotted #b9b7ae;
	padding-bottom: 6px;
	margin-bottom: 6px;
	width: 425px;
	line-height:20px;
	float:left;
}

.tx-x4epersdb-pi1 .infobox div.right-no-border-bottom-nofloat{
	padding-bottom: 6px;
	margin-bottom: 6px;
	width: 425px;
	line-height:20px;
	float:left;
}

.tx-x4epersdb-pi1 .infobox div.right-no-border{
	float: left;
	padding-bottom: 6px;
	margin-bottom: 10px;
	width: 425px;
	line-height:20px;
}

.tx-x4epersdb-pi1 div.infobox a {
	line-height:20px;
}

.tx-x4epersdb-pi1 div.membership-border-bottom{
	border-bottom: 1px dotted #bcbab4;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height:20px;
}

.tx-x4epersdb-pi1 div.peopledetail h3{
	margin-top: 30px;
}

.tx-x4epersdb-pi1 div.label{
	float: left;
	width: 130px;
	color: #8e8a82;
	line-height:20px;
}

.tx-x4epersdb-pi1 div.text{
	width: 550px;
	line-height:20px;
}

.tx-x4epersdb-pi1 div.text a{
	line-height:20px;
}

.tx-x4epersdb-pi1 .realpagebrowser {
	text-align: right;
}


/* ListSearch: Projects*/

.headrow_projecttitle{
	min-width: 250px !important;	
}
.headrow_category{
	
}
.headrow_tx_tippps4eyes_associated_dep{
	width: 50px !important;	
}

.headrow_tx_tippps4eyes_leading_unit{
	width: 90px !important;	
}

.headrow_tx_tippps4eyes_project_leader{
	width: 100px !important;	
}

div.ListSearch_Projects input.text{
	background-color:#FFFFFF;
	border:1px solid #ABABAB;
	bottom:0;
	color:#000000;
	height:18px;
	margin-bottom:25px;
	position:relative;
	width:250px;
}

div.ListSearch_Projects input.submit{
	background-color:#FFFFFF;
	border:1px solid #ABABAB;
	bottom:0;
	color:#ABABAB;
	height: 20px;
	margin-bottom:25px;
	padding-bottom:2px;
	position:relative;
	width:100px;
	cursor: pointer;
}


div.ListSearch_Projects input.submit:hover{
	cursor: pointer;
}

div.pageBrowser {
	float: right;
	margin: 15px 0 30px 0;
	position: relative;
	height: 20px;
}

div.pageBrowser a{
	margin: 0 0 0 3px;
}

/* List PersonSearch: Projects*/
div.personSearch{
	float: right;
	margin-bottom: 34px;
}


div.personSearch #personSearchInput{
	border: 1px solid #ccc;
	width: 292px;
	height: 18px;
}

div.personSearch select{
	border: 1px solid #ccc;
	border-top: none;
	width: 294px;
}



/* Projects: Details*/

/*#page_150 .mainNoRight{
	background: url("../../images/main_bg.gif") repeat-y scroll 0 0 #FFFFFF !important;	
}
*/
.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .separator{
	padding: 20px 0 0 0;	
}
/*
#page_150 #midColNoRight .ctArea, #midCol .ctArea {
	margin:47px 15px 10px 37px;
}

#page_150 .mainContentPageTitle{
	float: left;
	width: 700px
}*/

.tx-x4euniprojectsgeneral-pi1 #singleViewRightCol{
	float: right;
	margin-right: -3px;
	margin-top:-12px;
	width: 200px;
	word-wrap: break-word;
}    

.tx-x4euniprojectsgeneral-pi1 #singleViewRightCol .changeRequest,
.tx-x4euniprojectsgeneral-pi1 #singleViewRightCol .linkedPublications{
	margin-top: 15px;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol{
	float: left;
	width: 495px;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .right{
	float: right;
	width: 260px;
	line-height: 20px;
	margin-right: 25px;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .right a{
	line-height: 20px;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .left{
	float: left;
	width: 170px;
	overflow: hidden;
	line-height: 20px;

}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .zeile_project-details{
	min-height: 20px;
	clear:both;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol .left h3{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol h2,
.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol h2 a{
	text-decoration: none;
	background: none;
}

.tx-x4euniprojectsgeneral-pi1 #singleViewRightCol .picture{
	overflow: hidden;
	width: 200px;
}    

.tx-x4euniprojectsgeneral-pi1 #singleViewRightCol h3,
.tx-x4euniprojectsgeneral-pi1 #singleViewLeftCol h3{
	background: none;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0px;
}       

.tx-x4euniprojectsgeneral-pi1 .headrowlink {
	text-decoration: underline;
}


/*. Publicationssearch */

.tx-x4epublication-pi1 .headrowlink {
	text-decoration: underline;
}

.tx-x4epublication-pi1 .Search2 tr{
	height: 26px;
}

.tx-x4epublication-pi1 .Search2 .label{
	width:161px;
}

.tx-x4epublication-pi1 .Search2 .input input{
	width: 188px;
	height: 21px;
	border: 1px solid #cccccc;
}

.tx-x4epublication-pi1 .Search2 .input select{
	width: 190px;
	height:24px;
	padding-top: 1px;
}

.tx-x4epublication-pi1 .Search2 .publicationyear input{
	width: 58px;
	margin-right: 11px;
}

.tx-x4epublication-pi1 .Search2 .title_fulltextsearch{
	margin-bottom: 5px;	
}

.tx-x4epublication-pi1 .Search2 input.submit {
	background-color:#FFFFFF;
	border:1px solid #ABABAB;
	bottom:0;
	color:#ABABAB;
	height:20px;
	margin-top: 10px;
	margin-bottom:25px;
	padding-bottom:2px;
	position:relative;
	width:100px;
	cursor: pointer;
}

/* Publication internet */


div.personSearch{
	float: left;
	margin-bottom: 34px;
	margin-right:70px;
}

.tx-x4epublication-pi1 .Search2 {
	float:right;
	margin-right: 0;
}

.tx-x4epublication-pi1 table.tablelist1 th.headrow.headrow_publicationquote{
	width: 430px;
}

.tx-x4epublication-pi1 table.tablelist1 th.headrow.headrow_year {
	width: 40px;
}

.tx-x4epublication-pi1 table.tablelist1 th.headrow.headrow_category_sub {
	width: 120px;
}

.tx-x4epublication-pi1 table.tablelist1 th.headrow.headrow_tx_tippps4eyes_pubmed {
	width: 80px;
}

