/* CSS Document */
body {
	color: #4b3219;
}

.error{
	color: red;
}

h3{
	padding: 0px;
	margin: 0px;
	color: white;
	height: 30px;
	color: #303188;
}

h4 {
	padding: 0px;
	margin: 0px;
	color: #303188;
	min-height: 18px;
	_height: 30px;
	font-size: 18px;
	margin-bottom: 8px;
}

p{
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

.vacature_main_menu_item{
	padding: 8px 0 8px 0;	
}

#footer_home a,
#footer a,
#home_bottom a,
#top a {
	color: white;
	text-decoration:none;
	font-weight: bold;
}

#footer_home a:hover,
#home_bottom a:hover,
#footer a:hover{
	color: #ffcccc;
	text-decoration:none;
}

#left_menu_content a,
#product_text a,
#template_text_content a{
	color: #303188;
	text-decoration: none;
}

#left_menu_content a:hover,
#product_text a:hover,
#template_text_content a:hover{
	text-decoration: underline;
}

H2 {
	font-size:18px;
	color: #4b3219;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
}

li.menu {
	position: relative;
	padding-left:0px;
	background-image: url(../../images/wieger_ketellapper/pijl-blauw.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0px 8px 15px;
	line-height:15px;
}

.product_options ul{
	margin-top: 0px;
	padding-top: 0px;
}


/*** Formulieren opmaak ***/

INPUT.form {
  	font-family: Arial,Verdana;
  	font-size: 8pt;
	color: #004990;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: #004990;
}

INPUT.btn {
  	font-family: Arial,Verdana;
  	font-size: 8pt;
	color: rgb(147,59,41);
	background: rgb(255,204,0);
	border: solid;
	border-width: 1px;
	border-color: rgb(147,59,41);	
}

textarea.form {
  	font-family: Arial,Verdana;
  	font-size: 8pt;
	color: #004990;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: #004990;
}

select.form {
  	font-family: Arial,Verdana;
 	font-size: 8pt;
	color: #004990;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: #004990;	
}