* { 
	padding: 0; 
	margin: 0; 
	} 

html, body {
	height: 100%;
}
	
body {
	background: #f1f8fe url('./img/bg_overall.png') top left repeat-x;
	position: relative;
	}

* html .container {
	height: 100%;
	}

h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

h3 {
	color: #22516b;
	font-family: arial;
	font-size: 10px;
	}
	
img {
	border: 0 none;
	}

blockquote {
	border: solid 1px #22516b;
	background: #c8d8e2;
	padding: 5px;
	}	
	
input.button {
	background: #c8d8e2;
	color: #22516b;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
input.gray {
	width: 135px;
	background: #eae7de;
	}

input.gray2 {
	width: 160px;
	background: #eae7de;
	}
	
input.yellow {
	width: 140px;
	background: #4cd960;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	}

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

a.geel:link {
	text-decoration: none;
	color: #ffffff;	
	}
	
a.geel:visited {
	text-decoration: none;
	color: #ffffff;	
	}

a.geel:hover{
	text-decoration: none;
	color: #3795c9;	
	}
	

ul#tuts li {
	display: block;
	margin-left: 20px;
	}

/* Begin flyout menu style */

#nav { 
	float: left; 
	height: 50px;	
	}
	
#nav li { 
	display: block; 
	width: 100px;
	height: 50px; 
	text-align: center;
	text-decoration: none;  
	float: left;
	position: relative;
	margin-left: 10px;	
	}
	
#nav li a { 
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none; 
	display: block; 
	}

#nav li a:hover {
	background: #3795c9;
}
	
#nav li ul { 
	display: none; 
	position: absolute; 
	top: 50px; 
	left: 0; 
	z-index: 15;
	width: 100px; 
	background: #22516b; 
	}
	
#nav li:hover ul { 
	border-top: solid 1px #ffffff;
	display: block; 
	}
	
#nav li ul li { 
	height: 29px;
	text-align: left;
	float: none; 
	margin-left: 0px;
	display: block;
	}
	
#nav li ul li a { 
	border-bottom: solid 1px #ffffff;
	height: 25px;
	text-align: left;
	font-size: 10px;
	line-height: 25px;
	float: none; 
	margin-left: 0px;
	z-index: 15;
	display: block;
	padding: 2px 4px;
	}

#nav li ul li a:hover {
	background: #3795c9;
}

/* End flyout menu */	
	
.leftimg {
	float: left; 
	margin: 5px 10px 0px 0px;
	}

.rightimg {
	float: right;	
	margin: 5px 0px 0px 10px;
	}
	
.table {
	width: 100%;
	}	

.team {
	width: 520px;
	}
	
.center {
	text-align: center;
	}

.dropdown {
	width: 140px;
	background: #eae7de;
	}
	
.hr {
	border: 0px;
	height: 1px;
	color: #22516b;
	background: #22516b;
	}

.hrgray {
	border: 0px;
	height: 1px;
	color:#6c7173;
	background:#6c7173;
	}
	
.code {
	border: solid 1px #22516b;
	background: #ffffff;
	padding: 5px;
	}

.recent {
	height: 165px;
	width: 180px;
	border-right: solid 1px gray;
}
	
.container {
	min-height: 100%;
	width: 870px;
	position: relative;
	margin: auto;
	overflow: hidden;
	}

.top {
	height: 150px;
	width: 770px;	
	margin: auto;
	}
	
	.banner {
		height: 150px;
		width: 315px;
		background: url('./img/banner.png');
		float: left;
		}
		
	.logo {
		height: 150px;
		width: 385px;
		background: url('./img/logo.png');
		float: right;
	}

.topcontainer {
	height: 200px;
	width: 770px;
	margin: auto;
	}
	
.menubox {
	height: 200px;
	width: 560px;
	float: left;
	}

	.menu {
		height: 50px;
		width: 560px;
		background: url('./img/bg_menu.png') top left no-repeat;
		line-height: 50px;
		float: left;
		}
	
	.newsbox {
		height: 140px;
		width: 155px;
		background: url('./img/bg_newsbox.png') top left no-repeat;
		font-family: arial;
		font-size: 12px;
		float: left;
		clear: both;
		padding: 5px 10px 5px 5px;
		margin-top: 10px;
		}
	
	.topinfo {
		height: 130px;
		width: 365px;
		font-family: arial;
		font-size: 12px;
		float: left;
		padding: 5px;
		margin-top: 10px;
		}
	
.login {
	height: 177px;
	width: 185px;
	background: url('./img/bg_login.png') top left no-repeat;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	float: left;
	padding: 18px 5px 5px 20px;
	}
	
	.loginimage {
		height: 156px;
		width: 119px;
		background: url('./img/login_midori.png') bottom right no-repeat;
		position: absolute;
		top: 215px;
		left: 735px;
		z-index: 1;
		}

.content {
	width: 770px;
	background: url('./img/greyfiller.png') top left no-repeat;
	position: relative;
	overflow: hidden;
	margin: 10px auto auto auto;
	}

.contentalt {
	width: 770px;
	position: relative;
	overflow: hidden;
	margin: 10px auto auto auto;
	
	}

.left {
	width: 160px;
	float: left;
	overflow: hidden;
	}
	
.lefttop {
	height: 55px;
	width: 160px;
	background: url('./img/bg_menu_left.png') top left no-repeat;
	line-height: 55px;
	text-align: center;
	}
	
.leftbg {
	width: 160px;
	background: #22516b;
	}
	
	.menuleft {
		min-height: 115px;
		width: 150px;
		background: #ffffff;
		margin-left: 5px;
		}
	
	.menuleftbottom {
		width: 150px;
		height: 10px;
		background: url('./img/bg_menu_left_white.png') bottom left no-repeat;
		margin-left: 5px;
		}
	
	.menulefttop {
		width: 150px;
		height: 10px;
		background: url('./img/bg_menu_left_white.png') top left no-repeat;
		margin-left: 5px;
		margin-top: 5px;
		}
		
	.stats {
		min-height: 200px;
		width: 150px;
		background: #ffffff;
		margin-left: 5px;
		}
		
		.bluebg {
			background: #3795c9;
			padding-left: 5px;
			}
			
		.statsinner {
			width: 140px;
			font-family: arial;
			font-size: 12px;
			padding: 5px;
			overflow: hidden;
			}
			
		.rabbitpusher {
			height: 100px;
			width: 160px;
			}
			
.leftbottom {
	height: 14px;
	width: 160px;
	background: url('./img/bg_menu_left.png') bottom left no-repeat;
	}
	
.right {
	width: 610px;
	float: left;
	}
	
	.recenttuts {
		height: 170px;
		width: 395px;
		background: #d6cfbd;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding: 5px 15px;
		margin-left: 5px;
		}
		
	.recentforum {
		height: 170px;
		width: 170px;
		background: url('./img/bg_forum_stats.png');
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding: 5px;
		}
	
	.introlespictures {
		height: 170px;
		width: 170px;
		background: url('./img/bg_introles.png');
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		float: left;
		padding: 5px;
		}
		
		.main {
			width: 585px;
			font-family: arial;
			font-size: 12px;
			float: left;
			padding: 10px;
			margin-left: 5px;
			margin-top: 5px;
			}
		
		.maintext {
			width: 380px;
			font-family: arial;
			font-size: 12px;
			float: left;
			padding: 5px 5px 55px 5px;
			margin: 5px 0px 5px 5px;
			}
		
		.partners {
			height: 40px;
			width: 390px;
			background: url('./img/bg_menu.png') top left no-repeat;
			color: #ffffff;
			font-family: arial;
			font-size: 12px;
			padding: 5px;
			margin-left: 5px;
			margin-top: 5px;
			}
	
	.mainright {
		width: 210px;
		float: left;
		margin-left: 5px;
		margin-top: 5px;
		}
		
		.wedstrijdtop {
			height: 10px;
			width: 180px;
			background: url('./img/bg_wedstrijd.png') top left no-repeat;
			margin-left: 30px;
			}
		
		.wedstrijd {
			min-height: 450px;
			width: 170px;
			background: #ffffff;
			font-family: arial;
			font-size: 12px;
			padding: 0px 5px 20px 5px;
			margin-left: 30px;
			}
		
		.galerij {
			height: 190px;
			width: 190px;
			background: url('./img/bg_gallery.png') top left no-repeat;
			text-align: center;
			position: absolute;
			bottom: 0px;
			left: 560px;
			padding: 5px 5px 5px 15px;
			}
		
		.partners {
			height: 40px;
			width: 400px;
			background: url('./img/bg_menu.png') top left no-repeat;
			line-height: 20px;
			position: absolute;
			bottom: 0px;
			left: 165px;
			padding: 5px;
			}
		
.pusher {
	height: 125px;
	width: 100%;
	float: left;
	clear: both;
	}
		
.footer {
	height: 90px;
	width: 760px;
	background: url('./img/bg_footer.png') top left repeat-x;
	position: relative;
	z-index: 15;
	padding: 5px;
	margin: -100px auto auto auto;
	}
	
	.followus {
		float: left;
		margin-top: 5px;
		}
		
	.uslinks {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		}
		
	.up	{
		float: left;
		margin: -91px 0px 0px 605px;
		}
		
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; 
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	color: #ffffff;
}
div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		font-weight: bold;
		color: #22516b;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		color: #000000;
	}