﻿/* 2009 (c) CoMedia [web & data concepts] http://www.comedia.nl/ */

/* reset */
body, h1, h2, h3, h4, h5, ul, li, p {
	margin: 0;
	padding: 0;
	border: 0;
}


/* main composition */
body {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 100%;
	line-height: 150%;
	color: #fff;
	background-color: #006;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}
#header {
	margin: 0;
}
#leftcolumn {
	float: left;
	width: 130px;
	left: 24px;
	min-height: 621px;
	position: relative;
}
#rightcolumn {
	float: right;
	width: 180px;
}
#content { 
	float: left;
	margin-left: 0px;
	min-height: 1000px;
	width: 67%;
}
#footer {
	margin: 0;
	clear: both;
}


/* main properties */
iframe { margin: 0px 30px 20px 30px; width: 590px; border: 0; }
h1
{
	font-size: 24px;
	line-height: 36px;
	color: #FFE5A1;
	margin: -4px 30px 10px 30px;
}
h2
{
	font-size: 24px;
	line-height: 30px;
	color: #FFE5A1;
	margin: 20px 30px 10px 30px;
}
h2 em
{
	font-weight: normal;
}
h3
{
	font-size: 18px;
	color: #fff;
	margin: 20px 30px 10px 30px;
}
h4 { color: #006; }
ul.list li
{
	font-size: 12px;
	margin: 0 30px 0 30px;
	list-style: square inside;
}
ul.list li a
{
	color: #fff;
	text-decoration: none;
}
ul.list li a:hover
{
	color: #fff;
	text-decoration: underline;
}
ul.validate
{
	font-size: 12px;
	margin: 0 30px 0 46px;
}
ul.program li
{
	font-size: 11px;
	list-style: none inside;
	margin: 0 30px 12px 30px;
}
ul.program li a {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul.program li a:hover {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
ul.program li a em {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 12px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 30px;
}
p a {
	color: #fff;
	text-decoration: none;
}
p a:hover, p a:active {
	text-decoration: underline;
}
img {
	border: 1px #000 solid;
}
img.noborder { border: 0; }
input, select, textarea { width: 99%; background-color: #ccc; }
input.auto, select.auto, textarea.auto {width: auto; }
input.text { width: 174px; }
input.submit {
	margin: 6px 0 20px 0;
	float: left;
	width: auto;
}
hr
{
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 30px;
	line-height: 0px;
	border-width: 1px 0 0 0;
	border-color: #FFE5A1;
	border-style: dotted;
}
.highlight {
	font-weight: bold;
	color: #FFE5A1;
}
.right { text-align: right; }
.center { text-align: center; }


/* special properties */
#leftcolumn h3 {
	margin-left: -130px;
	margin-top: 560px;
	margin-right: 24px;
	text-align: right;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}
ul#slideshow {
	position: relative;
	list-style: none;
	float: left;
	left: 30px;
	width: 590px;
	height: 400px;
	overflow: hidden;
}
ul#slideshow li img {
	border: 1px #000 solid;
	width: 590px;
	height: 400px;
}
ul#slideshow li p {
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	margin: -2px 2px 0 0;
	text-transform: uppercase;
}
#content img.image {
	position: relative;
	float: left;
	left: 30px;
	width: 590px;
	height: 400px;
	border: 0;
}
ul.navigation {
	position: relative;
	list-style: none;
	margin-top: -12px;
}
ul.navigation li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 0;
	height: 24px;
	border-bottom: 1px #FFE5A1 dotted;
}
ul.navigation li a:hover, ul.navigation a.active {
	color: #FFE5A1;
}
ul.navigation li .last { margin-bottom: 5px; }
p.subnavigation {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
}
p.subnavigation a {
	color: #fff;
	text-decoration: none;
}
p.subnavigation a:hover, p.subnavigation a:active, p.subnavigation a.active {
	color: #FFE5A1;
	text-decoration: none;
}
p.intro {
	font-weight: bold;
	color: #FFE5A1;
}
.info {
	font-size: 11px;
	font-weight: bold;
	color: #FFE5A1;
}
ul.agenda {
	position: relative;
	list-style: none;
	background-color: #FFE5A1;
	margin: 0;
}
ul.agenda li {
	font-size: 10px;
	line-height: 15px;
	color: #006;
	padding: 5px 0 5px 0;
}
ul.agenda li a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
ul.agenda li a:hover, ul.agenda li a:active {
	color: #006;
	font-weight: bold;
	text-decoration: underline;
}
.title {
	font-weight: normal;
	font-style: italic;
}
.rounded
{
	background-color: #FFE5A1;
	margin-top: 50px;
	padding: 10px;
}
