@charset "utf-8";
/* CSS Document */

body {
	font-family:verdana;
	font-size:12px;
	background-image:url(images/bg.png);
	
}


hr {
	width:50%;
}

h1 {
	font-size:14px;
	text-decoration:underline;
	margin-bottom:5px;
	margin-top:10px;
}

a, a:visited, a:active {
	color:blue;
}

#logodiv {
	text-align:center;
}

#logodiv img {
	border:0px;
}

#links {
	margin:auto;
	margin-top:-20px;
	background-image: url(images/links.png);
	background-repeat:no-repeat;
	width:423px;
	height:28px;
	color:#FFF;
	padding-top:5px;
	text-align:left;
	text-shadow: 1px 1px 0px #000;
	font-size:14px;
}

#links a:link{
	padding-left:24px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#links a:hover{
	text-decoration:underline;
}
#links a:visited{
	 color:#FFF;
}
#links table {
	margin:0px auto;
}

#links td {
	padding:4px;
}

#chats {
	display:none;
}

#chat table {
	width:60%;
}

#bottomlinks {
	text-align:center;
	margin:0px auto;
}

#bottomlinks a:link{
	color:#666;
}
#bottomlinks table {
	margin:0px auto;
}

#bottomlinks td {
	padding:4px;
}

#body {
	width:800px;
	margin:0px auto;
	height:auto;
	overflow:auto;
	
	
}
#body2 {
	width:1200px;
	padding: 20px;
	margin:0px auto;
	height:auto;
	overflow:auto;
	
	
}
.iframe {
	width:1200px;
}
#body2 a:link{
	color:#666;}
#content {
	margin: auto;
	margin-top:15px;
	width:1200px;
	min-height:100px;
	height:900px;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#666;}

#banner {
	margin:0px auto;
	text-align:center;
	font-size:10px;
	padding-bottom:20px;
}


.channelblock {
	float:left;
	margin:10px;
	background-image: url(images/lastadded.png);
	background-repeat: no-repeat;
	width:182px;
	height:164px;
	padding-bottom:15px;
	padding-top:10px;
	border:none;
	color:#666px;
}
.channelblock2 {
	float:left;
	margin:10px;
	background-image: url(images/games.png);
	background-repeat: no-repeat;
	width:182px;
	height:164px;
	padding-bottom:15px;
	padding-top:10px;
	border:none;
	color:#666px;
}
.channelblock3 {
	float:left;
	margin:10px;
	background-image: url(images/fun.png);
	background-repeat: no-repeat;
	width:182px;
	height:164px;
	padding-bottom:15px;
	padding-top:10px;
	border:none;
	color:#666px;
}


.naam {
	
	padding:11px 0px 2px 8px;
	
}

.naamd {
	
	
	width:135px;
	overflow:hidden;
}
.naamd a:link{
	color:#666;
	font-weight:bold;
}
.titel {
	font-weight:bold;
	vertical-align:bottom;
	font-size:12px;
	color:#666;
	padding-top:5px;
	padding-bottom:5px;
}

.online {
	text-align:right;
	
}

.aantal {
	text-align:right;
	font-size:11px;
	padding-top:12px;
	width:20px;
}

#zoek {
	text-align:left;
	background-image:url(images/zoek.png);
	background-repeat:repeat-x;
	float:left;
	margin:10px;
	background-color:#fff;
	width:154px;
	border:1px solid;
	border-color:#b2b2b2;	
	height:auto;
	padding:8px 10px 5px 6px;
	height:149px;
}

#zoek p, form {
	font-size:10px;
	margin:0px;
	padding:0px;
	margin-top:2px;
	text-align:left;
}

#zoek .onthoud {
	vertical-align:middle;
}

#zoek .titel {
	font-size:11px;
	margin-top:5px;
}

#zoek p {
	text-align:left;
}

#zoek .zoek {
	width:100%;
	font-size:11px;
	vertical-align:middle;
	margin-bottom:2px;
}

#zoek .submit {
	margin-top:10px;
	margin-right:-7px;
	background-image:url(images/zoekb.png);
	background-repeat:no-repeat;
	height:24px;	
	width:63px;
	border:none;
	text-indent:1000px;
	cursor:pointer;
}
#zoek .submitwis {
	background-image:url(images/wis.png);
	background-repeat:no-repeat;
	height:24px;	
	width:63px;
	border:none;
	text-indent:1000px;
	cursor:pointer;
}

.alignright {
	text-align:right;
}