/* CSS Document */

/*--------------------------------------- OPMAAK PAGIASTRUCTURE ---------------------------------------*/
/*--------------------------------------- LAYOUT PAGESTRUCTURE ---------------------------------------*/

html, body{
	height: 100%;
	background-color: #183651;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 0.85em;
	color: #183651;
} 

#outer{
	min-height: 100%;
	height: auto;
	width: 750px;
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

* html #outer{
	height: 100%;
}

#header{
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: right;
}

#header a{
	color: #FFFFFF;
}

#breadcrumb{
	width: 750px;
	margin: 0 auto 0 auto;
}

#clearfooter{
	clear: both;
	height: 20px;
	width: 100%;
}

#footer {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #b3ca10;
}

#footerTekst{
	width: 730px;
	height: 20px;
	margin: 0 auto 0 auto;
	text-align: right;
	font-size: 11px;
	background-color: #FFF;
	padding-right: 20px;
}

#footerTekst a{
}

#footerTekst a:hover{
}

#content {
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

* content {

}

/*--------------------------------------- OPMAAK TOPMENU ---------------------------------------*/
/*--------------------------------------- LAYOUT TOPMENU ----------------------------------------*/

#topmenu{
	height: 50px;
	width: 750px;
	text-decoration: none;
	background-image: url(../images/default/body/jpg/menuBack.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#topmenubutton{
	display: block;
	margin: 0;
	color: #183651;
	text-decoration: none;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 30px;
	margin-left: 10px;
	background-image: url(../images/default/body/jpg/buttonBack.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#topmenubutton:hover{
	color: #FFFFFF;
}

#topmenubuttonActive{
	display: block;
	margin: 0;
	color: #183651;
	text-decoration: none;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 30px;
	margin-left: 10px;
	background-image: url(../images/default/body/jpg/buttonBackOver.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

/*-------------------------------------- OPMAAK PAGINA --------------------------------------*/
/*--------------------------------------- LAYOUT PAGE ---------------------------------------*/

#page{
	width: 710px;
	padding: 20px;
	background-color: #FFF;
}

* page{
}

#left{
	width: 200px;
	float: left;
	margin: 20px;
	overflow: hidden;
}

* left{
}

#right{
	width: 450px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

* right{
}

#bannerLeft{
	width: 198px;
	border: solid 1px #183651;
	overflow: hidden;
	margin-bottom: 10px;
}

#bannerSponsors{
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}

#bannerSponsor{
	width: 200px;
	float: left;
}

/*-------------------------------------- OPMAAK PARAGRAFEN --------------------------------------*/
/*-------------------------------------- LAYOUT PARAGRAPHS --------------------------------------*/

#paragraphlisting{
	text-align: justify;
	margin-bottom: 30px;
}

#title{
	font-size: 16px;
	padding: 5px;
	color: #183651;
	border: solid 1px #183651;
	background-image: url(../images/default/body/jpg/titleBack.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

h1{
	font-size: 16px;
}

#title a{
	color: #183651;
}

#text{
	text-align: justify;
	padding: 5px;
	color: #183651;
	border: solid 1px #183651;
	margin-bottom: 10px;
}

#image{
	margin-bottom: 10px;
	text-align: center;
}

#actions{
}

#jumptotop{
	text-align: right;
	padding: 5px;
}

/*---------------------------------------- OPMAAK TAGS ---------------------------------------*/
/*---------------------------------------- LAYOUT TAGS ---------------------------------------*/

p{
}

hr{
}

ul{
}

li{
}

img{
	border: 0;
}

a:active{
	color: #b3ca10;
	text-decoration: underline;
}

a:link{
	color: #b3ca10;
	text-decoration: underline;
}

a:visited{
	color:#b3ca10;
	text-decoration: underline;
}

a:hover{
	color: #b3ca10;
	text-decoration: none;
}

/*--------------------------------------- OPMAAK CONTACTFORMULIER ---------------------------------------*/
/*------------------------------------------ LAYOUT CONTACTFORM -----------------------------------------*/

#frmGeneral{
	margin: 0;
	padding: 0;
}

#frmGeneral fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

#frmGeneral dl{
	float: left;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 440px;
}

#frmGeneral dt{
	float: left;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 170px;
}

#frmGeneral dd{
	float: left;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 270px;
	margin-bottom: 5px;
}

#frmGeneral fieldset input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	background-color: #FBFBFB;
	color:#000000;
	padding: 2px;
	height: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;

}

#frmGeneral fieldset textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	height: 150px;
	background-color: #FBFBFB;
	color:#000000;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#frmGeneral fieldset radio
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 20px;
	border: 1px solid  #999999;
	background-color:#F4F4F4;
	color:#4C321A;
}

#frmGeneral fieldset .check
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 20px;
	border: none;
	background: none;
	color:#4C321A;
}

.red
{
	color: #ff0000;
}

#frmGeneral fieldset radio label
{
}

#frmGeneral fieldset checkbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 20px;
	color:#4C321A;
}

#frmGeneral fieldset input type[checkbox]
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 20px;
	color:#4C321A;
}

#frmGeneral fieldset checkbox label
{
}

#frmGeneral fieldset select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 260px;
	background-color: #FBFBFB;
	color:#000000;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#frmGeneral fieldset #button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 194px;
	background-color: #CCCCCC;
	color:#000000;
	padding: 2px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

/*--------------------------------------- CALENDAR ---------------------------------------*/
/*--------------------------------------- KALENDER ---------------------------------------*/

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(../images/default/body/png/iconCalendar.png);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-left: 6px;
	margin-right: 6px;
	width: 20px;
	vertical-align: top;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/default/body/png/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}

div.calendar * {
	margin: 0;
	padding: 0;
}	

div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendar caption {
	color: #fff;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(../images/default/body/png/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(../images/default/body/png/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #52412E;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	background: url(calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(calendar-valid.gif);
	color: #52412E;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(calendar-td.gif) 0 100%;
	color: #88754D;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(calendar-valid.gif) 0 100%;
	color: #ffffff;
	cursor: pointer;
	background-color: #675F50;
}

/*--------------------------------------- OPMAAK FIXES ---------------------------------------*/
/*--------------------------------------- LAYOUT FIXES ---------------------------------------*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;
}

* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}
