@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/backgound.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg1 {
	background:url(../images/backgound.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg2 {
	background:url(../images/backgound2.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg3 {
	background:url(../images/backgound3.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg4 {
	background:url(../images/backgound4.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg5 {
	background:url(../images/backgound5.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
body.bg6 {
	background:url(../images/backgound6.jpg) center top no-repeat;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}
img {
	border:0px;
}
input { 
   background-color: #FFFFFF; 
   font-family: courier; 
   font-size: 10pt; 
   color: #000000; 
   border:#666666 1px solid; 
    
}
textarea { 
   background-color: #FFFFFF; 
   font-family: courier; 
   font-size: 10pt; 
   color: #000000; 
   border:#666666 1px solid; 
    
}
h2 {
	color: #ff0000
}
.formbutton{
	cursor:pointer;
	border:none;
	font-weight:bold;
	width:62px;
	height:29px;
	background:url(/2009/images/submitButton.png)  no-repeat center top
}
a:link {	
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {	
	color:#FFFFFF;
	text-decoration:none;
}
a:visited:hover {	
	color:#FFFFFF;
	text-decoration:underline;
}
.windowTable {
	position:relative;
	top:34px;
}
.windowTitle {
	color: #ff0000;
	font-size:11px;
	font-weight:bold;
}
.windowContentTable {
	width:179px;
	font-weight:normal;
}
td.contentTableHeader {
	background-image:url(../images/content_table_header.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:41px;
}
td.contentTableMiddle {
	background:url(../images/content_table_middle.png) center;
	height:200px
}
td.contentTableFooter {
	background:url(../images/content_table_bottom.png) center top no-repeat;
	height:47px
}
.titel {
	color: #ff0000;
	font-size:13px;
	font-weight:bold;
}
h2 {
	color: #ff0000;
	font-size:13px;
	font-weight:bold;
}
.red {
	color: #FF0000;
	border: 1px solid #FF0000;
}
.grey {
	color:#666666;
}
.default {
	color:#FFFFFF;
}
/* All divs */

#pageWrapper {
	margin-left: auto;
	margin-right:auto;
	width: 897px;
}

#headerTable {
	position:relative;
	top:15px;
	width:839px;
} 
#logo {
	position:relative;
	top:70px;
	width:839px;
}
#windows {
	position:relative;
	top:128px;
	width:839px;
}
#nieuwsWindow {
	position:relative;
	background:url(../images/window_background.png) center top no-repeat;
	width:237px;
	height:227px;
	left: -30px;
}
#newsDiv {
	height:125px;
	width:237px;
	overflow:hidden;
	position:relative;
}
#teamWindow {
	position:relative;
	background:url(../images/window_background.png) center top no-repeat;
	width:237px;
	height:227px;
	left: -52px;
}
#photoWindow {
	position:relative;
	background:url(../images/window_background.png) center top no-repeat;
	width:237px;
	height:227px;
	left: -67px;
}
#sponsorWindow {
	position:relative;
	background:url(../images/window_background.png) center top no-repeat;
	width:237px;
	height:227px;
	left:-80px;
}
#content {
	position:relative;
	top:152px;
	width:897px;
	z-index:10;
	left:-30px;
}
#contentTable {
	position:relative;
	left: 40px;
	width:815px;
}
#menu {
	position:relative;
	left: 40px;
	top:50px;
	width:815px;
}
