body
{
	background-image: url('images/background_body.png');
}

*
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.wrapper
{
	background-color: white;
}

.balk_oranje
{
	background-image: url('images/balk_oranje.png');
	height: 33px;
	font-weight: bold;
	color: white;
}

.balk_oranje a
{
	color: white;
	text-decoration: none;
}

.menu
{
	/* background-color: #B5B5B5; */
	background-color: #fcd7e3;
	padding: 10px;
}

.menu_top
{
	display: block;
	width: 140px;
	/* background-color: #666666; */
	background-color: #834690;
	border: 2px solid white;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-spacing: 1px;
	color: white;
}

.menu a
{
	display: block;
	width: 140px;
	/* background-color: #DFDFDF; */
	/* background-color: #fce7eb; */
	background-color: #fbf4f6;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding: 5px;
	color: #666666;
	text-decoration: none;
}

.menu a.sponsor
{
 	background-color: white;
    text-align: center;
}

.menu a:hover
{
	background-color: white;
}

.content
{
	padding: 10px;
	line-height: 20px;
}

.content a, .paars
{
	text-decoration: none;
	/* color: #65ab10; */
	color: #834690;
}

.content p
{
 	margin: 0;
}

.content a:hover
{
	/* color: #9bec37; */
	color: #c5a8cb;
}

.content img
{
 	border: 5px solid #f3f3f3;
}

h1
{
	font-size: 13px;
	margin-bottom: 5px;
}

.door
{
	display: block;
	border-top: 1px solid #F3F4F4;
	border-bottom: 1px solid #F3F4F4;
  	background-color: #FAFAFA;
  	width: 464px;
  	padding: 5px;
  	font-size: 10px;
  	margin-top: 10px;
  	margin-bottom: 20px;
}

.grijs
{
 	background-color: #f3f3f3;
    height: 16px;
}

.normaal
{
 	height: 16px;
}

a img
{
 	border: 0px;
}

form
{
 	margin: 0px;
}

span.rood
{
 	font-size: 9px;
    color: red;
}