/* CSS Document */

body, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1.3;
	
}

td {
	vertical-align: top;
}

a {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666666;
}

h1 {
	font-size: 34px;
	color: #f69138;
	font-weight: normal;
	margin: 0px;
	margin-left: -2px;
	margin-top: -9px;
	margin-bottom: 10px;
	
	
}

h2 {
	font-size: 16px;
	color: #333;
	margin-top: 18px;
	margin-bottom: 12px;
}

h3 {
	font-size: 15px;
	color: #032043;
	margin-top: 18px;
	margin-bottom: 2px;
}



.header
{
	z-index: 0;
	width: 970px;
	height: 243px;
	background-image: url(../img/header_verf.png);
	background-repeat: no-repeat;
	text-align: left;
}

.menu
{
	position: relative;
	z-index: 1;
	padding-left: 60px;
	padding-top: 194px;
}

.main {
	position: relative;
	width: 970px;
	min-height: 340px;
	margin: 0px;
	text-align:left;
	padding-left: 89px;
	padding-top: 10px;
}

.contact
{	
	z-index:0;
	position: absolute;
	width: 205px;
	height: 211px;
	background-color: #f69138;
	background-image: url(../img/bg_contact.png);
	background-repeat:no-repeat;
	color: #414141;
	padding-left: 29px;
	padding-top: 90px;
}

.contactkop
{
	color: #FFF;
	font-weight: bold;
}

.content
{
	position: relative;
	padding-left: 275px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #5f5e5e;
	width: 590px;
	min-height: 283px;
	line-height: 1.5;
	
}

.footer {
	width: 590px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	margin-left: 274px;
	padding-top: 10px;
	background-image: url(../img/streep_footer.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

.footer a {
	color:#909090;
	text-decoration: none;
}
.footer a:visited {
	color: #909090;
	text-decoration: none;
}
.footer a:hover {
	color: #909090;
	text-decoration: underline;
}
.footer a:active {
	color: #909090;
	text-decoration: none;
}

.contact a {
	color:#414141;
	text-decoration: none;
}
.contact a:visited {
	color: #414141;
	text-decoration: none;
}
.contact a:hover {
	color: #414141;
	text-decoration: underline;
}
.contact a:414141 {
	color: #032043;
	text-decoration: none;
}

#list_item {
	border-bottom: #FFF solid 1px;
	padding-left: 14px;
	padding-right: 30px;
}

.menu_nieuws {
	display: none; 
	position: absolute; 
	left: 129px; 
}

.menu_informatie {
	display: none; 
	position: absolute; 
	left: 204px; 
}

.menu_bestellen {
	display: none; 
	position: absolute; 
	left: 298px; 
}

.menu_bestellen, .menu_nieuws, .menu_informatie {
	z-index: auto;
	border: #FFF solid 1px;
	border-bottom: none;
	background-color: #f1a159;
	color: #FFF;
	line-height: 36px;
	top: 226px;
}

input, .textfield, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 1px;
}

.red {
	color: #C00;
	font-size: 10px;
}
