@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE0C8C;
	font-weight: bold;
}
body {
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #A980B3;
	scrollbar-darkshadow-color: #A980B3;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #A980B3;
	scrollbar-arrow-color: #A980B3;
	background-color:#FE0A7B;
	background-image: url(../images/fon_body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
html, body, table.middle {
	margin: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
}
table.middle {
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
	width: 955px;
}
.container {
	height: 610px;
	margin-top: 20px;
	width: 955px;
	padding: 0px;
	margin-left: 1px;
}
.container #header  {
	height: 40px;
	display: block;
	text-align: right;
	margin-right: 230px;
	padding-top: 31px;
}
.container #header img {
	margin-left: 5px;
	margin-top: 5px;
}
.container #header a {
	color:#660099;
	text-decoration: none;
}
.container #header a:hover {
	color:#000000;
	text-decoration: none;
}
.container #scroll {
	height: 22px;
	display: block;
	color: #FFFFFF;
	line-height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.container #menu {
	width: 128px;
	display: block;
	color: #FFFFFF;
	float: left;
	margin-left: 3px;
}
.container #menu a {
	display: block;
	color:#660099;
	text-decoration: none;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/ster_groen.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container #menu a:hover {
	color:#000000;
	text-decoration: none;
	background-color: #99FFFF;
	background-image: url(../images/ster_blauw.gif);
}
.container #menu .sel a {
	color:#000000;
	text-decoration: none;
	background-color: #99FFFF;
	background-image: url(../images/ster_blauw.gif);
}
.container #content {
	width: 780px;
	height: 480px;
	display: block;
	color: #66009B;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	overflow: auto;
	font-weight: normal;
}
.container #content a {
	color:#66009B;
	font-weight:bold;
	text-decoration: none;
}
.container #content a:hover {
	color:#000000;
	text-decoration: none;
}
