/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */


#content {
	font-size:10px;
}

#content h1 {
	font-size: 14px;	
}

#content h2 {
	font-size: 11px;
}

#content h3 {
	font-size: 11px;
}



body, html {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:130%;
	min-width: 990px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #006699;
}

form, ul {
	margin:0;
	padding:0;
}


input[type="radio"]{
	background: none;
	border: 0;
}


/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */


#header-container {
	height:100px;
}

#header-left {
	float:left;
	height: 100px;
	width:625px;
}

#title{
	margin:22px 0 0 19px;
	width:400px;
	height:61px;
	font-size: 11px;
	text-transform: uppercase;
}

#logo {
	width:240px;
	height:91px;
	float:right;
	text-align:right;
	padding-right: 22px;
	padding-top: 9px;
}

#topnav {
	width:570px;
	height:17px;
	text-transform: uppercase;
}

#mainnav
{
	height:30px;
	border-left:100px solid;
	font-size:11px;
	margin-bottom: 1px;
}

#footer {
	height:20px;
	width: 100%;
}

#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;
}

#footer a {
	font-weight: normal;
}

html. * #footer-right /* IE 5.5 fix */
{
	height:20px;
}

#bottom {
	background-position:right;
	background-repeat:no-repeat;
	height:150px;
	text-align: right;
	width: 100%;
	float: left;
}

#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;
	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:570px;
	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 #7f99b2;
}

#mainnav #tools, #content-border #tools {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type:none;
	background-color: #FFFFFF;
	height: 36px;
	overflow: hidden;
}

#tools li ul {
	background-color:#FFFFFF;
	left:-999em;
	list-style-type:none;
	position:absolute;
}

#mainnav #tools li, #content-border #tools li {
	padding: 10px 0 0 10px;
	float:left;
}

#mainnav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-transform: uppercase;
}

#mainnav ul li, #mainnav ul li.act {
	float:left;
	padding:10px 0 0 25px;
}

#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;
	min-height: 1px;

	/*border-top: 1px solid;*/
	border-right: 0;
	/*border-bottom: 5px solid;*/
}

#subnav img {
	vertical-align: middle;
	margin-right: 10px;
}

#subnav a {
	line-height: 15px;
	display: block;
	width: 197px;
	padding-left: 19px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight:normal;
	border-bottom: 1px solid;
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

#subnav .last a {
	border-bottom: 0;
}

#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: 32px 8px;
}

#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: 57px;
	font-weight:normal;
	width: 159px;
	background-position: 44px 8px;
}

#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: 69px;
	font-weight:normal;
	width: 148px;
	background-position: 56px 8px;
}

#subnav ul li.active ul li.active ul li.active ul li.active a{
	font-weight: bold;
}

#subnav-unibas-logo {
	padding: 45px 0 45px 0;
	text-align: center;
}

#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 {
	background-repeat: repeat-y;

}

#content-wrap {
	background-repeat: repeat-y; /* last change */
}

#content {
	float: left;
	width: 518px;
	margin: 0 0 25px 10px;
	border-top: 10px solid;
	/* border-left: 10px solid; */
	font-size: 11px;
	padding-left: 15px;
	padding-right: 9px;
	line-height: 15px;
	min-height: 500px;
	height:auto !important;
	height:500px;
}

#content h1, #content-border h1 {
	font-size: 14px;
	height: auto;
}

#content .content-element {
	/*padding-bottom: 25px;*/
}

#content div.content-element form div{
	padding-bottom: 5px;
}

#content div.content-element form div label{
	display: block;
	float: left;
	padding-right: 10px;
	width: 80px;
}

#content h1 {
	margin: 0px 0px 25px 0;
	padding: 9px 15px 9px 13px;
	line-height: 18px;
}

#content h1.csc-firstHeader{
	margin-top: 0;
	margin-left: -15px;
	margin-right: -8px!important;
}

}

#content h2, #content-border h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 9px 0;
}

#content h3 {
	font-weight: bold;
	font-size: 11px;
}

#content p {
	margin-bottom: 15px;
}

#content ul {
	margin: 0;
	padding: 0 25px 0 18px;
	list-style-type: none;
	list-style-image: url("../images/ul.gif");
}

#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: 20px;
	padding-right: 20px;
	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: 11px;
	padding-top: 1px;
}

#content-border h1 {
	border: none;
	border-bottom: 1px solid;
	background-repeat: no-repeat;
	background-position: 7px 27px;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 20px;
	padding-top: 25px;
}

#content-border h1.csc-firstHeader {
	margin-bottom:20px;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 20px;
	margin-top: 3px!important;
}

#content-border h3  /* Abstand in rechter Spalte kleiner */
{
 margin-bottom: 5px;
}

#content-border ol{
	padding-left: 26px;
}

#content-border ul{
	padding-left: 20px;
}

.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
{
	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 {
	padding: 0px !important;
	float: left;
	width: 254px;
	margin-right: 5px;
	margin-bottom: 20px;
}

#content div.content-element div.left-column{
	width: 253px;
	border-right: 1px solid #FFFFFF;
}

#content div.content-element div.left-column h1{
	margin-right: 0px;
	padding-right: 10px;
	width: 243px;
}

#content div.content-element div.right-column h1{
	margin-left: -5px;
	padding-left: 5px;
	margin-right: -30px;
	padding-right: 30px;
}

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;
	/*height: 160px;*/
	float: left;
}

.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: 1px solid #F1F0EB;
	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;
}

.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-text ul li{
	margin-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;
}

div.left-column-flex{
	width: 383px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}

#content div.left-column-flex h1.csc-firstHeader{
	/*background-color: #333333 !important;*/
	margin-right: -4px;
	padding-right: 5px;
}

#content div.right-column-flex h1.csc-firstHeader{
	/*background-color: #CCCCCC !important;*/
	margin-left: -5px;
	padding-left: 5px;
}

div.right-column-flex{
	width: 125px;
	padding-left: 5px;
	padding-right: 0px;
	float: left;
}

.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;
}

.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: 534px;
	float:left;
}

#ks-footer-logo{
	float:left;
	margin: 39px 0 0 29px;
}

#uni-footer-logo{
	float:left;
	margin: 57px 0 0 25px;
}

#subnavSelectbox{
	width: 176px;
	/*padding: 12px 20px 12px 20px;*/
}

#leftColumn{
	float: left;
	width: 216px;
	/*height: 1px;*/
}

#subnavSelectbox select{
	width: 176px;
	margin: 14px 0 0 15px;
	background-color: #FFFFFF;
}

#subnavSelectbox .tx-x4edivision-pi1{
	background-color: #99b2c7;
	height: 45px;
	width: 216px;
	border-bottom:1px solid #CCE0EB;
	margin-bottom:0px;
}

#rightColumn ul{
	float: left;
	font-size: 11px;
	margin: 51px 0 0 -207px;
	list-style-type: none;
	background-color: #c2dae7;
	padding: 25px 0 25px 0;
}

#rightColumn ul a{
	line-height: 15px;
	display: block;
	width: 186px;
	color: #000033;
	padding-left: 21px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight:normal;
	border-bottom: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

#rightColumn ul a:hover{
	color: #006699;
}

#rightColumn ul .last a {
	border-bottom: 0;
}

#rightColumn ul li.active a {
	font-weight: bold;
}

#layout-test {
	background-image: url(../images/design.png);
	/*background-image: url(../images/design_start.png);*/
	height: 1000px;
	/*height: 800px;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
}

.tx-x4epersdb-pi3-layout-1{
	margin-bottom: 15px;
	float:left;
	width:100%;
}

.overviewBox{
	text-align: center;
	margin-bottom: 50px;
}

.overviewBox ul{
	border-top: 1px solid #d9e8f0;
	border-bottom: 1px solid #d9e8f0;
	padding: 20px 0!important;
	list-style-image: none!important;
}

.overviewBox ul li{
	font-size: 14px!important;
	display:inline-block;
	line-height: 30px;
}

.overviewBox ul li a{
	color: #000000;
	font-weight: bold!important;
	padding-left: 15px;
	margin-right: 20px;
	background: url(../images/ul.gif) no-repeat 0 4px;
}

.overviewBox h1{
	font-family: verdana,arial,sans-serif!important;
	font-size: 24px!important;
	font-weight: normal;
	padding-top: 8px!important;
	height: 19px!important;
	margin-right: 0px!important;
	margin-bottom: 1px!important;
	background: #FFFFFF url(../images/overview_bg.gif) repeat-x;
	height: 36px;
}

.overviewBox h1 span{
	background: url(../images/over_head_bull.gif) no-repeat 0px 6px;
	padding-left: 23px;
}

.overviewBox h1 span a{
	color: #000000!important;
}

#content .news-latest-container{
         margin: 30px 0;
}

#content #container1 .news-latest-container{
         margin: 0;
}

#content .content-element ul{
	margin-bottom: 20px;
}

.tx-x4edivision-pi1{
     margin-bottom:25px;
}

fieldset.csc-mailform{
	border: 0 none;
}

#content .left-column h1.csc-firstHeader{
	width: 227px!important;
	border-right:19px solid #FFFFFF;
}

#content .right-column .news-latest-container{
	margin-left: 7px;	
}
	
#content .right-column h1.csc-firstHeader{
	width: 237px!important;
	padding-left: 12px!important;
	padding-right: 23px!important;
}

#content .left-column h1.csc-firstHeader,
#content .right-column h1.csc-firstHeader{
	margin-top: -10px;
	padding-top:18px;
}

.tx-x4epersdb-pi1 table p{
	margin: 0!important;	
}

.tx-x4epersdb-pi1 table{
	border: 1px solid #F1F0EB;
	border-collapse: collapse;
}

.tx-x4epersdb-pi1 table.tablelist{
	border: 0 none;
}
	
.tx-x4epersdb-pi1 div.profile{
	float:left;
}

#leftColumn #subnavSelectbox{
	margin-bottom:0px;
}

.tx-x4epersdb-pi3 .tx-x4epersdb-pi3-layout-11{
	margin-bottom: 15px;
	height:145px;
}

#printLogo{
	display:none;
}


.news-latest-item h3,
.news-list-item h3{
	margin-bottom: 0;
}

.events-latest-item h2{
	margin: 0 0 0 0!important;	
}

.news-latest-item p,
.news-list-item p{
	margin-top: 0;
}

#container1 .tx-typoscript2ce-pi1{
	margin-top:-10px;
}

.right-column .content-element .tx-typoscript2ce-pi1,
.left-column .content-element .tx-typoscript2ce-pi1{
	margin-top:-13px;
}

div.changingDate{
	text-align:right;
	color:#848484;
	float:right;
}

#tools li:hover ul{
	left:auto;
	padding: 0 7px 7px 0;
}

#tools li li {
	float:none !important;
}


#content-border div.tx-x4epersdb-pi2 a {
	display: block;
	width: 186px;
	padding-left: 21px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-size:11px;
	color: #000000;
}

#content-border div.tx-x4epersdb-pi2 ul {
	list-style-type: none;
	padding: 25px 0 25px 0;
}

#content-border div.tx-x4epersdb-pi2 ul li{
	padding-right: 5px;
	margin-top:-9px;
}

#content-border div.tx-x4epersdb-pi2 {
	background-color:#c2dae7;
	border-color:#FFFFFF;
	width: 186px;
}


.tx-x4epersdb-pi2 {
	/*padding: 5px 21px 18px 9px;*/
	padding: 0 21px 18px 0;
}

.tx-x4epersdb-pi2 ul {
	list-style-type: none;
}

.tx-x4epersdb-pi2 ul li.active a{
	font-weight: bold !important;
	color: #000000!important;
}

#content-border div.tx-x4epersdb-pi2 .last a {
	border-bottom: 0!important;
}

#tx-x4edivision-guests {
	float:left;
	width:100%;
}





.contenttable{
	border-collapse: collapse;
}

.contenttable td{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

