body {
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

ul a{
	font-weight: bold;
	color: #de981c;
	cursor: default;
	font-size: 14px;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
	font-size: 14px;
}

ul ul a:hover, ul ul a:active{
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
}

ul li{
	border-left: 20px solid #ffffff;
	font-size: 14px;
}

ul ul li{
	background-color: #666;
	border-top: 0px solid #FFF;
	border-left: 0;
	font-size: 14px;
}


/* ---------------------------------------- CLASSES ---------------------------------*/

.tekst {
	font-size: 9px;
	font-style: normal;
	color: #000000;
}

.tekstbruin {
	font-size: 12px;
	font-style: normal;
	color: #613522;
}

.titel {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #de981c;
	text-transform: uppercase;
}

.selected {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.oranje {
	color: #f49800;
}

.bgoranje {
	background-color: #f49800;
}

.tdoranje {
	background-color: #de981c;
	color: #FFF;
}

.contacttitel {
	font-size: 14px;
	color: #613522;
	font-weight: bold;
}

.omschrijving {
	color: #f49800;
	font-size: 14px;
}

.contactomschrijving {
	font-size: 8px;
	color: #000;
}

.inputcontact {
	width: 200px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.inputomzet {
	width: 100px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.inputsubmitcontact {
	width: 200px;
	background-color: #de981c;
	border: 1px solid #613522;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ---------------------------------------- DIVS ---------------------------------*/

#kolomlinks {
	width: 310px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	min-height: 200px;
	background-image: url(images/products/wafels_menu.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
}

#kolomlinks ul {
	padding: 0;
	margin: 0;
}

#kolomlinks ul li { 
	display: block;
	width: 250px;
	list-style-type: none; 
	text-align: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 20px;
}

#kolomlinks ul li a:link { 
	color: #613522;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#kolomlinks ul li a:visited { 
	color: #613522;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#kolomlinks ul li a:hover {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#kolomlinks ul li a:active {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#kolomrechts {
	width: 600px;
	margin-right: 20px;
	margin-top: 5px;
	float: right;
}

#kolomrechts img {
	display: block;
	border: 1px solid #f49800; 	
}

#contactleft {
	width: 450px;
	float: left;
	margin-left: 30px;
	padding-top: 20px;
}

#contactleft img {
	display: block;
	border: 1px solid #f49800;
}

#contactright {
	width: 420px;
	float: right;
	padding-top: 26px;
}



#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: right;
width: 120px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
}



/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

a:link {
	text-decoration: none;
}
