
/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */


body, html {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.3;
	min-width: 1000px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
}

form, ul {
	margin:0;
	padding:0;
}



/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */


#header-container {
	position: relative;
	height:100px;
}

#header-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: auto;
	background-image: url(../images/ie7_hack.gif);
	background-repeat: no-repeat;
	zoom: 1;
	z-index: 55;
}

#title {
	margin:20px 0 0 20px;
	width:400px;
	height:64px;
}

#logo {
	position: absolute;
	width: 240px;
	height: 100px;
	top: 0;
	right: 0;
	text-align:right;
	padding-right: 26px;
	z-index: 50;
}

#topnav {
	/*width:420px;*/
	height:17px;
	text-transform: uppercase;
}

#mainnav
{
	height:auto;
	min-height:30px;
	border-left:100px solid;
	font-size:11px;
}

#footer {
	height:20px;
}

#footer ul
{
	height:16px;
	padding-top:4px;
	padding-left: 15px;
}

#homepage #footer ul {
	border-left: 725px solid;
}

* html #footer-left /* 3 pixel gap: all IE except IE 7 */
{
	margin-right:-3px;
}

html. * #footer-left /* IE 5.5 fix */
{
	height:20px;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
	padding-left: 10px;
}

#footer a {
	font-weight: normal;
}

html. * #footer-right /* IE 5.5 fix */
{
	height:20px;
}

#bottom {
	background-repeat:repeat-x;
	text-align: right;
}


#content-top ul, #content-bottom ul{
	list-style-type: none;
	list-style-image: url(../images/quicklinks_bullet.gif);
}


/* ##################################################################### */
/* CLASSES
/* ##################################################################### */


/* Title link */

#title a
{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

#title a:hover
{

}


/* IE fix */

#logo img, #unibas-logo img
{
	vertical-align:top;
}


/* Clearer class */

.clearer {
	clear:both;
	height: 0px;
	width: 0px;
}

/* ##################################################################### */
/* MENUs
/* ##################################################################### */

/* Top navigation */

#topnav ul {
	float:left;
	/*width:380px;*/
	height:17px;
	padding:0 0 0 20px;
	margin:0;
	list-style-type:none;
}

#topnav ul li {
	float:left;
	padding:2px 30px 0 0;
}

#topnav a {
	font-weight:bold;
	text-decoration:none;
}

#topnav .language {
	padding-right: 5px;
}

#topnav .last{
	padding-right: 30px;
}

#topnav ul li.active a, #topnav ul li a:hover {
	text-decoration:none;
}


/* Main navigation */

#content-border #tools{
	border-bottom: 5px solid #666666;
}

#mainnav #tools, #content-border #tools {
	padding: 0 0 0 45px;
	margin: 0;
	list-style-type:none;
	background-color: #FFFFFF;
	height: 36px;
	/*overflow: hidden;*/
}

#mainnav #tools li, #content-border #tools li {
	padding: 9px 0 0 10px;
	float: left;
}

#mainnav #tools{
	position: absolute;
	left: 815px;
	top: 140px;
	background-color: transparent;
	min-width: 105px;
}

#flexcontent .flexcontsingleToolbox #tools{
	float: right;
	position: relative;
	top: 40px;
	height: 30px;
	left: auto;
	margin-right: 10px;
	z-index: 100;
}

#mainnav ul {
	overflow: hidden;
	padding:0;
	margin:0;
	list-style-type:none;
}

#mainnav ul li, #mainnav ul li.act {
	float:left;
	padding:0 0 0 25px;
	line-height: 30px;
}

#mainnav a
{
	font-weight:bold;
}

#mainnav ul li.active a, #mainnav ul li a:hover
{
	text-decoration:none;
}

/* sub nav */
#subnav {
	float: left;
	width: 216px;
	font-size: 11px;
	border-top: 1px solid;
	border-right: 0px solid;
}

#subnav img {
	vertical-align: middle;
}

#subnav a {
	line-height: 12px;
	display: block;
	width: 100%;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:normal;
	border-bottom: 1px solid;
	background-repeat: no-repeat;
	background-position: 9px 10px;
}

#subnav ul {
	list-style-type: none;
	padding: 25px 0 25px 0;
}

#subnav ul li{
	padding-right: 5px;
}

#subnav .active a {
	font-weight:bold;
}

/* Sub-Navigation Level 2 */
#subnav ul li ul {
	padding: 0;
}

#subnav ul li.active ul li a {
	font-weight:normal;
	padding-left: 45px;
	width: 171px;
	background-position: 30px 10px;
}

#subnav ul li.active ul li.active a {
	font-weight:bold;
	background-position: 30px 6px;
}

#subnav ul li.active ul li.active img {
	margin-right: 7px;
}

/* Sub-Navigation Level 3 */
#subnav ul li.active ul li.active ul li a {
	padding-left: 69px;
	font-weight:normal;
	width: 147px;
	background-position: 56px 10px;
}

#subnav ul li.active ul li.active ul li.active a {
	font-weight: bold;
}

/* Sub-Navigation Level 4 */
#subnav ul li.active ul li.active ul li.active ul li a {
	padding-left: 93px;
	font-weight:normal;
	width: 123px;
	background-position: 80px 10px;
}

#subnav ul li.active ul li.active ul li.active ul li.active a {
	font-weight: bold;
}

#subnav-unibas-logo {
	height: 174px;
}

#subnav-unibas-logo a {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

#subnav-unibas-logo img {
	text-align:center;
}

#unibas-link,#unispital-link{
	margin-bottom: 60px !important;
}

#uni-link{
	margin: 0px !important;
	display: none;
}

/* ##################################################################### */
/* Content
/* ##################################################################### */

#content-container {
	min-width: 1005px;
	background-repeat: repeat-y;

}

#content-wrap {
	background-repeat: repeat-y; /* last change */
}

#content {
	float: left;
	width: 493px;
	margin: 0;
	border-top: 10px solid;
	/* border-left: 10px solid; */
	margin-left: 10px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 15px;
	min-height: 500px;
}

#content h1, #content-border h1 {
	font-size: 14px;
	height: auto;
	line-height: 1.5;
	border-bottom: 1px solid;


}

#content .content-element {
	padding-bottom: 25px;
}

#content div.content-element form div{
	padding-bottom: 5px;
}

#content div.content-element form #recaptcha_widget_div div {
    padding-bottom: 0;
}

#content div.content-element form div label{
	display: block;
	float: left;
	padding-right: 10px;
	width: 80px;
}

#content h1 {
	margin: 0px -25px 25px -25px;
	padding: 12px 25px 8px;
	font-weight: normal;
}

#content h1.csc-firstHeader, #content-border h1.csc-firstHeader {
	margin-top: 0;
}

#content h2, #content-border h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 9px 0;
}

#content h3 {
	font-weight: normal;
	font-size: 11px;
}

#content p {
	margin-bottom: 15px;
}


#content ul {
	padding: 0;
	list-style-type: none;
}


#content ul li {
	list-style-type: disc;
    margin-left: 15px;
}

#content ol {
	padding: 0 0 0 19px;
}

#content a, #content-border a {
	font-weight: normal;
}

#content-border p, #content-border .filelinks{
	font-size: 11px;
	padding-left: 21px;
	padding-right: 0;
}

#content-border .filelinks {
	padding-left: 9px;
	padding-top: 5px;
}

#content-border h2,#content-border h3,#content-border h1 {
	font-size: 11px;
	padding-left: 21px;
	padding-right: 21px;
	margin-right: -5px;
}


#content-border {
	border-top: 10px solid;
	float: left;
	width: 207px;
	margin: 0;
}

#content-border div.content-element{
	width: 202px;
	padding-right: 5px;
}

#content-border p {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content-border h1 {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background-repeat: no-repeat;
/* 	background-position: 9px 13px; */
	font-weight: normal;
	margin-bottom: 0;
	min-height: 19px;
	padding-top: 17px;
	background-image: url("../images/content_border_h1.gif");
    background-position: 7px 20px;
    background-repeat: no-repeat;
}

#content-border h1.csc-firstHeader {
	margin-bottom:5px;
	border-bottom: 1px solid;
	padding-left: 21px!important;
}

#content-border h3  /* Abstand in rechter Spalte kleiner */
{
 margin-bottom: 5px;
}

#content-border ol{
	padding-left: 47px;
}

#content-border ul{
	padding-left: 42px;
}

.filelinkType {
	text-transform: uppercase;
}

/* misc */

.bold
{
	font-weight:bold;
}

.padding /* padding at the bottom of the site */
{
	height:0px;
}


/* content home */

.csc-menu
{
  margin-top: 5px;
	margin-left:15px;
	width:auto;
}

* html .csc-menu csc-menu-def /* All IE except IE7 */
{
	margin-left:16px;
}

*+html .csc-menu csc-menu-def /* IE 7 */
{
	margin-left:16px;
}

.container-border-top /* Oberer Rand des News-Containers */
{
	margin-left:565px;
	height:23px;
	border-bottom:7px solid #ffffff;
}

html. * .container-border-top /* IE 5.5 fix */
{
	height:30px;
}

/* tt_news */

.news-latest-item,
.news-list-item
{
	margin-bottom:5px;
}

.news-latest-item p
{
	margin:0;
}

.news-latest-date, .events-latest-date
{
	font-weight:bold;
}


/* Ajax-News-Container */

#news_details
{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background-color:#ffffff;
	width:430px;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA;
}

#close-container {
	height:20px;
	width:430px;
	background-color:#eaeaea;
}

#close {
	display:block;
	width:20px;
	height:20px;
	float:right;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../images/news_close.gif);
}

#close:hover {
	background-image:url(../images/news_close_over.gif);
}

#news_content
{
	padding:20px;
}

#news_content .news-single-timedata
{
	float:right;
}

#news_content h2
{
	margin-bottom:15px;
	font-size:11px;
}

#news_content h3
{
	font-size:10px;
}

#news_content .news-single-img
{
	float:right;
	padding-left:10px;
}

#content div.content-element div.left-column,
#content div.content-element div.right-column {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
#content div.content-element div.left-column {
	display: inline;
	float: left;
}
#content div.content-element div.right-column {
	display: inline;
	float: right;
	margin-left: -5px;
}
#content div.content-element div.left-column .flex-column-content {
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
}
#content div.content-element div.right-column .flex-column-content {
	padding-left: 25px;
}
#content div.content-element div.left-column h1 {
	margin: 0 -10px 25px -25px;
}
#content div.content-element div.right-column h1 {
	margin: 0 -25px 25px -25px;
}

#content div.content-element table.contenttable{
	border-collapse: collapse;
	width: 100%;
	margin-left: 0px;
}

#content div.content-element table.contenttable td{
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#content div.content-element table.contenttable td p{
	margin: 0px;
}

select, input, textarea {
	border: 1px solid #000000;
	background-color: #dddddd;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumb {
	display: none;
}

/* ############################################ */
/* ##             Personendatenbank          ## */
/* ############################################ */
.tx-x4epersdb-pi1 .office {
	margin-top: 10px;
}

.tx-x4epersdb-pi1 .image {
	width: 140px;
	float: left;
}

.tx-x4epersdb-pi1 .function {
	width: 375px;
	float: left;
	margin-bottom: 20px;
}

.tx-x4epersdb-pi1 .phonenumbers .phonelabel {
	width: 100px;
	float: left;
}

.tx-x4epersdb-pi1 .phonenumbers .phonenumber {
	width: 200px;
	float: left;
}


.tx-x4epersdb-pi1 table.tablelist {
	margin: 0 0 3px 0;
	width: 100%;
}
.tx-x4epersdb-pi1 table.tablelist th {
	text-align: left;
	padding-left: 15px;
}
.tx-x4epersdb-pi1 table.tablelist th.title {
	text-align: left;
	padding: 0px;
	height: 27px;
	width: 100%;
}
.tx-x4epersdb-pi1 table.tablelist td {
	padding: 3px 15px;
	margin: 1px;
	border-bottom: 1px solid #F1F0EB;
	border-left: 1px solid #F1F0EB;
	border-top: 0px;
	border-right: 0px;
	vertical-align:top;
}
.tx-x4epersdb-pi1 table.tablelist .tableheader td {
	font-weight:bold;
}

.tx-x4epersdb-pi1 table.tablelist td p {
	padding-left: 0;
	padding-right: 0;
}
.tx-x4epersdb-pi1 table.tablelist td.edit {
	vertical-align:middle;
	font-weight:bold;
	white-space:nowrap;
}

.tx-x4epersdb-pi2 {
	padding: 5px 21px 18px 9px;
}

.tx-x4epersdb-pi2 ul {
	padding-left: 2px !important;
	list-style-type: none;
}

.tx-x4epersdb-pi2 ul li.active a{
	font-weight: bold !important;
}

.no-wrap {
	white-space:nowrap;
}


/* ############################################ */
/* ##     Forschungsgruppendatenbank         ## */
/* ############################################ */
.tx-x4eresearch-pi1 .tx-x4eresearch-pi1-grouplead {
	width: 190px;
}

/* ############################################ */
/* ##             Publikationsdatenbank      ## */
/* ############################################ */
.tx-x4epublication-pi1 .tablelist {
	width: 100%;
}

.tx-x4epublication-pi1 .tablelist td {
	padding: 3px;
}

/* ############################################ */
/* ##             Projektdatenbank           ## */
/* ############################################ */
.tx-x4euniprojectsgeneral-pi1 .tablelist {
	width: 100%;
}

.tx-x4euniprojectsgeneral-pi1 .tablelist td {
	padding: 3px;
	vertical-align: top;
}

.tx-x4euniprojectsgeneral-pi1 .tablelist th{
	text-align: left;
	padding: 3px;
	font-weight: normal;
}

.tx-x4euniprojectsgeneral-pi1 .tablelist th a{
	color: black;
}


/* ############################################ */
/* ##             Dokumentendatenbank        ## */
/* ############################################ */
#content .tx-x4edamcatfilelist-pi1 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 10px;
}

#content .tx-x4edamcatfilelist-pi1 h2 {
	padding: 0;
	margin-bottom: 3px;
}

#content .tx-x4edamcatfilelist-pi1 ul li ul {
	padding-left: 15px;
}

#content div.csc-textpic-text ul{
	margin-bottom: 5px;
}

#content div.csc-textpic figcaption {
	padding-left: 15px;
}

.single-column{
	width: 725px !important;
}

.tx-x4epersdb-pi3-layout-8 img {
	margin-top: 3px;
}

/* ############################################ */
/* ##             TIPAFRIEND			     ## */
/* ############################################ */

#content table.tipafriend td{
	text-align: left;
	vertical-align: top;
}

#content table.tipafriend td img{
	margin: 0px;
}

#content table.tipafriend td span.tx-srfreecap-pi2-cant-read{
	color: #000000;
}

#content table.tipafriend td.error{
	background-color: #CC0000;
}


/*  Ajax Drucken ein/ausblenden */

#ajax-print{
	display: none;
}

div.home #ajax-print{
	display: block;
}


.left-column-flex,
.right-column-flex {
	margin: 0;
	padding: 0;
}
.left-column-flex {
	display: inline;
	float: left;
	width: 70%;
}
.right-column-flex {
	display: inline;
	float: right;
	margin-left: -5px;
	width: 30%;
}
.left-column-flex .flex-column-content {
	border-right: 1px solid #ffffff;
	padding-right: 10px;
}
.right-column-flex .flex-column-content {
	padding-left: 25px;
}
#content .left-column-flex h1 {
	margin: 0 -10px 25px -25px;
}
#content .right-column-flex h1 {
	margin: 0 -25px 25px -25px;
}


.csc-frame-frame2{
	margin-bottom: -25px!important;
}


div.tx-felogin-pi1 fieldset{
	margin-top: 10px;
	margin-left: 0px;
	border: 0 none;
	padding-left: 0;
}

div.tx-felogin-pi1 legend{
	display: none;
}

div.tx-felogin-pi1 fieldset label{
	margin-right: 15px;
}

#pollAnswerWrap input, #pollAnswerWrap label{
	float:left;
}

#pollAnswerWrap label{
	padding-top: 2px;
}

fieldset.csc-mailform{
	border: 0px;
}

.csc-mailform-radio legend{
	display: none;
}

.csc-mailform-radio fieldset{
	margin:0;
	padding:0;
	border:0;
}

.csc-mailform-radio input{
	float:left;
	clear:both;
	margin-top: 2px;
	background: none;
	border:0;
}

.csc-mailform-radio label{
	float:left;
	padding-left: 16px;
}

.csc-mailform-field{
	width: 510px;
	float:left;
}

#ks-footer-logo{
	float:left;
	margin: 72px 0 0 25px;
}

#uni-footer-logo{
	float:left;
	margin: 50px 0 0 88px;
}


/* ########### Login on every page ########### */

.loginform-top {
	background-color:#333333;
	color:#FFFFFF;
	height:17px;
	left:500px;
	position:absolute;
	top:83px;
	display: none;
	text-transform: none;
}

.loginform-top label{
	display: inline;
}

.loginform-top div{
	float: left;
	margin-right: 5px;
}

.loginform-top div.username{
	margin-top: 2px;
}

.loginform-top input{
	border: 0px solid #000;
	margin-top: 1px;
	height: 14px;
	background-color: transparent;
	color: #FFFFFF;
}

.loginform-top input.login-text{
	height: 12px;
	color: #000000;
	background-color: #DDDDDD;
}




#unibas_logo_head{
	display: none;
	float: left;
}

#content .contenttable{
	max-width: 530px;
}

#content-wrap .single-column .contenttable{
	max-width: 740px;
}

#content .tx-x4epersdb-pi3 h2{
	margin-bottom: 8px;
}

.tx-x4epersdb-pi3-layout-10{
	margin-bottom: 10px;
}

.news-list-item span,
.news-latest-item span{
	display:block;
}

.news-latest-item-inline span,
.news-latest-item-inline a,
.news-latest-item-inline span,
.news-latest-item-inline a{
	display:inline!important;
}

.news-latest-item .news_date,
.events-list-item .news_date{
	font-weight: bold;
}

/** TEMP ReCAPTCHA fix // 08.12.2011 ***/
.recaptchatable * {
	left: 0 !important;
}

/* ###########################
 * #  NEW TOOLBOX
 * ###########################
 */
#mainnav #tools,
#content-border #tools {
    display: block;
}

#content-border #tools {
    border-color: #4c91bd;
}

#content-border #tools {
    padding-left: 10px;
}
#mainnav #tools ul,
#content-border #tools ul {
    position: absolute;
    left: -999em;
	padding: 0px 7px 7px 0px;
    list-style-type: none;
    background-color: #ffffff;
}
#mainnav #tools li:hover ul,
#content-border #tools li:hover ul {
	left: auto;
}
#mainnav #tools li ul li,
#content-border #tools li ul li {
    float: none;
	white-space: nowrap;
}
#mainnav #tools li ul a,
#content-border #tools li ul a {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
}
#mainnav #tools li ul li .toolbar-icon,
#content-border #tools li ul li .toolbar-icon {
    *display: inline-block;
}
#mainnav #tools li ul img,
#content-border #tools li ul img {
	vertical-align: top;
}



#tools .toolbar-icon {
	display: inline-block;
	*display: block;
	zoom: 1;
	width: 21px;
	height: 20px;
	font-size: 1px;
	line-height: 1;
	text-indent: -9999px;
	text-transform: capitalize;
	vertical-align: middle;
	background-image: url(../images/icon-sprite-toolbar.png);
	background-repeat: no-repeat;
}
#tools .icon-increase-font-size {
	background-position: 0 0;
}
#tools .icon-decrease-font-size {
	background-position: -21px -20px;
}
#tools .icon-tip-a-friend {
	background-position: 0px -40px;
}
#tools .icon-print {
	background-position: -21px -40px;
}
#tools .icon-rss {
	background-position: -42px 0px;
}
#tools .icon-rss-news {
	background-position: -42px -21px;
}
#tools .icon-rss-events {
	background-position: -42px -21px;
}




button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
	padding:0;
	border:0;
}
#content div.content-element form .row label {
	float: none;
	display: inline;
}
form {

}
form input[type="text"] {

}
form .row {
	margin: 0 0 14px 0;
	padding: 0 0 5px 0;
	clear: both;
}
form .row.seamless {
	margin: 0;
}

form .row.radio input[type="radio"] {
	display: inline;
	float: left;
	margin-right: 5px;
	vertical-align: top;
}
form .row.radio label {
	display: block;
	margin: 0;
	padding: 0;
}
#content div.content-element form .row.radio label {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}


.tx-macinasearchbox-pi1 input[type="text"],
.tx-x4egooglesearch-pi1 input[type="text"],
.tx-x4emultsearch-pi1 input[type="text"] {
	margin-right: 4px;
	width: 140px;
	height: 16px;
	line-height: 16px;
}
.tx-macinasearchbox-pi1 input[type="text"],
.tx-x4egooglesearch-pi1 input[type="text"],
.tx-x4emultsearch-pi1 input[type="text"],
.tx-macinasearchbox-pi1 input[type="submit"],
.tx-x4egooglesearch-pi1 input[type="submit"],
.tx-x4emultsearch-pi1 input[type="submit"] {
	vertical-align: middle;
}
.tx-macinasearchbox-pi1 input[type="submit"],
.tx-x4egooglesearch-pi1 input[type="submit"],
.tx-x4emultsearch-pi1 input[type="submit"] {
	height: 20px;
	padding: 0 6px;
}




/******************************************************************************
 *     Fixes for mobile and in general
 ******************************************************************************/
#content-top {
	clear: both;
}
table.contenttable,
table.tablelist {
	width: 100% !important;
	height: auto !important;
	/*table-layout: fixed;*/
	word-wrap: break-word;
}
