/* Stylesheet 2.1
Voor: Chatkamer.net
Door: Richard R. Peters
Style: Lime-DarkGray
Op: 29-03-2008
Mijn aller eerste voledig zelfgemaakte stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00FF00;
	background: #202020;
	text-align: center;
	margin: 0 3.5%;
}
table {
	color: #00FF00;
	background: #202020;
	text-align: center;
	font-weight: bold;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Header toplogo */
table.header {
	width: 80%;
	background: none;
	margin: 33px auto 0 auto;
	}
th.header {
	background: #00FF00 url(images/headernet.gif);
	color: #202020;
	height: 90px;
	width: 934px;
	}

/* toolbar online-users datum time */
table#toolbar {
	background: none;
	color: #202020;
	width: 100%;
	}
td#bfront {
	background: url(images/buttonfront.png);
	width: 17px;
	height: 40px;
	}
td#bmiddle {
	background: url(images/buttonmiddle.png);
	}
td#bback { 
	background: url(images/buttonback.png);
	width: 18px;
	height: 40px;
	}
	
table#tbody {
	width: 934px;
	padding 40px 0 0 0;
	}	
table.tbody {
	background: #00FF00;
	}
#navmenu { width: 175px; }

hr {
	color: #00FF00;
	}

a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #00ff00;
	text-decoration: overline underline;
}
a:active {
	color: #202020;
	background: #00ff00;
}

/* border afbeeldingen */
.lb { background: #00ff00 url(images/lb.gif) repeat-y right; width: 18px; }
.tb { background: #00ff00 url(images/tb.gif) repeat-x bottom; height: 18px; }
.rb { background: #00ff00 url(images/rb.gif) repeat-y left; width: 18px; }
.bb { background: #00ff00 url(images/bb.gif) repeat-x top; height: 18px; }
.lctb { background: #00ff00 url(images/lbct.gif) no-repeat bottom; width: 18px; height: 18px; }
.rctb { background: #00ff00 url(images/rbct.gif) no-repeat bottom; width: 18px; height: 18px; }
.lcbb { background: #00ff00 url(images/lbcb.gif) no-repeat top; width: 18px; height: 18px; }
.rcbb { background: #00ff00 url(images/rbcb.gif) no-repeat top; width: 18px; height: 18px; }

.inhoud { height: 445px; margin: 0 auto 0 auto; }
p#copyright {
	font-weight: none;
	font-size: 11px;
	margin: 0 auto 0 auto
	}
	
/* nieuwe navigatie style */

ul {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	}
	
ul img {
	border-width: 1px;
	border-color: #00ff00;
	border-style: none none solid none;
	}
form { width: 708px; }
