/* ------------------------------------------------------ */
/* Copyright 2007 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	background: #BCBCCB url(../images/bg_body.jpg) repeat-x;
	color: #162D43;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

a { color: #6514AD; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

div#container {
	position: relative;
	margin: 0 auto;	
	width: 968px;
}

div#header {
	position: relative;
	height: 200px;
	width: 924px;
}

div#menu {
	float: left;
	position: relative;
	width: 211px;
	padding: 0 10px 10px 10px;	
	font-size: 1.1em;	
	z-index: 1000;
}

div#content {
	float: left; 
	position: relative;
	width: 442px;
	padding: 0 10px 10px 10px;
}

div#sidebar {
	float: right;
	position: relative;
	width: 211px;
	padding: 0 10px 10px 10px;	
	font-size: 1.1em;	
}

div#shortcuts {	
	clear: left;
	float: left;
	position: relative;
	width: 673px;
	padding: 10px;
	font-size: 1.1em;			
}

div#footer {
	clear: both;
	font-size: 1.1em;	
}

/* Wrap / fades ----------------------------------------- */
/* ------------------------------------------------------ */

div.top { height: 21px; width: 100%; background: url(../images/bg_top.png) no-repeat; }
div.wrap { position: relative; padding: 0 22px; background: url(../images/bg_wrap.png) repeat-y; overflow: hidden; width: 924px;}
div.fadein { background: url(../images/bg_fadein.jpg) no-repeat; width: 924px; overflow: hidden; }
div.fadeout { background: url(../images/bg_fadeout.jpg) no-repeat right bottom; width: 924px; overflow: hidden;	}
div.bottom { clear: both; height: 22px; width: 100%; background: url(../images/bg_bottom.png) no-repeat center top; }

body#zoom4 div.wrap { background: url(../images/bg_wrap2.png) repeat-y; }
body#zoom4 div.fadein { background: url(../images/bg_fadein2.jpg) no-repeat; }
body#zoom4 div.fadeout { background: none; }

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

body#zoom1 div#header { background: url(../images/header1.jpg) no-repeat; }
body#zoom2 div#header { background: url(../images/header2.jpg) no-repeat; }
body#zoom3 div#header { background: url(../images/header3.jpg) no-repeat; }
body#zoom4 div#header { background: url(../images/header4.jpg) no-repeat; }
body#zoom5 div#header { background: url(../images/header5.jpg) no-repeat; }

div#header ul#lan {
	position: absolute;
	top: 5px;
	right: 10px;
}	

div#header ul#lan li {
	display: inline;
	padding: 0 0 0 5px;
	background: url(../images/seperator.gif) no-repeat left center;
}

div#header ul#lan li.first {
	background: none;
}

div#header a#logo {
	position: absolute;
	top: 32px;
	left: 703px;
	display: block;
	width: 155px;
	height: 82px;
	background: url(../images/logo.gif) no-repeat;	
}	

div#header a#logo span {
	display: none;
}	

div#header form {
	position: absolute;
	top: 150px;
	width: 211px;
	left: 703px;
}	

div#header form input {
	border: 1px solid #9AA0C7;
}

div#header form button {
	margin-left: 5px;
	font-size: 1.1em;
}	

/* Navigation ------------------------------------------- */
/* ------------------------------------------------------ */

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

ul#nav li a {
	background-repeat: no-repeat;
}

ul#nav li a span {
	display: none;
}

/* Suckerfish */
ul#nav li:hover ul, 
ul#nav li.sfhover ul { 
	display: block; 
}

ul#nav li ul {
	position: absolute;	
	left: 211px;
	top: -1px;
	display: none;
	background-color: #E9F0F8;
	border: 1px solid #9AA0C7;	
}	

ul#nav li ul li {
	float: none;
	margin: 0 10px;
	padding: 8px 10px;	
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 191px;
}		
		
ul#nav li ul li a {
	background-image: none; 
	display: inline;
	text-decoration: none;
}

ul#nav li ul li a:hover { 
	color: #1A5897;
}

ul#nav li ul li.last {
	background: none;
}

/* Collapsed */
ul#nav li ul.collapsed {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	border: 0;
}	

ul#nav li ul.collapsed li {
	background: none;
	margin: 0;	
}		
	
ul#nav li ul.collapsed li.last {
	background: url(../images/line.gif) repeat-x center bottom;
}

/* Definiton calendar ----------------------------------- */
/* ------------------------------------------------------ */

div.calendar dl {
	margin-bottom: 1.1em;
	padding-bottom: 1.1em;
	line-height: 1.4em;
}	

div.calendar dl.last {
	background: none;
}	

div.calendar dt,
div.calendar dd {
	position: relative;
	padding-left: 10px;
}

div.calendar dt {
	font-weight: bold;
	background: url(../images/arrow_closed.gif) no-repeat 0px 5px;
}

div.calendar dd.headline {
	font-size: 1.7em;
	color: #4AB6EA;
	margin-bottom: 10px;	
	line-height: normal;
	padding: 0;
	width:300px;
}

div.calendar dd.date {
	font-size: 0.9em;
	color: #64557D;
}

div.calendar dd.image {
	background-color: #FFFFFF;
	border: 1px solid #9AA0C7;		
	padding: 2px;
	margin-bottom: 10px;
}

div.calendar dd.image div {
	background-repeat: no-repeat;
	background-position: center center;	
}

/* Breadcrumbs ------------------------------------------ */
/* ------------------------------------------------------ */

ul#bread {
	margin-bottom: 1.4em;
}

ul#bread li {
	display: inline;
	color: #6514AD;
	padding: 0 10px 0 5px;
	background: url(../images/bread_seperator.gif) no-repeat right center;
}

ul#bread li a {
	color:#7585B5;
}

ul#bread li.first {
	padding-left: 0;
}

ul#bread li.last {
	background: none;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

div#content {
	font-size: 1.1em;
}

div#content h1 {
	color: #1A5897;
	font-weight: bold;
	margin-bottom: 1.1em;	
	font-size
}

div#content div.ugc {
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

div#content div.title {
	color: #1A5897;
	font-weight: bold;
	margin-bottom: 1.1em;		
}

div#content div strong {
	font-weight: bold;	
}

div#content div em {
	font-style: italic;
}

div#content div table, 
div#content div p {
	margin-bottom: 1.1em;
}

div#content div ul {
	list-style: disc;
	margin: 1.1em 2.2em;
}

div#content div ol {
	list-style: decimal;
	margin: 1.1em 2.2em;
}

/* Definition list */
div#content dl {
	background: none;
	padding: 0;
}	

div#content dt,
div#content dd {
	padding: 0;
}

div#content dt {
	background: none;
}

div#content dd.image {	
	padding: 2px;
	width: 250px;
}

div#content dd.image div {
	height: 160px;
	width: 250px;	
}

/* Month */
div#content div.month {
	color: #1A5897;
	font-weight: bold;
	margin-bottom: 1.1em;
	padding-top: 1.1em;
	background: url(../images/line.gif) repeat-x center top;
}

div#content div.month.first {
	background: none;
	padding: 0;
}

/* Overview */
div#content table.overview {
	margin-bottom: 1.1em;
}

div#content table.overview td {
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

div#content table#large td {
	width: 33%;
	height: 115px;
}

div#content table#medium td {
	width: 25%;
	height: 95px;		
}

div#content table#small td {
	width: 20%;
	height: 95px;	
}

div#content ul.search li {
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

div#content ul.search li a {
	font-weight: normal;
}

div#content ul.sitemap {
	line-height: 1.4em;
	margin: 1.1em 0;
}

div#content ul.sitemap li {
	margin: 0 2.2em;
}

div#content ul.pages li {
	display: inline;
	margin: 0 5px 0 0;
}

body#zoom1 div#content {
	width: 211px;
	margin-right: 10px;
}

body#zoom4 div#content {
	width: 673px;
}

body#zoom1 div#content h1 {
	font-size: 1.7em;
	color: #4AB6EA;
}

/* News ------------------------------------------------- */
/* ------------------------------------------------------ */

div#news {
	float: left;
	width: 221px;
	font-size: 1.1em;
	margin-left:10px;
}

div#news h1 {
	font-size: 1.7em;
	color: #4AB6EA;
	margin-bottom: 1.1em;
}

div#news dl {
	background: none;
	padding: 0;
	margin-right: 10px;
}	

div#news dd.image {	
	width: 205px;	
}

div#news dd.image div {
	height: 126px;
	width: 205px;	
}

/* Sidebar ---------------------------------------------- */
/* ------------------------------------------------------ */

h2 {
	font-size: 20px;
	line-height:24px;
	color: #4AB6EA;
}

div#news h2 {
	margin-bottom:10px;
}

div#sidebar h2 {
	margin-bottom:10px;
}

div#sidebar dl {
	background: url(../images/line.gif) repeat-x left bottom;
}	

/* Shortcuts -------------------------------------------- */
/* ------------------------------------------------------ */

div#shortcuts dl {
	float: left;
	width: 211px;
	margin-right: 20px;
	overflow:hidden;
}

div#shortcuts dl.last {
	margin-right: 0;
}

div#shortcuts dd.image {
	width: 205px;	
}

div#shortcuts dd.image div {
	height: 126px;
	width: 205px;	
}

/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */

div#footer ul {
	padding: 0 32px 16px 32px;
}

div#footer ul li {
	display: inline;
	padding: 0 7px 0 3px;
	background: url(../images/seperator.gif) no-repeat right center;
}

div#footer ul li.last {
	background: none;
}

div#footer a {
	font-weight: bold;
	color: #9AA0C7;
}

/* VIDEO ----------------------------------------------- */
/* ------------------------------------------------------ */

div.video {
	width: 200px;
	float:left;
	margin-bottom: 15px;
	margin-left: 3px;
}
div.video h3 {
	font-weight:bold;
	margin-bottom: 5px;
	height: 15px;
} 

.assocmembers-left {
	width:310px;
	float:left;
	
}

.assocmembers-right {
	width:330px;
	float:right;
	
}