@import url(fonts/perspective/stylesheet.css);

html {
	min-height: 100%;
}
body {
	background: #fff;
	font-family: 'PerspectiveSansRegular', Arial, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	color: #333;
	min-height: 100%;
}
a {
	color: #f00;
}
.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	width: 1160px;
	min-height: 100%;
	background: transparent url(../gfx/sidebar_bg.png) no-repeat top left;
}
#sidebar {
	padding: 0 0 0 30px;
	width: 370px;
	float: left;
	height: 740px;
	background: transparent url(../gfx/sidebar_bg.png) no-repeat top left;
	z-index: 2;
	position: absolute;
}
.content {
/*	position: relative;*/
	float: left;
/*	width: 500px;*/
/*	width: 100%;*/
	overflow: hidden;
	z-index: 1;
	margin-left: 200px;
	padding-left: 80px;
	padding-top: 30px;
}
.space {
	margin-top: 43px;
}
#login,
.article {
	padding: 0px 30px 0px 110px;
}

.article h2 {
	font-family: 'PerspectiveSansBold', Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	margin: 1em 0 .5em 0;
}
.article h3 {
	font-family: 'PerspectiveSansItalic', Arial, Helvetica, Verdana, sans-serif;
}
.article h4 {
	font-family: 'PerspectiveSansBold', Arial, Helvetica, Verdana, sans-serif;
}
.article p {
	font-size: .9em;
	line-height: 1.7em;
	color: #333;
	text-align: justify;
}
.article hr {
	border: none;
	border-top: 1px #000 solid;
	margin: 20px 0 25px 0;
}
strong {
	font-family: 'PerspectiveSansBold', Arial, Helvetica, Verdana, sans-serif;
}
em {
	font-family: 'PerspectiveSansItalic', Arial, Helvetica, Verdana, sans-serif;
}
.article ul,
.article p,
.article h3,
.article h4 {
	margin-bottom: .8em;
}
.article li {
	list-style: disc inside;
/*	padding-left: 20px;*/
}

.project {
/*	padding-bottom: 120px;*/
}

h1 a {
	display: block;
	width: 316px;
	height: 47px;
	text-indent: -99999em;
	background: transparent url(../gfx/logo.gif) no-repeat top left;
	margin: 50px 0 30px 0px;
}
#disciplines {
	width: 316px;
	height: 140px;
	text-indent: -99999em;
	background: transparent url(../gfx/disciplines.gif) no-repeat top left;
}
#sidebar ul ul {
	margin-left: 20px;
}
#sidebar li a {
	color: #000;
	display: block;
/*	padding-left: 25px;*/
	padding: 0px 0 3px 25px;
	background: transparent url(../gfx/pijltjes.gif) no-repeat scroll 0 0;
/*	font-family: 'PerspectiveSansItalic', Arial, Helvetica, Verdana, sans-serif;*/
}
#sidebar li.active a {
	color: #f00;
	background: transparent url(../gfx/pijltjes.gif) no-repeat scroll 0 -40px;
}
#sidebar ul ul li a {
	color: #000 !important;
	padding-left: 15px;
	background: transparent url(../gfx/pijltjes.gif) no-repeat scroll 0 0 !important;
}
#sidebar li a:hover,
#sidebar ul ul li.active a:hover {
	background: transparent url(../gfx/pijltjes.gif) no-repeat scroll 0 -20px !important;
	font-family: 'PerspectiveSansBoldItalic', Arial, Helvetica, Verdana, sans-serif;
}
#sidebar ul ul li.active a {
	background: transparent url(../gfx/pijltjes.gif) no-repeat scroll 0 -20px !important;
	font-family: 'PerspectiveSansBold', Arial, Helvetica, Verdana, sans-serif;
}
#admin .content {
	padding-left: 220px;
}
/*
ul.photos {
	width: 10000px;
	margin-left: -100px;
}
ul.photos li {
	float: left;
}
*/
#info_container {
	color: #fff;
	position: absolute;
	top: 660px;
	margin-left: 10px;
	width: 320px;
	height: 100px;
	padding: 20px 10px 20px 70px;
	background: transparent url(../gfx/info_bg.png) no-repeat top left;
}
#info p {
	background-color: #000;
}
/* slider */
.photos {
	position: relative;
	width: 900px;
	height: 700px;
	overflow: hidden;
/*	border: 1px solid #f00;*/
}


.photos li {
	position: relative;
/*	background-color: #333;*/
	color: #fff;
	width: 900px;
	height: 700px;
}

.photos li .description {
	display: none;
}

#prevBtn,
#nextBtn {
	width: 800px;
	float: left;
	text-align: right;
	padding-top: 10px;
	/*
	position: absolute;
	top: 740px;
	padding-left: 750px;
	*/
}
#nextBtn {
	width: 100px;
	float: right;
/*	padding-left: 830px;*/
	white-space: nowrap;
/*	left: 1110px;*/
}
