/* Pokerdate CSS */

/* Essential */
body {
	background: #181c1a url('images/background.jpg') repeat-x;
	font: 12px Arial;
	color: #FFFFFF;
}
div#container {
	width: 948px;
	display: block;
	margin: 20px auto;
}
a, a:active, a:link, a:visited {
	text-decoration: none;
	color: #72ca00;
}
a:hover {
	font-weight: bold;
}

/* Header */
div#header {
	height: 272px;
}
h1 {
	width: 948px;
	height: 234px;
	margin: 0;
	padding: 0;
	background: url('images/header.jpg') no-repeat;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* Menu */
ul#menu {
	width: 948px;
	list-style: none;
	height: 38px;
	background: url('images/menu.jpg');
	margin: 0;
	padding: 0;
}
ul#menu li {
	float: right;
	text-transform: uppercase;
	width: 98px;
	height: 38px;
	margin: 0 14px 0px 14px;
	padding: 0;
	text-align: center;
}
ul#menu li a {
	display: block;
	width: 98px;
	height: 30px;
	padding-top: 8px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

/* Content */
h2 {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 16px;
}

div#content {
	width: 948px;
}

div#content div#column1 {
	width: 281px;
	float: left;
	background: url('images/separator.png') repeat-y top right;
	padding-right: 35px;
}

div#content div#column2 {
	width: 256px;
	float: left;
	background: url('images/separator.png') repeat-y top right;
	padding-left: 30px;
	padding-right: 30px;
}

div#content div#column3 {
	width: 281px;
	float: left;
	padding-left: 35px;
}

h3#kopje {
	background: url('images/pijltje.png') no-repeat left center;
	height: 18px;
	padding: 0 0 0 30px;
	width: 257px;
	margin-left: 30px;
	margin-bottom: 10px;
	float: left;
	color: #FF0000;
	font-size: 19px;
}
h4 {
	background: url('images/pijltje.png') no-repeat;
	height: 18px;
	padding-left: 30px;
	margin-left: 30px;
	color: #FF0000;
	font-size: 15px;
}

/* Footer */
div#footer {
	width: 948px;
	background-color: #000000;
	height: 25px;
	padding-top: 11px;
	margin-top: 20px;
}
ul#links_footer {
	list-style: none;
	margin: auto;
	width: 400px;
}
ul#links_footer li {
	width: 99px;
	text-transform: uppercase;
	float: left;
	text-align: center;
	height: 11px;
	border-right: 1px solid #FF0000;
	color: #FF0000;
	font-size: 10px;
}
ul#links_footer li#last {
	border-right: 0;
}
ul#links_footer li a {
	color: #FF0000;
}

div#copyright {
	width: 948px;
	text-align: right;
	font-size: 11px;
}
