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

#mainnav{
	border-left: 100px solid;
}

#content-top
{
	height: 280px;
	border-left: 100px solid;
}

#unibas-logo
{
	float: left;
	height:140px;
	width:100px;
}

#picbar{
	height: 140px;
	background-position: 100px;
}

#footer ul{
	padding-right: 10px;
}

#bottom
{
	height: 150px;
	background-repeat: no-repeat;
	background-position: right;
}

/* ##################################################################### */
/* CONTAINERS
/* ##################################################################### */

#container1 /* News-Container "content-top-left" */
{
	float: left;
	width:500px;
	height:255px;
	padding:25px 25px 0 0;
	overflow: hidden;
}

html. * #container1 /* IE 5.5 fix */
{
	width:550px;
	height:280px;
}

#container2 /* Container mit Adresse "content-top-right" */
{
	float: left;
	width:275px;
	height:255px;
	padding:25px 25px 0 25px;
	overflow: hidden;
}

html. * #container2 /* IE 5.5 fix */
{
	width:325px;
	height:280px;
}

/* ##################################################################### */
/* OTHERS
/* ##################################################################### */

/* content home */

#content-top h1, #content-top h3
{
	height: 15px;
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

.events-date
{
	color:#ffffff;
	font-weight:bold;
}

.news-latest-item{
	margin-bottom: 10px;
}