#nav-right {
  width:20%;
  float: right;
}


#headerbanner {
	width: 100%;
	text-align: center;
	height: 94px;
	background-color: #fff;
	margin: 0 auto;
	display: block;
	background-image: url(http://static.uva.nl/gfx/logo.png);
	background-repeat: no-repeat;
	background-position: 30% 45%, 40% 80%, 10px 10px;
}

#banner {
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #333;
	margin: 0 auto;
}


#banner h1, h2 {
	font-family: Verdana;
}

#banner h2 {
	font-size: 12pt;
	color: #CE2B37;
}

#banner h1 {
	font-size: 12pt;
	color: #fff;
	line-height: 27px;
}


#nav-left {
  width:20%;
  float: left;
}

#exercise {
  float: left;
}

body {
	background-image: url(../theme/patchwork_websitepng.png);
}

a {
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-style: normal;
}

/*Basic reset*/
* {margin: 0; padding: 0;}

#accordian {
	background: #CE2B37;
	width: 200px;
	margin: 0px auto 0 auto;
	color: white;
}
/*heading styles*/
#accordian h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #444; 
	border-bottom: 3px solid #555;
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px #000;
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #d1d1d1;
	border-left: 5px solid #444;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

.container {
	width:1000px;
	height:100%;
  	padding:0;
  	margin:0 auto;
  	overflow: hidden;
  	background-color: white;
}
