@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body{
	height: 100%;
	font-family:"Century Gothic" , arial;
	color: #FFF;
	background-color: #1A1A1A;
	background-image: url(images/achtergr.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper{
	background-image: url(images/index_16.gif);
	background-repeat: repeat-y;
	background-position:center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -116px;
}


#container{
	width: 800px;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

#header{
	width: 800px;
	height: 138px;
	background-image: url(images/index_05.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 2px;
}

#menu{
	width: 174px;
	height: 100%;
	text-align: center;
	margin-top: -1px;
}

#reclame{
	width: 174px;
	height: 100%;
	text-align: center;
	margin-top: 10px;
}

#content_left{
	width: 174px;
	position: absolute;
	float: left;
	text-align: left;
	display: block;
}

#content {
	width: 607px;
	text-align: left;
	padding-left: 174px;
	margin-top: 17px;
	margin-left: 17px;
	margin-right: -17px;
}

/* KAN DIT WEG ?!?! 
#content_right{
	width: 624px;
	position: relative;
	display: block;
	float: right;
	text-align: left;
}
*/

.push {
	height: 116px; /* .push must be the same height as .footer */
	width: 800px;
	margin: 0px auto;
}

.footer {
	height: 116px; /* .footer must be the same height as .push */
	width: 800px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: d0d0d0;
}

hr {
	height: 1px;
	background-color: #F29400;
	max-width: 580px;
	border:none;
	margin-top: 0px;
}
	
/*-----------------------------------------------------------------------------------------------------text----*/


h1{
	font-size: 0.94em;
	color: #F29400;
	margin-bottom: 6px;
}

h2{
	font-size: 1em;
	color: #F29400;
	margin-bottom: 6px;
}

h3{
	font-size:0.88em;
	color: #F29400;
	margin-bottom: 6px;
}

p{
	font-size: 0.88em;
	margin-bottom: 6px;
	margin-right: 17px;
}

p.klein{
	font-size: 0.69em;
	margin-bottom: 0px;
	margin-right: 17px;
	color: #333;
	margin-left: 10px;
}

p.klein2{
	font-size: 0.69em;
	margin-bottom: 0px;
	margin-right: 17px;
	color: #FFF;
}

p.klein3{
	font-size: 0.75em;
	margin-bottom: 6px;
	margin-right: 17px;
	color: #FFF;
}

p.klein4{
	font-size: 0.69em;
	margin-bottom: 6px;
	margin-right: 17px;
	color: #F29400;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:visited           {
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color: #F29400;
	text-decoration:none;
}

li{
	font-size: 0.88em;
	margin-left: 0px;
	margin-right: 60px;
}

ul{
	margin-bottom:5px;
}

table{
	font-size: 0.88em;
	margin-right: 10px;
	margin-bottom: 6px;
}

#agenda {
	font-size: 0.88em;
	margin-left: 0px;
	margin-right: 0px;
}

.flash {
	background-color: #d1d1d0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

.countdowncontainer2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------------------FORM---------*/

.contact_form{
	background-color: #4b4848;
	border: 1px solid #fff;
	color: #fff;
}

.contact_form2{
	background-image:url(images/be_contentbox.gif);
	background-repeat: no-repeat;
	background-color: #4b4848;
	border: 1px solid #fff;
	color: #fff;
}

.button{
	background-color: #F29400;
	border: 1px solid #3e4b77;
	color: #fff;
}

