@charset "utf-8";

/* Template */

body {
	background-color: #e5e5e5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0092bb;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#shadow {
	max-width: 1020px;
	min-width: 980px;
	width: 100%;
	background-image: url(../images/shadow.png);
	margin: 0px auto;
}

div#container {
	width: 920px;
	margin: 0px auto;
	background-color: #FFF;
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 14px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	min-height: 900px;
}

div#header h1 {
	height: 90px;
	width: 100px;
	background-image: url(../images/logo.png);
	position: absolute;
	top: 0px;
	left: 25px;
	margin-top: -14px;
}

div#header h1 span {
	display: none;
}

div#datum {
	position: absolute;
	background-image: url(../images/datum.png);
	width: 180px;
	height: 90px;
	margin-left: 125px;
}

/* Common Styles */

hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px none;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
	line-height: 16px;
	margin-bottom: 16px;
}

a img {
	border: 0px none;
}

a {
	color: #ce003e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearFloat {
	clear: both;
}

/* Top Navigation */

ul#top_nav {
	list-style: none;
	position: absolute;
	/*right: 30px;*/
	right: 0px;
	top: 30px;
	z-index: 85;
}

ul#top_nav li {
	float: left;
	position: relative;
}

ul#top_nav li a,
ul#top_nav li span{
	background-image: url(../images/top_nav-a.gif);
	height: 28px;
	display: block;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	color: #0092bb;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	margin-left: -1px;
	cursor: pointer;
	white-space: nowrap;
}

ul#top_nav li a:hover,
ul#top_nav li span:hover{
	color: #ce003e;
	font-weight: bold;
	text-decoration: none;
}

ul#top_nav li ul{
	list-style: none;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	display: none;
	position: absolute;
	left: 0px;
	top: 29px;
}

ul#top_nav li:hover ul{
	display: block;
}

ul#top_nav li ul li{
	float: none;
}

ul#top_nav li ul li a,
ul#top_nav li ul li span{
	background: none;
	width: auto;
	height: 28px;
	line-height: 28px;
	border: 0px none;
}

ul#top_nav li ul li ul,
ul#top_nav li:hover ul li ul{
	left: 100%;
	margin-top: -30px;
	display: none;
}

ul#top_nav li ul li:hover ul,
ul#top_nav li:hover ul li:hover ul{
	display: block;
}


/* Language Nav */

ul#lang_nav {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 10px;
}

ul#lang_nav span {
	display: none;
}

ul#lang_nav li {
	float: left;
}

a#flag_nl {
	background-image: url(../images/flag_nl.gif);
	width: 19px;
	height: 13px;
	display: block;
	margin-right: 10px;
}
a#flag_en {
	background-image: url(../images/flag_en.gif);
	width: 19px;
	height: 13px;
	display: block;
}

/* Home Nav */

div#home_intro {
	width: 600px;
	float: left;
	height: 150px;
	margin-bottom: 16px;
}

ul#home_nav {
	background-color: #008fb7;
	width: 280px;
	float: right;
	height: 130px;
	margin-bottom: 16px;
	list-style: none;
	padding: 10px;
}

ul#home_nav li{
	float: left;
}

ul#home_nav li a {
	width: 130px;
	display: block;
	height: 32px;
	border: 1px solid #36a5c5;
	margin: 3px;
	margin-top: 5px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/home_button.gif);
}

ul#home_nav li a:hover {
	background-color: #FFF;
	background-image: none;
	color: #0092bb;
	font-weight: bold;
	text-decoration: none;
}

/* Header Graphics */

div#header_gfx {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 980px;
}

div#header {
	height: 250px;
}

div#header_image {
	width: 600px;
	height: 170px;
	border: 1px solid #FFF;
	background-color:#FFF;
	float: left;
	margin-left: 30px;
}

div#sponsor_slideshow {
	width: 300px;
	height: 170px;
	border: 1px solid #ebebeb;
	background-color:#FFF;
	float: right;
	margin-right: 30px;
	overflow: auto;
}

div#slides_container {
	width: 280px;
	overflow: hidden;
}

div#sponsor_overlay {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	z-index: 80;
	text-align: center;
	padding-top: 16px;
	color: #66bed6;
	width: 300px;
}

/* Content */

div#content {
	padding-top: 25px;
	margin-bottom: 50px;
}

/* Footer */

div#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 68px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 980px;
	background-color:#FFF;
}

div#footer p {
	margin-bottom: 0px;
	padding-top: 30px;
	text-align: right;
	padding-right: 30px;
	float: right;
}

div#footer p a{
	color: #0092bb;
}

ul#footer_nav {
	list-style: none;
	margin-left: 30px;
}

ul#footer_nav li{
	float: left;
}

ul#footer_nav li span{
	display: none;
}

a#uci_link {
	background-image: url(../images/uci_logo.gif);
	width: 95px;
	height: 60px;
	display: block;
}

a#knwu_link {
	background-image: url(../images/knwu_logo.gif);
	width: 72px;
	height: 68px;
	display: block;
}

div#footer_shadow {
	position: absolute;
	width: 980px;
	height: 40px;
	background-image: url(../images/footer_shadow.gif);
}

/* Nieuws */

.news-items {
	border-bottom: 1px dotted #0092bb;
}

.news-items dt {
	font-weight: bold;
}

.news-items dd,
.news-items dt {
	padding: 10px 10px 0px 10px;
}

.news-item_even {
	background-color: #FFF;
	
	float: left;
	width: 459px;
	border-right: 1px dotted #0092bb;
	border-top: 1px dotted #0092bb;
	height: 180px;
}

.news-item_uneven {
	background-color: #f2f9fc;
	border-left: 1px dotted #0092bb;
	
	float: left;
	width: 458px;
	border-right: 1px dotted #0092bb;
	border-top: 1px dotted #0092bb;
	height: 180px;
}

/* Gallery */

table.media_list th{
	text-align: left;
}

div#gallery {
	width: 950px;
}

div.gallery_image_container {
	margin-right: 22px;
	margin-bottom: 22px;
	float: left;
	width: 166px;
	height: 116px;
	overflow: hidden;
}

a.gallery_image {
	float: left;
	display: block;
	padding: 6px;
	border: 1px solid #999;
	background-color:#CCC;
	overflow: hidden;
	margin: 0px auto;
}

a.gallery_image img{
	border: 1px solid #999;
	max-height: 100px;
}
