
/* @group Bars */

html, body{
	height:100%;
}

#verticalBar{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 205px;
	height:  100%;
	background-color: #333;
	z-index: 1;
}

#horizontalBar{
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	height: 105px;
	background-color: #900;
	z-index: 2;
}


#roelpic{
	position: absolute;
	top: 22px;
	height: 133px;
	width: 100px;
	z-index: 3;
	bottom: 600px;
	right: 25px;
	background-image: url(../pics/roel.jpg);
}

#topText{
	position: absolute;
	top: 22px;
	right: 130px;
	text-align: right;
	color: #333;
	font: 19px Arial,sans-serif;
}

img.barPic{
	position: absolute;
	top: 50px;
	height: 105px;
	width: 205px;
	z-index: 3;
	bottom: 600px;
	left: 25px;
}

/* @end */

/* @group footer */

#footer{
	display: none;
}

/* @end */



/* @group Content */

#content{
	font-family: Arial,sans-serif;
	border-left: 205px solid #333;
	padding-left: 25px;
	padding-top: 5px;
	text-align: justify;
	padding-bottom: 0;
	margin-top: 155px;
	margin-left: 17px;
	margin-right: 25px;
	bottom: 0;
	top: 0;
}

#content a:link, a:visited {
	color: #900;
}

#content h1{
	color: #900;
}

#content p{
	color: #333;
}

#content .annotatedFigure{
	clear: both;
	position: relative;
}

#content .annotatedFigure img {
	float: left;
	position: relative;
	clear: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#content .annotatedFigure p {
	left: 40px;
}

/* @end */

/* @group Menu */

.menu{
	width: 195px;
	z-index: 4;
	position: absolute;
	top: 180px;
	left: 0px;
}

.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 35px;
}

.menu li a:sub{
	left: 25px;
}
	
.menu li a{
	font: normal 16px/24px Verdana, Arial, Helvetica, sans-serif;
	display: block;
  height: 24px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	color: white;
}	
	
.menu li a:link, .menu li a:visited {
	color: white;
}

.menu li a:hover{
	color: #900;
	font-weight: bold;
}

	
.menu li a.selected{
	color: white;
	font-weight: bold;
}

/* @end */

/* @group bibliography */

#PublicationsList {
	text-align: justify;
	font: small/1.166 Arial,sans-serif;
}

#PublicationsList li {
	margin: .9em 0
}

#PublicationsList li a:link {
	text-decoration: underline;
	color: #900;
}

.paper, .project, .supervisedThesis, .presentation {
	padding-bottom: 1px;
	color: #323232;
}

.paper .title{
	font-weight: bold;
	color: #900;
}

.paper .venue{
	font-weight: bold;
}

.paper .authors{
	font-style: italic;
}

/* @end */

