body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
ul{ margin:0; padding: 0;}
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img
{
	margin-bottom:0;
}

html
{
	height:100%;
}

body
{
	color: #333;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#cecece;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	background-position: center;
    font-size: 12px;
	line-height: 18px;
}

#header
{
	background: url(images/header_bg.png);
	height: 162px;
}

	#mid
	{
		position: relative;
		width: 970px;
		margin:0 auto;
	}
		#top
		{
			height: 119px;
      background: url('/layouts/default/images/logo2.png') no-repeat;
      overflow: hidden;
		}

    #top h1.logo {
      background: transparent;
      color: #232323;
      padding-left: 102px;
      padding-top: 28px;
      font-size: 34px;
    }
    #top h3.logo {
      font-family: "Arial Narrow", Tahoma, Arial;
      font-size: 14px;
      color: #969696;
      padding-left: 102px;
      padding-top: 6px;
    }
    
#center
{
	background: #fff url(images/schaduw.png) repeat-x;
	margin:0 auto;
	padding: 15px;
	position:relative;
	width:940px;
}

a
{
	color:#007af6;
	
}

a:hover
{
	color:#e55c25;
}

h1
{
	text-shadow: #333 1px 1px 1px;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 7px;
	margin-top: 2px;
	background: url(images/kopje.png);
	background-color: transparent;
	height: 23px;
	margin-bottom: 5px;
}

.small
{
	background: url(images/kopje_2.gif);
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

input[type=text], input[type=password]
{
	padding: 3px 8px !important;
	display: inline-block;
	border: 1px solid #ccc;
	height: 16px;
	line-height: 16px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
}

#login input
{
	margin-bottom: 10px;
}

#login #loginbutton
{
	margin-bottom: -6px;
}

#login label
{
	margin-left: 3px;
}

.verstuurknop {
display: block;
width: 84px;
height: 27px;
background: url(images/button_inloggen.png) no-repeat;
font-size: 12px;
line-height: 10px;
outline: none;
border: none;
cursor : pointer;
padding-top: 6px;
text-align: center;
text-transform: uppercase;
}

.layout
{
	border: 1px #ccc solid;
	border-top: none;
	padding: 4px;
}

.layoutfirst
{
	border: 1px #ccc solid;
	border-top: none;
	padding: 4px;
	padding-top: 0;
	margin-top: -1px;
}

ul.nav
{
	list-style:none;
	margin: 0;
	padding:0;
}
	
	ul.nav li
	{
		float:left;
		list-style-type:none;
		text-shadow: #333 1px 1px 3px;
		background:url(images/menu_lijn.png) no-repeat;
		text-align: center;
	}
	
		ul.nav li a
		{
			display:block;
			outline:none;
			height:20px;
			color: #fff;
			margin-left: 2px;
			padding: 10px 20px;
		}
		
		ul.nav li a:hover,#active
		{
			background:url(images/menu_hover.png);
			color: #fff
			border: none;
		}

#column1, #column3
{
	width: 220px;
	float: left;
}

#column2
{
	width: 460px;
	float: left;
	margin: 0 20px;
}

#column4
{
	width: 680px;
	float: left;
	margin-left: 20px;
}

.block
{
	width: 220px;
	margin-bottom: 15px;
}

	.block h2
	{
		display: block;
		height: 33px;
	}
	
	.block h2 span
	{
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 0 0 8px;
    font-size: 12px;
    line-height: 10px;
	}
  
  .block h2 span span {
    padding: 0;
  }

	
	.block .text
	{
		border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		background: #fafafa;
		padding: 4px 10px 1px 10px;
	}
	
	.block .bottom,.block .bottom2
	{
		display: block;
		height: 11px;
		background: url(images/block_bottom.png) no-repeat;
	}
	
	.block .bottom2
	{
		background: url(images/block_bottom2.png) no-repeat;
	}
	
	.block ul
	{
		list-style:none;
		margin: 0;
		padding:0;
		border-left: solid 1px #9abce0;
		border-right: solid 1px #9abce0;
	}
	
	.beheer ul
	{
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	
	.block ul li
	{
		padding: 7px;
		border-bottom: solid 1px #ccc;
		clear: both;
		height: 18px;
	}
	
	.block ul li a
	{
		color: #333;
	}
	
	.block ul li.odd
	{
		background: #f8fcfa;
	}
	
	.beheer ul li.odd
	{
		background: #fafafa;
	}

	.beheer ul li.fresh
	{
		background: #fffec8;
	}
  
  em.quote {
  }
  div.quote {
    border: solid 1px #ccc;
    background: #fffec8;
    padding: 4px 6px;
  }
	
	.block ul li.last
	{
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.beheer ul li.last
	{
		margin-bottom: -2px;
	}
	
	.beheer ul li.first
	{
		margin-top: -6px;
	}
	
	.block ul li .naam
	{
		float: left;
	}
	
	.block ul li .leden
	{
		float: right;
		background: url(images/members-r.png) right top no-repeat;
		color: #2265ad;
		text-align: center;
    height: 17px;
    margin: 0;
    padding: 0 4px 0 0;
	}
  
  .block ul li .leden .leden2 {
		font-size: 10px;
		background: url(images/members-l.png) no-repeat;
		color: #2265ad;
		text-align: right;
    display: block;
    height: 19px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 0 4px;
  }

.login h2	{	background: url(images/block_login.gif); }
.beheer h2	{	background: url(images/block_beheer.gif); }
.stats h2	{	background: url(images/block_stats.png); }
.layouts h2	{	background: url(images/block_layouts2.png); }
.leden h2	{	background: url(images/block_leden.gif); height: 28px; }
.maand h2	{	background: url(images/block_ledenmaand.png); height: 28px; }
.nieuwste h2	{	background: url(images/block_nieuwste.png); height: 28px; }
.spotlight h2	{	background: url(images/block_spotlight.gif); height: 28px; }


#intro #text
{
	width: 340px;
	font-size: 12px;
	line-height: 21px;
	float: left;
}

#intro #icoon 
{
	float: right;
	margin-top: 30px;
}

#intro #buttons 
{
	margin: 15px 0 20px 0;
}
	#intro #buttons #maak
	{
		margin-right: 19px;
		margin-top: 4px;
		float: left;
	}
	
	#intro #buttons #voorbeeld
	{
		float: left;
	}
  
#intro #buttons a {
  float: left;
  font-size: 13px;
  line-height: 10px;
  width: 212px;
  height: 24px;
  padding-left: 8px;
  padding-top: 11px;
  text-transform: uppercase;
}

#intro #buttons a+a {
  margin-left: 19px;
}
	
#nieuws
{
	margin-top: 20px;
}
	#nieuws .item
	{
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
		
		#nieuws .item h3
		{
			font-size: 13px;
			font-weight: bold;
		}
		
		#nieuws .item .text
		{
			float: left;
			width: 340px;
		}
		
		#nieuws .item .info
		{
			float: left;
			width: 100px;
			margin-left: 20px;
		}
		
		#nieuws .item .info span
		{
			font-size: 10px;
			color: #999;
		}
		
#pagination
{
	border:0;
	padding:0;
	margin-top: 15px;
}

#pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:1px;
float: left;
}
#pagination a{
border:solid 1px #ccc;
background-color: #fff;
margin-right:2px;
margin-bottom:4px;
width: auto;
}

.games a
{
	width: 6px;
}

.games a.online
{
	width: 34px;
}

#pagination .previous-off,
#pagination .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
} 
#pagination .active{
color:#000;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #666;
background-color: #fafafa;
color: #007af6;
}

#footer
{
	background: #333;
	color: #fff;
	margin:0 auto;
	padding: 15px;
	position:relative;
	width:940px;
	*width:941px;
}

table.games
{
	width: 680px;
	margin-top: 10px;
}

	table.games a
	{
		font-weight: bold;
	}
	
	table.games th
	{
		text-shadow: #333 1px 1px 1px;
		color: #fff;
		font-weight: bold;
		padding-top: 2px;
		padding-left: 7px;
		height: 19px;
	}
	
	table.games tr.head
	{
		background: url(images/kopje.png) no-repeat;
	}
	
	table.games td
	{
		padding: 8px;
		border-bottom: 1px solid #ddd;
		border-left: solid 1px #ddd;
	}
	
	table.games td.last
	{
		border-right: solid 1px #ddd;
	}
	
	table.games tr.odd
	{
		background: #f9f9f9;
	}
	
	table.games .punten
	{
		font-size: 16px;
		font-weight: bold;
	}
	
	table.games .layoutbuy
	{
		margin-left: 10px;
		padding: 3px;
		border: 1px solid #ddd;
		background: #fff;
	}
  
  .tooltip {
    display: none;
  }
  
  h1 a { color: #ffffff; }
  h1 strong { color: #cccccc; font-weight: normal; }
  
  table.noborder {
    border: 0;
    width: 100%;
  }
  table.noborder td {
    border: 0;
    padding: 2px;
    margin: 0;
  }

	table.panel td
	{
		padding: 0;
    font-size: 11px;
		border: 0;
    text-align: center;
    width: 92px;
	}

	table.panel a
	{
    border: 0;
		display: block;
    font-size: 10px;
    text-align: center;
    width: 92px;
    overflow: hidden;
	}

	table.panel a img
	{
    border: 0;
	}
  
.puntenkopen
{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

	.puntenkopen ul
	{
		margin: 10px 0 10px 15px;
	}
	
#aantalpunten
{
	border: 4px solid #ffefaf;
	background: #fffec8;
	padding: 10px;
	font-size: 14px;
	color: #6e4a13;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

	#aantalpunten span
	{
		font-weight: bold;
		font-size: 18px;
		color: #000;
	}

#goed
{
	border: 4px solid #93C198;
	background: #D4F9D8;
	padding: 10px;
	font-size: 14px;
	color: #14571C;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#fout
{
	border: 4px solid #E99B9B;
	background: #F5E6E6;
	padding: 10px;
	font-size: 14px;
	color: #9F3F3F;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#neutraal
{
	border: 4px solid #B8B3F7;
	background: #DCDAFF;
	padding: 10px;
	font-size: 14px;
	color: #504AA5;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
input.submit		{background:#F37C18; color:#FFF; font-weight: bold; height:25px; padding:0 10px; border:0; font-size:12px; font-family:Arial, Tahoma;}

.sidebarmenu ul li{
  position: relative;
  height: auto;
  z-index: 10;
}

.sidebarmenu ul li ul{
position: absolute;
width: 180px;
top: -1px;
visibility: hidden;
border-top: solid 1px #ccc;
}

.sidebarmenu ul li ul li, .sidebarmenu ul li ul li.odd{
  background: #e7e7fc;
  border-bottom: 0;
  padding: 0;
}

.sidebarmenu ul li ul li.even{
  background: #f1f1ff;
  border-bottom: 0;
  padding: 0;
}

.sidebarmenu ul li ul li.odd a {
  background: #e7e7fc;
}

.sidebarmenu ul li ul li.even a {
  background: #f1f1ff;
}

.sidebarmenu ul li ul li a {
  display: block;
  padding: 7px;
  border-bottom: solid 1px #ccc;
}

.sidebarmenu a {
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
}

.sidebarmenu a.subfolderstyle{
  display: block;
  background: url('images/pijltje.gif') no-repeat 97% 50%;
}

* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }


/* Styles for ColorPicker popUp */

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 1px solid #000000;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb { 
    position: absolute; 
    top: 0;
    left: 0;
    width: 18px; 
    height: 18px; 
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #000000;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  height: 10px;
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #F37C18;
  font-size: 10px;
  font-family:Arial, Tahoma;
  font-weight: bold;
  border:0;
  color: #ffffff;
}

.onlineflags {
  float: right;
  margin-top: -5px;
  text-align: center;
  line-height: 16px;
  padding-left: 10px;
  font-size: 9px;
  white-space: nowrap;
  color: #eee;
}

.onlineflags img {
  padding: 0 1px;
}