* {min-height:1px;}
body {
	border:0;
	margin:0;
	padding:0;
	background-color:#333;
	font:70%/160% "verdana",sans-serif;
	color:#C0C0C0;
	_text-align:center;
}

a {color:#C0C0C0;}
a:hover {color:#6C6C6C;}

p {border:0; margin:15px 0; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}
fieldset {border:1px solid #999; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}



a, img, span {border:0; margin:0; padding:0;}
abbr, acronym {border-bottom:1px dotted #999; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {
	width:870px;
	_text-align:left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */
#header {position:relative; width:870px; height:100px; margin:0; padding:0; background:#0A0A0A url("images/header.jpg") 0 0 no-repeat; color:#000;}

    /* Header - logo */
    #header #logo {position:absolute; top:35px; left:35px; margin:0;}

    #header #logo a {color:#666666; text-decoration:none;}
    #header #logo a:hover {color:#000000; }
    
    /* Header - Search */
    #header #search {position:absolute; top:35px; right:20px;}
    #header #search form {position:relative;}
    #header #search #search-input-out {position:absolute; top:0; right:45px; width:155px; height:28px; margin:0; padding:0; border:0; background:url("images/search_input.gif") 0 0 no-repeat; font:bold 90%/100% "verdana",sans-serif; color:#C0C0C0;}
    #header #search #search-input {width:140px; margin:5px 8px; padding:3px 0; border:0; background:#000; font:bold 100%/100% "verdana",sans-serif; color:#C0C0C0;}
    #header #search #search-submit {position:absolute; top:0; right:0px;}
    #header #search fieldset {margin:0; padding:0; border:0;}
    #header #search fieldset {width:200px;}
    #header #search legend {display:none;}

/* Main menu (tabs) */
#tabs {
	margin:0px;
	padding:10px 0 0 0;
	_height:1px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: repeat-x;
	font-size: 17px;
}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:left;}
    #tabs ul li a {
	display:block;
	position:relative;
	border:0;
	color:#CCC;
	text-decoration:none;
	cursor:pointer;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; }
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; }
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {
	color:#FC0;
}
    #tabs ul li a:hover span.tab-l {}
    #tabs ul li a:hover span.tab-r {}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#000; color:#7F7F7F;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("images/tab_active_l.gif") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("images/tab_active_r.gif") 100% 0 no-repeat;}

/* Page (2 columns) */
#page {width:870px; min-height:1px; background:#0C0C0C;  _height:1px;}
#page-in {min-height:1px; padding:-15px 0; _height:1px;}

/* Strip */
#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#666666;}
#strip p {margin:0;}
#strip a {color:#666666;}
#strip a:hover {color:#C0C0C0;}

    /* Strip - breadcrumbs */
    #strip #breadcrumbs {
	width:520px;
	padding:0;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -50px;
	margin-left: 0;
	color: #999;
}
    
    /* Strip - RSS */
    #strip #rss {float:right; width:175px; _width:200px; margin:0; padding-left:25px; background:url("images/ico_rss.gif") 0 50% no-repeat}

/* Content */
#content {
	float:left;
	width:630px;
	_width:550px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

    /* Content - article */
    	#content table { max-width: 530px; }
    #content .article {
	clear:both;
	margin:0;
	padding:20px;
	width:600px;
	max-width:630px;
	background-color: #282828;
	background-repeat: no-repeat;
	background-position: 0 0;
}
    #content .article h1 {margin:0 -20px; padding:10px; color:#C0C0C0;}
    #content .article h1 span {
	padding-left:55px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 34px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500;
}
    #content .article h2 {margin:0 -20px; padding:10px; color:#C0C0C0;}
    #content .article h2 span {
	padding-left:55px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 34px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500;
}
        #content .article h3 {margin:0 -20px; padding:10px; color:#C0C0C0;}
    #content .article h3 span {
	padding-left:55px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 26px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500;
}
    #content .article p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #121212; color:#666666;}
    #content .info a {color:#666666;}
    #content .info a:hover {color:#7F7F7F;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("images/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("images/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("images/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("images/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}

    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("images/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;}
    #content .btn-more a:hover {background:url("images/btn_more.gif") -95px 0 no-repeat;}

/* Right column */
#col {
	float:right;
	width:200px;
	margin:0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #0C0C0C;
}
#col-in {
	padding:20px 10px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #2D2D2D;
	border-right-color: #2D2D2D;
	border-bottom-color: #2D2D2D;
	border-left-color: #2D2D2D;
}
#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#363636 url("images/col_title_bg.gif") 0 0 repeat-y; color:#C0C0C0;}

    /* Right column  */
    #col #about-me {margin-bottom:15px; line-height:130%;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #121212;}
    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("images/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#category li a:hover {background-color:#1A1A1A; color:#C0C0C0;}
    #col ul#category li#category-active a {background:#121212 url("images/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}
    
    /* Right column Niuews */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #121212;}
    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("images/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;}
    #col ul#archive li a:hover {background-color:#1A1A1A; color:#C0C0C0;}
    #col ul#archive li#archive-active a {background:#121212 url("images/ico_archive2.gif") 5px 6px no-repeat; font-weight:bold;}
    
    /* Right column - Talen */
    #col ul#talen {margin:15px 0; padding:0; list-style:none;}
    #col ul#talen li {margin:0; padding:0; border-bottom:1px solid #121212;}
    #col ul#talen li.nl {
	display:block;
	padding:3px 0 3px 27px;
	text-decoration:none;
	background-image: url(images/nl.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-size: 14px;
}
    #col ul#talen li.nl {background-color:#1A1A1A; color:#C0C0C0;}

 #col ul#talen li.en {
	display:block;
	padding:3px 0 3px 27px;
	text-decoration:none;
	background-image: url(images/en.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-size: 14px;
}
    #col ul#talen li.en {background-color:#1A1A1A; color:#C0C0C0;}

/* Footer */
#footer {position:relative; clear:both; width:770px; height:60px; margin-bottom:50px; color:#666666;}
#footer a {color:#666666;}
#footer a:hover {color:#C0C0C0;}
.footertekst { text-align:center; }

    /* Footer */
    #top {position:absolute; top:55px; left:550px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("images/ico_top.gif") 0 0 no-repeat; cursor:pointer;}
    #top a:hover span {background:url("images/ico_top.gif") -30px 0 no-repeat;}

    /*  Footer - copyright */
    #footer p#copyright {position:absolute; top:10px; left:40px; margin:0;}

    /* Footer - created by */
    #createdby {position:absolute; top:10px; left:562px; margin:0; color:#4D4D4D;}
    #createdby a {color:#4D4D4D;}


/* Extra toevoeging */

ul.paradice{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	float:right;
	vertical-align: middle;
}
ul.paradice li.pds a{
	width:112px;
	height:53px;
	display:block;
	text-decoration:none;
	list-style-type: none;
	background-image: url(http://www.dicepoker.nl/images/nuspelen.gif);
	background-repeat: no-repeat;
}
ul.paradice li.pds a:hover{
background:url(http://www.dicepoker.nl/images/nuspelenhover.gif) no-repeat;
}
ul.freeroll{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
}
ul.freeroll li.pds a{
	width:103px;
	height:44px;
	display:block;
	background:url(http://www.gokeiland.nl/images/speelparadice.png) no-repeat;
	text-decoration:none;
	list-style-type: none;
}
ul.freeroll li.pds a:hover{
background:url(http://www.gokeiland.nl/images/speelparadicehover.png) no-repeat;
}
/* nieuws headlines */
.NewsOverview, .NewsDescription {
	font-family: ;
	font-size: 11px;
	color: ;
	padding: 3px;
	display:block;
}
.NewsOverview {
	font-weight: bold;
	padding-bottom: 5px;
}
.NewsOverview a:link, .NewsOverview a:visited {
	color: ;
	text-decoration: none;
	font-weight:normal;
	display:block;
}
.NewsOverview a:hover {
	color: ;
	text-decoration: underline;
}
.NewsTitle h1 {
	font-family: ;
	font-size: 16px;
	color: ;
	font-weight: bold;
	padding: 3px;
	margin:0px 0px 0px 0px;
	background-color: ;
}
.NewsTitle a:link h1, .NewsTitle a:visited h1 {
	color: ;
	font-size: 11px;
	text-decoration: underline;
	display:block;
}
.NewsTitle a:hover h1 {
	color: ;
	text-decoration: underline;
}
.NewsDate {
	font-family: ;
	font-size: 9px;
	color: ;
	padding:3px;
}
.NewsDate a:link, #NewsDate a:visited {
	color: ;
	text-decoration: none;
	display:block;
}
.NewsDate a:hover {
	color: ;
	text-decoration: none;
}
.NewsThumb img {
	border:none;
}
.NewsThumb {
	float:left;
	padding: 0px 10px 5px 3px;
}
.NewsItem {
	display:block;
	clear:both;
	background-color: ;
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px solid ;
}
.NewsPreviewItem {
	display:block;
	clear:both;
	margin: 0px 0px 25px 0px;
	/*background-color:#cccccc;
	border: 1px solid #000000;*/
	background-color: ;
}

/* Table verandering */
table{-webkit-box-shadow: 0 1px 8px #000; -moz-box-shadow: 0px 1px 14px #000}
center table{-webkit-box-shadow: 0 1px 8px #888; width:770px}
table{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-color: #FC0;
	border: 1px solid #F60;
}
table td[bgcolor]{
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background-color: #000;
	color: #F00;
}
#main #page #page-in #content .article table tr td center p font {
	font-weight: bold;
}
#main #page #page-in #content .article table tr td center font {
	font-weight: bold;
}

.imgcontent{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

