* {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

html {
	background: url('images/cards.png') repeat;
}

body {
	font-family: verdana, arial;
	font-size: 11px;
	color: #000;
	background: url('images/bg_cards.png') repeat-x top;
	height: 100%;
}

h1 {
	color: #063408;
	font-size: 18px;
	font-family: verdana, arial;
	font-weight: normal;
	margin: 10px 0 0 0;
}
h2 {
	color: #063408;
	font-size: 14px;
	font-family: verdana, arial;
	font-weight: normal;
	margin: 10px 0 0 0;
}

p {
	margin: 10px 0 0 0;
}

#wrapper {
	width: 918px;
	height: 100%;
	padding-top: 20px;
}

#contentTop {
	background: url('images/contentTop.png') no-repeat top;
	width: 918px;
	height: 8px;
}

#content {
	background: #fff;
	height: 100%;
}

#header {
	background: url('images/header.png') no-repeat;
	width: 907px;
	height: 191px;
	margin: -1px auto 0 auto;
}

#menu {
	list-style-type: none;
	background: url('images/menuBG.png') no-repeat;
	width: 902px;
	height: 34px;
	padding: 0 0 0 5px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li {
	padding: 10px 15px 0 15px;
	margin-right: 5px;
	float: left;
}

#columnLeft {
	float: left;
	width:223px;
	margin: 0 0 12px 8px;
	height: 100%;
}
a.head {
	color: #fff;
	text-decoration: none;
	font-size: 19px;
}
#columnLeft h2 {
	color: #fff;
	font-size: 19px;
	font-family: calibri, arial, verdana;
	font-weight: bold;
	padding: 8px 0 0 12px;
	margin: 0 0 8px 0;
	}

#columnRight {
	float: right;
	height: 100%;
	width: 645px;
	text-align: justify;
	margin: 10px 20px 0 0;
}
#columnRight ul,li{
	margin: 5px 0 0 7px;
}

.block {
	background: url('images/blockTitle.png') no-repeat;
	width: 223px;
	min-height: 38px;
	margin: 10px 0 0 0;
}

.block h1 {
	color: #fff;
	font-size: 19px;
	font-family: calibri, arial, verdana;
	font-weight: bold;
	padding: 8px 0 0 12px;
	margin: 0 0 8px 0;
}

.blockItem:hover {
	background: url('images/blockItemHover.png') no-repeat;
}

.blockItem {
	width: 223px;
	height: 40px;
	background: url('images/blockItem.png') no-repeat;
	margin: -1px 0 0 0;
}

.blockItem .number {
	background: url('images/pokerBG.png') no-repeat;
	width: 30px;
	height: 29px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin: 5px 0 0 5px;
	color: #fff;
}

.blockItem .item {
	float: left;
	padding: 10px 0 0 20px;
}

.blockItem .item a {
	color: #c2c2c2;
	font-size: 14px;
	text-decoration: none;
}

.blockSubmenu {
	background: url('images/BlockSubmenuBG.png') no-repeat;
	width: 213px;
	height: 21px;
	margin: -1px 0 0 0;
	padding: 5px 0 0 10px;
	font-size: 12px;
}
.blockSubmenu:hover {
	background: url('images/BlockSubmenuBGHover.png') no-repeat;
}

.blockSubmenu img {
	float: left;
}

.blockSubmenu a {
	color: #c2c2c2;
	font-size: 12px;
	text-decoration: none;
	margin: 0 0 0 8px;
}


.clear {
	clear: both;
}

#footer {
	background: url('images/footer.png') no-repeat;
	width: 925px;
	height: 36px;
	margin: 0 0 20px 0;
	color: #fff;
	padding: 7px 0 0 14px;
}
table.toernooien {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #042005 #042005 #042005 #042005;
	border-collapse: separate;
	background-color: white;
}
table.toernooien tr {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #042005 #042005 #042005 #042005;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.toernooien td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #042005 #042005 #042005 #042005;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
