html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000000;
	/*background-image: url(../gfx/bg_01.jpg);*/
}

#shadelinks{
	width: 20px;
	background: transparent url(../gfx/shadelinks.jpg) repeat scroll top left;
}
#shaderechts{
	width: 20px;
	background: transparent url(../gfx/shaderechts.jpg) repeat scroll top right;
}

.border_visible{
	border: solid 1px #000000;
}

a{
	color: #000000;
	font-family: verdana;
	font-size: 12;
	text-decoration: none;
}

td{
	font-family: verdana;
	font-size: 10;
	color: #000000;	
}

.opsomming{
	font-family: verdana;
	font-size: 16;
	color: #000000;	
}

.header{
	font-family: verdana;
	font-size: 14;
	color: #E5F3E4;	
	font-weight: bold;
}

.header_small{
	font-family: verdana;
	font-size: 10;
	color: #2F409C;	
	font-weight: bold;
}

.header_small a{
	font-family: verdana;
	font-size: 10;
	color: #2F409C;	
	font-weight: bold;
	text-decoration: underline;
}

.menu_normal td{
	backgroundColor: #000000;
	border-bottom: 1px dotted #000000;
}

.menu_normal td a{
	backgroundColor: #000000;
	border-bottom: 1px dotted #000000;
}

.menu_sel td{
	backgroundColor: #E5F3E4;
	border-bottom: 1px dotted #000000;
}
