/* Main Layout */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

div#newspost
{
	width: 670px;
	float: left;
	margin: 0px;
}
div#news_title
{
	width: 670px;
	height: 38px;
	float: left;
	margin: 0px;
	background-image: url(images/news_01.jpg);
	background-repeat: no-repeat;
}
div#news_title_cont
{
	width: 617px;
	height: 16px;
	margin: 10px 8px 12px 45px;
	vertical-align: middle;
	color: #FFFFFF;
}
div#news_header
{
	width: 670px;
	height: 101px;
	margin: 0px;
	float: left;
	background-image: url(images/news_top_bg.jpg);
	background-repeat: no-repeat;
}

div#news_header_left
{
	width: 350px;
	height: 85px;
	float: left;
	margin: 0px 5px 16px 17px;
}
div#news_header_right
{
	width: 293px;
	height: 75px;
	float: left;
	margin: 10px 5px 16px 0px;
}
div.news_content
{
	width: 670px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/news_content_bg.png);
	background-repeat: repeat-y;
}
div.news_content_cont
{
	width: 651px;
	margin: 0px 9px 0px 10px;
	float: left;
}
div#news_bot
{
	width: 670px;
	height: 25px;
	margin: 0px;
	float: left;
	background-image: url(images/news_09.jpg);
	background-repeat: no-repeat;
}
div#news_tussen
{
	width: 670px;
	height: 16px;
	margin: 0px;
	float: left;
	background-image: url(images/news_05.jpg);
	background-repeat: no-repeat;
}

table.left
{
	border: none;
	float: left;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #1d6a98;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #cbc7c8;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: none;
}

a.white, a.white:visited, a.white:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.white:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #c7c8c8;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  background-color: #FFFFFF;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category_big_forum, .category_big_forum a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* Tactieken page! */

#headerbalk {
	background:#333;
	width:100%;
	height:22px;
	font-size:18px;
	text-align:center;
	color:#FFF;
}

#bottom {
	background:#333;
	width:100%;
	height:22px;
}

#buttons {
	background:#FFF;
	text-align:center;
	height:auto;
}

/*Sponsor en partner script*/
#sponcontainer {
	width:272px;
	height:auto;
	margin:0 0;
	padding:0 0;
}

#containerpartner {
	width:272px;
	height:auto;
	margin:0 0;
	padding:0 0;
	margin-left:20px;
}

#dgservers {
	background:url(sponsor/dg1.png);
	width:272px;
	height:93px;
}

#dgservers:hover {
	background:url(sponsor/dg2.png);
}


#BEservers {
	background:url(sponsor/bes1.png);
	width:272px;
	height:93px;
}

#BEservers:hover {
	background:url(sponsor/bes2.png);
}

#gvw-hosting {
	background:url(sponsor/gvw1.png);
	width:272px;
	height:93px;
}

#gvw-hosting:hover {
	background:url(sponsor/gvw2.png);
}

#dven {
	background:url(sponsor/dven1.png);
	width:272px;
	height:93px;
}

#dven:hover {
	background:url(sponsor/dven2.png);
}

#cod {
	background:url(sponsor/cod1.png);
	width:272px;
	height:93px;
}

#cod:hover {
	background:url(sponsor/Cod2.png);
}

#game {
	background:url(sponsor/game1.png);
	width:272px;
	height:93px;
}

#game:hover {
	background:url(sponsor/game2.png);
}


/* END Sponsor en partner script*/

/* Begin logged page */
#checkbody {
	background:#1d1d1d;
	padding: 0 0;
	margin:199px auto;
}

#checkcontainer {
	background:#FFF;
	width:668px;
	height:195px;
	margin:0 auto;
}

#checkcheck {
	width:666px;
	height:194px;
	margin:1px 1px 1px 1px;
}

#checktop {
	background:url(images/logged/logged_01.gif);
	width:666px;
	height:134px;
	float:left;
}

#checkinfo {
	background:url(images/logged/logged_02.gif);
	width:666px;
	height:50px;
	text-align:center;
	color:#1d1d1d;
	float:left;
}

#checkbottom {
	background:url(images/logged/logged_03.gif);
	width:666px;
	height:10px;
	float:left;
}
	


/* End logged page */


/* Begin Xfire status page */

#containerxfire {
	width:669px;
	height:90px;
	margin-left:1px;
	margin-top:3px;
}

#xfiretop {
	background:url(/images/xfire_01.gif);
	width:669px;
	height:7px;
}

#xfiretekst {
	width:669px;
	height:16px;
}

#xfiretekst1 {
	background:#1d1d1d;
	width:400px;
	height:16px;
	color:#FFF;
	font-size:14px;
	float:left
}

#xfiretekst2 {
	background:#1d1d1d;
	width:269px;
	height:16px;
	color:#FFF;
	font-size:14px;
	float:left;
}

#xfiremidbalk {
	background:url(/images/xfire_03.gif);
	width:669px;
	height:5px;
}

#xfirestatus {
	background:#FFF;
	padding-top:2px;
	width:669px;
	height:36px;
}

#xfirebuttom {
	background:url(/images/xfire_05.gif);
	width:669px;
	height:8px;
}
/* end Xfire status page */
