@charset "iso-8859-1";
/* CSS Document */

/***************/
/*    Body     */
/***************/

body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
}

#container{ /* IE */
	text-align: center;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}



img {
	border-style: none;
}

/***************/
/*    Head     */
/***************/

#header{
	width:780px;
	height:60px;
	margin-top: 23px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#banner{
	float:right;
	width:468px;
	height:60px;
	background-repeat:no-repeat;
}

/***************/
/*  Hoofdmenu  */
/***************/

/* omvormen tot list met listitems en dan andere achtergrondkleur als mouse-over */

#menu{
	width:780px;
	height:33px;
	margin-top: 10px;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
}

#menu-items {
	margin-left: 140px;
	margin-right: auto;
	display: block;
}

#menu-items ul {
	display: inline;
}

#menu-items li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;	
	height: 33px;
	float: left;
	text-align: center;
	list-style: none;
	padding-top: 6px;
	margin-bottom: -6px;
	padding-left: 14px;
	padding-right: 14px;
}

#menu-items ul .menu-item:hover {
	background-image:url(../images/HoverButtonRX.jpg);
	background-repeat:repeat-x;
}

#menu-items ul .menu-seperator {
	width: 1px;
	margin-left: -14px;
	padding-right: 0px;
	background-image:url(../images/menuseparator.png);
	background-position:right;
	background-repeat:no-repeat;	
}

#menu p{
	display: inline;
	font-size:12pt;
	padding-left:15px;
	padding-right:15px;
	top: 7px;
	text-align:center;
	background-image:url(../images/menuseparator.png);
	background-position:right;
	background-repeat:no-repeat;
	position: relative;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu a {
	color: #000000;
	text-decoration: none;	
}

/***************/
/*   infoblok  */
/***************/

#infoblock{
	width:780px;
	height:103px;
	background-image:url(../images/infobg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:10pt;
	text-align: left;
}

#newstitles {
	width: 645px;	
	margin-top: 10px;
	float: left;
}

#newstitles h3 {
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	margin-bottom: 8px;
	font-size: 18px;
}

#stats{
	float:left;
	width:129px;
	height:103px;
	background-image:url(../images/statsbg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left: 5px;
}

#stats h4 {
	margin-bottom: -2px;	
	margin-top: 8px;
}

#stats p {
	font-size:8pt;	
	margin-top: -2px;
	margin-bottom: -2px;
}

#newstitles1 {
	float: left;
	margin-left: -15px;
}

#newstitles2 {
	float: left;
	margin-left: 40px;
}

#newstitles ul {
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}

#newstitles li {
	list-style: none;
	margin-bottom: -2px;
}


#newstitles .date {
	float: left;
	font-weight: bold;
}

#newstitles .title {
	float: left;
	margin-left: -13px;
}

#newstitles a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#newstitles a {
	color: #FFFFFF;
	text-decoration: none;	
}

#stats-line {
	float: left;
	background-color:#4d4c4c;
	width: 1px;
	height: 103px;
}

/* Content */


#contentblock{
	width:780px;
	background-color:#4d4c4c;
	padding-top:20px;
	position: relative;
}

/***************/
/*   Submenu   */
/***************/


#submenu{
	width:134px;
	margin-left:20px;
	float:left;
}

.submenuheader{
	width:134px;
	height:33px;
	padding-top: 6px;		
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
	font-size:12pt;
	font-weight: bold;
}

.submenucontent{
	width:134px;
	background-image:url(../images/submenubg.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	margin-top: -6px;	
	margin-bottom: 10px;
}

.submenucontent li{
	list-style: none;
	text-align: left;
	margin: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.submenucontent ul {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;	
	padding-bottom: 5px;
}

.submenucontent a {
	color: #000000;
	text-decoration: none;
}

.submenucontent a:hover {
	color: #000000;
	text-decoration: underline;
}

/***************/
/*  Berichten  */
/***************/

#middlecontent{
	width:455px;
	float:left;
	margin-left: 8px;
}

#middlecontent h1{
	font-size:16pt;
	color:#cddc29;
	margin: 0px;
}

#middlecontent .author {
	text-align: right;	
	font-style: italic;
	font-size: 11px;
	margin: 0px;
}

#middlecontent .newsitem {
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;

	padding: 8px;
	text-align: left;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	
	margin-bottom: 20px;	
}

#middlecontent .newsitem .sponsorlist {
	text-align: center;
}

#middlecontent .newsitem img {
	max-width: 438px;
}


#middlecontent .newsitem .text {
/*	font-family: Verdana, Geneva, sans-serif;	*/
	clear: both;
}

/***************/
/* sponsormenu */
/***************/

#sponsor{
	width:134px;
	margin-right:20px;
	float:right;
}

.sponsorheader{
	width:134px;
	height:33px;
	padding-top: 6px;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
	font-size:12pt;
	font-weight: bold;
}

.sponsorcontent{
	width:134px;
	background-image:url(../images/submenubg.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	margin-top: -6px;	
	margin-bottom: 10px;
}

.sponsorcontent li{
	list-style: none;
	text-align: left;
	margin: 5px;
}

.sponsorcontent ul {
	padding: 0px;
	padding-top: 2px;	
	padding-bottom: 2px;
	margin: 0px;
}

/***************/
/*   Footer    */
/***************/

#footer{
	margin-top: 20px;
	font-size: 10px;
	clear: both;
	width:780px;
	height:35px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	color:#b4b4b4;
}

#footer-content {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

/********************/
/*   Formulieren    */
/********************/

.heading {
	float: left;
	width: 155px;
	padding: 3px;
}

.element {
	padding: 3px;
}

.clear {
	clear: both;
}

/***********************/
/*   Deelnemerslijst   */
/***********************/

.deelnemers-nr {
	width: 35px;
	float: left;
}

.deelnemers-nick {
	width: 200px;
	float: left;
}

.deelnemers-clan {
	width: 150px;
	float: left;
}

.deelnemers-betaald {
	width: 30px;
	float: left;
}

.deelnemers-welbetaald {
	color: #990;
}

.deelnemers-nietbetaald {
	color: #F00;
}

.deelnemer-color {
	background-color: #AAAAAA;
	padding: 3px;
	height: 15px;
	clear:both;
}

.deelnemer-title {
	font-weight: bold;
}

.deelnemer {
	padding: 3px;
	height: 15px;
	clear: both;
}

.deelnemers {
	width: 435px;
}

/***************/
/*   Locatie   */
/***************/

.locatie {
	padding-bottom: 5px;
}

.locatie p{
	width: 219px;
	float: left;
}

.locatiepic {
	width: 210px;
	float: left;
}

.locatiepic img {
	width: 210px;
}

/****************/
/*   Algemeen   */
/****************/

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
	display: inline;
}

.underlined {
	text-decoration: underline;
	display: inline;
}

.italic {
	font-style: italic;
	display: inline;
}

.left {
	margin-left: 5px;
	float: left;
}

.title {
	font-weight: bold;
}


/****************/
/*   Catering   */
/****************/

.catering-naam {
	width: 200px;
	float: left;
}

.catering-prijs {
	width: 40px;
	float: left;
}


.catering-color {
	background-color: #AAAAAA;
	padding: 3px;
	height: 15px;
	clear:both;
}

.catering-title {
	font-weight: bold;
}

.catering {
	padding: 3px;
	height: 15px;
	clear: both;
}

.cateringlijst {
	padding-left: 100px;
	width: 250px;
}

/**************/
/*   Social   */
/**************/

.facebook {
	text-align: center;
	width: 90px;
}

/**************/
/*   Form    */
/**************/

#login form input{
	margin: 5px;
}