/*
CSS frame styles
*/

fieldset
{
	border:none;
	margin:10px;
}

legend
{
	font:bold 12px verdana;
	margin:0px;
	padding:2px;
	color:#333333;
}

input 
{
	border:solid 1px #333399;
	background:#EEEEEE;
}

label
{
	font:normal 14px verdana;
}
#items {
 padding:4px;
 font:normal 11px verdana;
}

#items strong {
 font:bold 12px verdana;
}

#item {
 margin:5px;
}

div#container
{
	margin:auto;
	width: 980px;
	text-align:left;
}

div#wrapper
{
	position:absolute;
	border:solid 1px #333399;
	height:auto;	
	background:#CCCCFF;
}

div#header
{
	height:150px;
	border-bottom:solid 1px #333399;
}

div#middle
{
	width:976px;
	background:#CCCCFF;
	min-height:600px;
}

div#middle div#categories
{
	width:203px;
	float:left;
	background:#CCCCFF;
}


div#middle div#categories ul
{
	margin:0px;
	list-style-type:none;
}

div#middle div#center 
{
	width:770px;
	margin-left:203px;
}

div#middle div#center div#category
{
	width:768px;
	background: #333399;
	font:bold 11px verdana;
	color:white;
	padding:2px;
	padding-left:10px;
	border-left:dashed 2px #333399;
}


tr.lagerhoofd
{
	background: #333399;
	color:white;
	
}

div#middle div#center div#top
{
	height:200px;
	z-index:0;
	width:761px;
	border-left:dashed 2px #333399;
}	

div#middle div#center div#top div#menu
{
	position:absolute;
	height:30px;
	margin:0px;
	width:780px;
	border-bottom: dashed 2px #333399;
	background:url(images/alpha.png) repeat;
}

div#footer
{
	background:#333399;
	width:980px;

}

div#footer, div#footer a
{
	font:normal 12px verdana;
	color:white;
	padding:2px;
}

div#categories
{
	padding-top:20px;
}

div#categories ul
{
	width:200px;
	margin:0px;
	padding:0px;
}

#categories ul li
{
	background:url(images/button.png) repeat;
}

#categories ul li a
{
	font:bold 12px verdana;
	color:#333399;
}

#categories ul li ul li a
{
	color:white;
	font:normal 11px verdana;
	text-decoration:none;
	padding-left:4px;

}

#categories ul li ul li ul li a
{
	padding-left:8px;
}

#categories ul li ul li ul li ul li a
{
	padding-left:16px;
}

#categories ul li ul li
{
	background:url(images/subbutton.png) repeat;
}

div#menu 
{
	background:url(images/blank.png) repeat;
}

div#menu ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#menu ul li 
{
	float:left;
	padding:2px;
}

div#middle div#center div#top div#menu a
{
	color:#333399;
	font:bold 12px verdana;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	top:5px;
}

div#middle div#center div#content
{
	width:623px;

	font:normal 12px verdana;
	background:white;
	color:#333333;
	border-right:dashed 2px #333399;
	border-left:dashed 2px #333399;
	border-bottom:dashed 2px #333399;
	bottom:5px;
	float:left;
}

div#middle div#center div#banners
{
	width:125px;
	margin-left:630px;
	background:#CCCCFF;
}

.button {
	font:bold 12px verdana;
	text-decoration:none;
	padding:2px;
	color:#333399;
	padding-left:10px;
	padding-right:10px;
}

.even {
	background:#CBCDFE;
}
.odd {
	background:#989ACB;
}

.class {
	background: #333399;
}

.table {
	width:100%;
	border-bottom:solid 2px #333399;
	border-top:solid 2px #333399;
	padding:0px;
	margin:0px;
}

.thead {
	font:normal 11px verdana;
	color:blue;  
	height:10px;
}

.table tr 
{
	height:10px;
}
