/*
*	OnlineGokkasten
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
body {
	background: #00261c;
	color: #fff;
	margin: 20px 0 10px 0;
}
#container {
	width: 755px;
	margin: 0 auto;
	font: 0.8em Tahoma, Verdana, Arial;
}
#header {
	height: 123px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	display: none;
}
.linkjes a {
	color:#FFFFFF;	
}
span.toevoegen {
	position: relative;
	top: 10px;
	right: 5px;
	float: right;
	color: #ee9b00;
	font-size: 90%;
}
span.toevoegen a {
	text-decoration: none;
	color: #fff;
}
h3 {
	color: #03ad7c;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 5px 5px;
	font-size: 130%;
}
/* MENU */
#menu {
	float: left;
	position: relative;
	top: 95px;
	left: 250px;
}
ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	height: 27px;
	margin-right: 5px;
	float: left;
}
#menu a span, #menu a:hover span {
	float: left;
	display: block;
	height: 27px;
	padding: 0 5px 0 15px;
	background: url(images/tab_total.gif) no-repeat;
}
#menu a, #menu a:hover {
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background: url(images/tab_totalr.gif) top right no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
#menu a:hover, #selected a {
	color: #ee9b00;
}

/* GAMES */
#games {
	background: url(images/games.jpg);
	height: 86px;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	padding: 25px 0 0 320px;
}
#games ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#games li {
	float: left;
	background: url(images/game.jpg);
	display: block;
	height: 39px;
	width: 39px;
	margin-right: 3px;
	text-align: center,
}
#games li a img {
	width: 30px;
	height: 28px;
	border: 0;
	margin: 5px 5px;
}

/* BIG BOX */
.bb {
	width: 753px;
	margin-bottom: 5px;
	background: url(images/bb_b.jpg) repeat-y;
}
.bb_h {
	background: url(images/bb_h.jpg) top no-repeat;
}
.bb_f {
	clear: both;
	background: url(images/bb_f.jpg) bottom no-repeat;
	height: 20px;
}

/* GOKKAST */
.gokkasten, .gokkastens {
	padding-top: 15px;
	margin: 0 auto;
}
.gokkasten {
	width: 720px;
}
.gokkastens {
	width: 360px;
}
.gokkast {
	width: 170px;
	float: left;
	padding: 0 5px;
	text-align: center;
}
.gokkast2 {
	width: 170px;
	float: left;
	padding: 0 0px;
	text-align: left;
}
.gokkast img {
	border: 1px solid #005841;
}

/* LEFT */
#left {
	float: left;
	width: 415px;
}
.sb {
	margin-bottom: 5px;
	background: url(images/sb_b.jpg) repeat-y;
}
.sb_h {
	background: url(images/sb_h.jpg) top no-repeat;
}
.sb_f {
	clear: both;
	background: url(images/sb_f.jpg) bottom no-repeat;
	height: 20px;
}

/* RIGHT */
#right {
	float: right;
	width: 334px;
}
#right img {
	border: 0;
	margin-bottom: 5px;
}

a.starten {
	margin: 0 auto;
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	background: url(images/button.jpg);
	display: block;
	color: #fff;
	text-decoration: none;
}

/*FOOTER */
#footer {
	clear: both;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	background: url(images/footer.jpg);
	color: #ee9e04;
	margin-bottom: 5px;
}
#footer span {
	float: left;
}
#footer ul {
	float: right;
	list-style-type:none;
	margin: 0;
	padding: 0;
	color: #fff;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
