

#main-backend
{
	background-color:#fff;
	font-family:	Trebuchet MS;	
}

#main-backend table
{
	font-size: 12px;
}

#main h1
{
	float:left;
	background-color:#fff;
	text-align:left;
	color:#000;
	font-size:13px;
	font-weight:normal;	
	border-bottom:5px double #ca8e84;	
	padding-left:6px;
	margin-top:0px;
	margin-bottom:0;
	padding-top:0px;
	padding-bottom:0px;
	width:849px;		
}

#main-content p
{
	text-align:left;
}


#left-corner-top
{
	background-image:url(../img/corner_block_top_left.png);
	width:14px;
	height:13px;
	float:left;
}

.white-horizontal-bar
{
	height:13px;
	width:827px;
	background-color:#fff;
	float:left;
}

#right-corner-top
{
	background-image:url(../img/corner_block_top_right.png);
	width:14px;
	height:13px;
	float:left;
}

#main-content
{
	background-color:#fff;
	float:left;
	width:843px;
	padding: 6px 6px 6px 6px;
}		



#left-corner-bottom
{
	background-image:url(../img/corner_block_bottom_left.png);
	width:14px;
	height:13px;
	float:left;
		margin-bottom:48px;
}

#right-corner-bottom
{
	background-image:url(../img/corner_block_bottom_right.png);
	width:14px;
	height:13px;
	float:left;
		margin-bottom:48px;
}

#main-content a:link {
  text-decoration: none;
   color: #305cd3;
   font-weight:bold;
   text-decoration:underline; 
}

#main-content a:active {
  text-decoration: none;
   color: #d3302d;
   font-weight:bold;
   text-decoration:underline; 
}

#main-content a:hover {
  text-decoration: none;
   color: #305cd3;
   font-weight:bold;
}

#main-content a:visited {
  text-decoration: none;
   color: #305cd3;   
   text-decoration:underline; 
}

legend
{
	color: #d3302d;
}

#main-content p.categorieen
{
	text-align:center;	
}

#main-content form
{
	margin:0;
}

#main-content select
{
	font-size:10px;
}



/* #main-content a:hover{
  text-decoration: none;
  color: #fff;
}

#main-content a:visited{
  text-decoration: none;
  color: #fff;
}

*/