html {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 2em;
}

body {
	margin: 0;
	padding: 5px;
	background-color: #C3DAF9;
	background-image:url('../afbeeldingen/bgadmin.png');
	background-repeat:repeat-x;
}

a:link{
	color: #282628;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #282628;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

.txtLong{
	width:250px;
}

#banner{
	margin:5px;
	color:#fff;
	background-color:#282628;
}

#banner a{
	color:#fff;
}

#banner a:link{
	text-decoration:none;
}

#banner a:visited{
	text-decoration:none;
}

.arrangebtn{
	background:#282628 url(../gfx/bannerlogo.gif) no-repeat 10px 10px;
	border:solid 2px white;
	width:260px;
	height:80px;
	margin:5px;
	padding:5px;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Serif;
}

.arrangebtn a, .arrangebtn a:link, .arrangebtn a:visited{
	font-weight:normal;
	color:#FFFFCE;
}

.arrangebtn h2{
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
	text-align:right;
	margin:0;
	padding:0;
}

.arrangebtn p{
	margin:15px 0 0 0;
	padding:0;
	line-height:1.5em;
	text-align:right;
	font-size:12px;
}

.arrangebtn a, .arrangebtn a:link, .arrangebtn a:visited{
	display:block;
	width:260px;
	height:80px;
	text-decoration:none;
}

.arrangebtn a:hover, .arrangebtn a:active{
	display:block;
	text-decoration:none;
}






















