/*
Bemerkung:
	color = Schriftfarbe
*/


/* Ganze Seite */
body {
	background-color:#ffffff;
	/* Standart Schriftfarbe */
	color:#000000;
	min-width: 1000px;
}

/* Grunds�tzliche Link Farbe */
a {
	color:#000000;
}

/* Gesamter Block oberhalb der Navigation */
#header {
	background-color:#ffffff;
	min-width: 1000px;
}

#header-left{
	width: auto;
}

#logo{
	width: 563px;
	padding-right: 15px;
}

#logo a img{
	margin-top: 15px;
}

.clear{
	clear:both;
}

/* ############################################ */
/* ##             Startseite                 ## */
/* ############################################ */
#container1{
	background-color:#FFFFFF;
	color: #000000;
}

#container1 h2{
	font-size: 14px! important;
}

#container2 {
	background-color:#cccccc;
	color: #000000;
	left: 411px;
	padding-top:0!important;
}

/* Oberer Rand des Containers ********** */
.container-border-top {
	border-bottom-color:#ffffff;
}

#container2 {
	border-top-color:#ffffff;
}

/* Links im Container 3 */
#container2 a{
	color:#ffffff;
}

/* ************************************* */

#container3, #unibas-logo {
	background-color: #e8f0d9 !important;
}

#container3 a{
	color: #669900;
}

#container4 {
	background-color:#b2cc7f;
}

#container4 a{
	color: #000000;
}

#container5 {
	background-color:#ffffff;
}

#container5 a{
	color: #669900;
}

#content-bottom {
	background-color: #ffffff;
}

#content-top{
	background-color: #cccccc;
}

/* ############################################ */
/* ##             Kopfzeile                  ## */
/* ############################################ */

/* Kopfzeile */
#topnav {
	background-color:#330033;
	width: 460px!important;
}

#topnav ul{
	width: 460px!important;
}

/* Link Farbe */
#topnav a {
	color: #ffffff;
}

/* Aktiver Link / Hover Effekt */
#topnav ul li.active a, #topnav ul li a:hover {
	color:#99cc00;
}

/* ############################################ */
/* ##             Hauptnavigation            ## */
/* ############################################ */

/* Hauptnavigation */
#mainnav {
	/* Farbe links von der Navigation */
	border-color: #ffffff;

	background-color:#856685;
}

/* Link */
#mainnav a {
	color: #FFFFFF;
}

/* Aktiver Link / Hover Effekt */
#mainnav ul li.active a, #mainnav ul li a:hover {
	color: #E8F0D9;
}

/* ############################################ */
/* ##             Unternavigation            ## */
/* ############################################ */

#subnav {
	/* D�nne Linie oberhalb der Navigation */
	border-color: #ebf5cc;
	background-color: #ebf5cc;
}

/* Link */
#subnav a {
	color: #000000;
	/* Line unterhalb der Links */
	border-color: #FFFFFF;
	background-position: 9px 10px;
}

#subnav a:hover, #subnav .active a:hover{
	background-color: #cae57a;
	text-transform: uppercase;
}

/* Hintergrund */
#subnav ul {
	background-color: #ebf5cc;
}

/* Aktiv */
#subnav .active a {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

/* 2. Ebene */
#subnav ul li.active ul li a {
	color: #669900;
	border-color: #ffffff;
	background-color: #f5fae6;
}

#subnav ul li.active ul li a:hover, #subnav ul li.active ul li.active a:hover{
	background-color: #cae57a;
	color: #000000;
}

/* Aktiv 2. Ebene */
#subnav ul li.active ul li.active a {
	color: #669900;
	border-color: #ffffff;
	background-color: #ffffff;
	font-weight: bold;
}

/* 3. Ebene */
#subnav ul li.active ul li a{
	background-color: #f5fae6;
	color: #669900;
	border-color: #ffffff;
}

#subnav ul li.active ul li a:hover, #subnav ul li.active ul li.active ul li.active a:hover{
	background-color: #cae57a;
	color: #000000;
}

/* Aktiv 3. Ebene */
#subnav ul li.active ul li.active ul li.active a {
	background-color: #ffffff;
	font-weight: bold;
}

/* ############################################ */
/* ##       Unibas-Logo (normale Seite)      ## */
/* ############################################ */
#subnav-unibas-logo {
	background-color: #b2cc7f;
}

#subnav-unibas-logo a:hover{
	background-color: transparent;
}

/* ############################################ */
/* ##             Inhalt    			     ## */
/* ############################################ */

#content-container, #content {
	background-color: #c2d699;
	/* farbe links und oberhalb des Inhalts */
	border-color: #f5f4f1;
}

#content{
	background-color: #FFFFFF;
}

/* �berschrift 1 */
#content h1, #content-border h1 {
	color: #FFFFFF;
	background-color: #cccccc;
	/* D�nne Linie unterhalb des Titels */
	border-color: #ffffff;
}

/* �berschrift 3 */
#content h3 {
	color: #999933;
}

/* Links */
#content a, #content-border a {
	color: #339999;
}

/* Randspalte */
#content-border {
	border-color: #000000;
	background-color: #ffffff;
}

/* Randspalte Absatz */
#content-border p, #content-border .content-element div {
	background-color: #ffffff;
}

/* Randspalte �berschrift 1 */
#content-border h1 {
	background-color: #ffffff;
	color: #999966;
}

/* Randspalte oberste �berschrift 1 */
#content-border h1.csc-firstHeader {
	border-color: #000000;
}

/* ############################################ */
/* ##             Fusszeile                  ## */
/* ############################################ */

#footer{
	background-color: #FFFFFF;
}

#footer ul{
	/* Farbe links von der Fusszeile */
	background-color:#330033;
}

div.home #footer ul{
	float: none;
	margin-left: 725px;
	min-width: 300px;
}

/* Links in der Fusszeile */
#footer a {
	color: #ffffff;
}

/* ############################################ */
/* ##             Abschluss                  ## */
/* ############################################ */
#bottom {
	background-color:#a9a9a9;
}

/* ############################################ */
/* ##             Personendatenbank          ## */
/* ############################################ */
.tx-x4epersdb-pi1 .tx-x4epersdb-pi1 table td {
	color: #606060;
}
.tx-x4epersdb-pi1 table tr {
	border-bottom-color: #B81D29;
}
table.tablelist td {
	background-color: #E5E4E0;
	border-bottom-color: #F1F0EB;
	border-left-color: #F1F0EB;
}
table.tablelist .odd td {
	background-color: #D2D2D0;
}
table.tablelist .tableheader td {
	background-color: #EEEDE7;
}


/* ############################################ */
/* ##      NEWS & EVENTS                     ## */
/* ############################################ */

/* Farbe der News-Titel */
#content-top .news-latest-item h3 a,#content-bottom .news-latest-item h3 a
{
	color: #000000;
}

/* Farbe der Daten der News */
.news-latest-date
{
	color:#000000;
}

/* Farbe des [mehr...]-Links der News */
#content-top .news-latest-item p a,#content-bottom .news-latest-item p a
{
	color: #000000;
}

/* Farbe der Veranstaltungs-Titel */
#content-top .events-latest-item h3 a,#content-bottom .events-latest-item h3 a
{
	color: #000000;
}

/* Farbe der Daten der Veranstaltungen */
.events-latest-date
{
	color:#FFFFFF;
}

/*Farbe des [mehr...]-Links der Veranstaltungen */
#content-top .events-latest-item p a,#content-bottom .events-latest-item p a
{
	color: #000000;
}

input.button {
	background-color:transparent;
	border:medium none;
}

#content div.content-element form div label {
	width:auto;
}

.tx-x4emutation-pi1 .formLabel{
	float:left;
	width: 195px;
	margin-right: 8px;
	margin-top: 10px;
}

.tx-x4emutation-pi1 .formData{
	float:left;
	width:315px;
	margin-top: 10px;
}

.tx-x4emutation-pi1 .formData input, .tx-x4emutation-pi1 .formData label, .tx-x4emutation-pi1 .formData .countries{
	float:left;
}

.tx-x4emutation-pi1 .formData input.validation-failed{
	float: none;
}

.tx-x4emutation-pi1 .formData .countries{
	width: 130px;
}

.tx-x4emutation-pi1 .validation-advice{
	color: #FF0000;
}

.famTable input, .indTable input{
	width: 49px;
}

.tx-srfeuserregister-pi1 dt{
	width: 135px!important;
}

.tx-srfeuserregister-pi1 dd.zip{
	width: 258px;
}

.tx-srfeuserregister-pi1 fieldset{
	width: 518px !important;
	margin-bottom: 30px;
}

label.tx-srfeuserregister-pi1-city {
	padding-left: 14px!important;
}

input.tx-srfeuserregister-pi1-city {
	width: 148px;
}

table.checkbox{
	width: 500px;
	float:left;
	margin-bottom: 25px;
}

input.tx-srfeuserregister-pi1-checkbox{
	border: 0 none;
}

#content fieldset.csc-mailform{
	border:0;
	margin-left: 0;
	padding-left:0;
}

#content .csc-mailform-field label{
	width: 70px!important;
}

#content .csc-mailform-field .csc-mailform-submit{
	margin-left: 80px;
}

#content-border .filelinks div{
	margin-bottom: 10px;
}

.search_results div{
	float:left;
	width: 640px;
}

.search_results div div {
	float:left;
	display:block;
	width:auto;
	font-size: 13px!important;
}

.spacer{
	overflow: hidden;
}

.tx-x4epibase-pi1 table th{
	text-align: left;
	font-size: 13px;

}

.tx-x4epibase-pi1 table .head a{
	font-weight: bold!important;
}

#tx-srfeuserregister-pi1-city{
	width: 99px;
}

.tx-srfeuserregister-pi1-submit{
	display: block;
	margin-top: 15px!important;
}