html, body
{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:12px;
	color:#000000;
	height:100%;
	width:100%;
	margin:0px;
}

TABLE.parent
{
	background-color:#FFFFFF;
	width:760px;
	height:100%;
	padding-top:3px;
	padding-bottom:3px;
}

TABLE.top-grijs
{
	height:20px;
	width:760px;
	text-align:right;
	background-color:#444444;
}

TABLE.top-main
{
	background-color:#c7e5ff;
	height:317px;
	width:760px;
}

ul.menu {
	width: 720px;
	height: 25px;
	margin: 0px;
	background-image:url(../images/menubg.jpg);
	background-repeat:no-repeat;
	background-color:#444444;
	}
	
	ul.menu li {
		float:  left;
		list-style-type:  none;
		height:  25px;
		}
		
		ul.menu li a {
			text-decoration:  none;
			color: white;
			padding: 2px 10px;
			line-height:  25px;
			}

		ul.menu li a:hover {
			background-color:#cc0404;
			}

TABLE.content
{
	height:100%;
	width:760px;
}

TD.content1
{
	height:100%;
	width:570px;
}

TD.content2
{
	width:190px;
	background-color:#c7e5ff;
}

.content-tekst1
{
	padding:11px;
}

.content-tekst2
{
	padding:5px;
}

.content1 h1 {	
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:14px;
	color:#cc0404;
	font-weight:bold;
}

.medium-kop
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.meer
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:10px;
	color:#000000;
	padding-left:20px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:0px;
}

/* linkjes doen */

a {
	color: #cc0404;
	text-decoration:  none;;;	
}	

a:link.top-info, a:active.top-info, a:visited.top-info
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:10px;
}

a:hover.top-info
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
a:link.side-info, a:active.side-info, a:visited.side-info
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	margin-right:10px;
}

a:hover.side-info
{
	font-family:"Trebuchet MS", Calibri, Verdana, Arial;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
