/* CSS Document */
html{
	background-color: #fff;
	background-image: url(../image/background2.png);
	background-repeat: repeat-y;
	}

body
	{
    margin: 0;
    padding	: 0;
  	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #888;
    height: 100%;
    text-align: left;
	background-image: url(../image/background.png);
	background-repeat: no-repeat;
	}
	
a:link,
a:visited
	{
	color			: #666;
	border			:0px none;
	}	
a:hover
	{	
	color: #FF0000;
	border:0px none;
	}
	
h2
	{
	margin:0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005200;
	font-weight: 100;
	}

#frame
	{
	text-align     	: left;
	position       	: relative;
	width          	: 729px;
	height         	: auto;
	margin-right   	: auto;
	margin-left    	: 74px;
	margin-top     	: 0;
	padding        	: 0;

  	}

#header
	{
	width:auto;
	height:74px;
	padding:7px 10px 0 15px;
	}
	
#header .search
	{
	margin-top:25px;
	float:right;
	color:#BFBFBE;
	float:right;
	width:185px;
	margin-right:10px;
  	}
	
#header input.login
	{
	color:#BCBCBC;
	background-image: url(../image/input_beta.gif);
	background-repeat: repeat-x;
	width:111px;
	border: 1px solid #FFFFFF;
	padding:2px 0 0 4px;
	margin-right:2px;
	float:right;
	}

#header input.go
	{
	background-color:#EAEAEA;
	width:30px;
	color:#B6B6B6;
	border-top:solid #FFFFFF 1px;
	border-right:solid #86908D 1px;
	border-left:solid #FFFFFF 1px;
	border-bottom: solid #86908D 1px;
	float:right;
	}
	
#header h1 span
	{
	display:none;
	}
	
#header h1
	{
	float:left;
	background-image: url(../image/reputator.gif);	
	width:314px;
	height:60px;
	margin:0;
	padding:0;
	}	

#menu
	{
	padding:2px 0 0 15px;
	width:auto;
	height:20px;
	background-image: url(../image/background_menu.png);
	background-repeat: repeat-x;
	color:#FFF;
	font-size:12px;
	}
	
#menu a
	{
	color:#fff;
	text-decoration: none;
	}

/* voorpagina */	

.content
	{
	position: relative;
	width:auto;
	padding:15px 15px 0 15px;
	min-height:349px;
  	}

.content .midden
	{
	margin:0 4px 0 4px;
	}


.content .box_uitleg
	{
	float:left;
	background-image: url(../image/background_text.png);
	width:400px;
	height:171px;
	background-repeat: repeat-x;
	padding:10px 7px 7px 7px;
	margin:15px 8px 0 0;
	_margin:15px 8px 0 8px;
	color:#8A8989;
	line-height:16px;
	}

.content .box_signup
	{
	display:inline;
	background-image: url(../image/background_text.png);
	background-repeat:repeat-x;
	width:260px;
	height:140px;
	float:left;
	padding:10px 7px 7px 7px;
	color:#8A8989;
	margin-top:15px;
	line-height:16px;
	}
	
.content .box_signup form
	{
	color:#696969;
	margin-top:8px;
	}

.content .box_signup form select
	{
	display:none;
	}
	
.content .box_signup form .email
	{	
	color:#696969;
	background-image: url(../image/input_beta.gif);
	background-repeat: repeat-x;
	width:180px;
	border: 1px solid #FFFFFF;
	padding:2px 0 0 4px;
	margin-right:2px;
	float:left;
	}
	
.content .box_signup form .sign_up
	{
	background-color:#EAEAEA;
	width:60px;
	color:#696969;
	border-top:solid #FFFFFF 1px;
	border-right:solid #86908D 1px;
	border-left:solid #FFFFFF 1px;
	border-bottom: solid #86908D 1px;
	float:left;
	}
	

.survey .txt
	{
	color:#666666;
	}

#bottom
	{
	width:500px;
	float:right;
	text-align:right;
	color:#3F3F3F;
	margin:50px 15px 0 0;
	_margin:50px 10px 0 0;
	}
	
#bottom img
	{
	margin-bottom:5px;
	}
	
#bottom a
	{
	color:#A1A1A1;
	text-decoration:none;
	}