/* CSS Document */

body {
	background-image: url('../images/bg-body.gif');
	background-repeat: repeat;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {	color: #F5AD1B;	text-decoration: underline; }
a:hover, a:active { color: #F5AD1B;	text-decoration: underline; }

.oranje { color: #F5AD1B; }
.thick { color: #F5AD1B; font-weight:bold; font-size:13px; }
.button { background-color:#000000; border:0px; padding:3px 3px 3px 3px; font-size:9px; font-weight:normal; float:right; color: #FFFFFF; cursor:pointer; }
.email-field { display:block; background-color:#FFFFFF; border:0px; padding:3px 2px 3px 2px; font-size:10px; width:170px; }
hr { border-bottom: 1px dotted #666; border-top: 0px; border-left: 0px; border-right: 0px; margin-top: 20px; margin-bottom: 20px; }

#thumb {
	position:relative;
	height:100px;
	width:20px;
	background-color: #FFFFFF;
}
