body     {
	color:        #000000;
	font-size:    12px;
	font-family:  arial;
	line-height:  19px;
	text-align:	  left;
	vertical-align:top;
	padding:	   0;
	margin:		 	0;
}

td   {
	color:      #000000;
	font-size:   12px;
	font-family: arial;
	line-height: 19px;
	text-align:left;vertical-align:top;
}

.table { 
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding:		5px 0px 5px 0px;
	text-align: left;
	color: #000000;
	font-weight:bold;
	vertical-align: top;
}


h1   {
	color:      #fff;
	font-size:   14px;
	font-family: arial;
	line-height: 22px;
	position: absolute;
	margin: 0 auto;
	width: 470px;
	height: 16px;
	top: 0px;
	left: 50%;
	margin-left: -470px;
	z-index:5;
}

h2   {
	color:      #000000;
	font-size:   12px;
	font-family: arial;
	line-height: 9px;
}

a:link, a:visited {
	color:          #666;
	font-size:   12px;
	text-decoration: none;
}

a:hover, .menu_on:link, .menu_on:visited {
	color:          #000000;
	font-size:   12px;
	text-decoration: none;
}

.loading {
	display: none;
}

#overlay {
	z-index: 10;
	filter: alpha(opacity=25); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#ccc;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	text-align:center; 
	vertical-align:middle;
}

#loader {
	z-index: 11;
	position:fixed; 
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	width: 26px;
	height: 26px;
	text-align:center; 
	vertical-align:middle;
	padding: 0px;
	
}


#container {
	position: absolute;
	margin: 0 auto;
	width: 975px;
	height: 600px;
	top: 0px;
	left: 50%;
	margin-left: -485px;
	margin-top: 100px;
}

.content {
	width: 975px; 
	height: 650px; /* voor IE */
	float: left;
	padding: 0;
	margin:	0;
	display: none;
}

/*
 * Keuze pagina
 */

.content .menuimage {
	float: left;
	height:600px;
	width: 243px;
	padding : 0;
	margin: 0;
	color: #413E3E;
	overflow: hidden;
}

.content .menuimage .foto {
	position: absolute; 
	top:0; 
	left: 0;
	padding: 0;
	margin: 0;
}

.content .menuimage .titel {
	position: absolute; 
	top:0; 
	left: 0;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	color : #000;
}

.content .menuimage .text {
	position: absolute; 
	top:300px; 
	left: 0;
	width: 223px;
	height: 150px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	display:none;
	z-index: 3;
}

.content .menuimage:hover .text {
	display: block;
	color: #413E3E;
	background:	url(../images/menu.png) repeat top left;
	filter: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/menu.png', sizingMethod='scale');
}

.content .text a {
	color: #413E3E;
}

.content .menuimage:hover {
	color: #fff;
}

.content .menuimage:hover .overlay{
	background: none;
}

.content .menuimage span {
	position: absolute; 
	top: -570px; 
	left: 20px;
	font-size: 22px;
	font-weight: bold;
}

/*
 * Keuze_5 pagina
 */

.content .menuimage_5 {
	float: left;
	height:600px;
	width: 195px;
	padding : 0;
	margin: 0;
	color: #413E3E;
	overflow: hidden;
}

.content .menuimage_5 .foto {
	position: absolute; 
	top:0; 
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

.content .menuimage_5 .titel {
	position: absolute; 
	top:0; 
	left: 0;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	color : #000;
}

.content .menuimage_5 .text {
	position: absolute; 
	top:300px; 
	left: 0;
	width: 175px;
	height: 280px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	background:	url(../images/menu.png) repeat top left;
	filter: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/menu.png’, sizingMethod=’scale’);
	z-index: 3;
	color: #413E3E;
	display: none;
}

.content .menuimage_5:hover .text {
	display: block;
	color: #413E3E;
}

.content .menuimage_5 .overlay {
	position: absolute; 
	top:0; 
	left: 0;
	width: 195px; 
	height: 600px;
	background:	url(../images/menu.png) repeat top left;
	filter: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/menu.png’, sizingMethod=’scale’);
	z-index: 3;
}

.content .menuimage_5:hover {
	color: #fff;
}

.content .menuimage_5:hover .overlay{
	background: none;
}

.content .menuimage_5 span {
	position: absolute; 
	top: -570px; 
	left: 20px;
	font-size: 22px;
	font-weight: bold;
}


/*
 * Algemene classe voor absolute + transparantie
 */

.content .transparant {
	position: absolute;
	margin: 1px;
	padding : 1px;
	top: 1px;
	left: 50%;
	background:	url(../images/menu.png) repeat top left;
	filter: 	progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/menu.png’, sizingMethod=’scale’);
	z-index:5;
	overflow: hidden;
}

/*
 * Home pagina
 */ 

.content .title {
	position: absolute;
	margin: 0;
	color: #fff;
	top: 0px;
	left: 50%;
	width: 150px;
	margin-left: -468px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	z-index:5;
}

.content .home_text {
	width: 975px;
	height: 120px;
	margin-left: -488px;
	margin-top: 300px;
	padding:10px 20px;
}

.content .home_links {
	width: 975px;
	height: 75px;
	margin-left: -488px;
	margin-top: 450px;
	padding:0px 20px;
}

.content .home_links a {
	margin: 0px;
	padding:0px;
	margin-right: -4px;
}


/*
 * Over ons pagina
 */

.content .over_ons {
	width: 975px;
	height: 220px;
	margin-left: -488px;
	margin-top: 300px;
	z-index: 7;
}

.content .over_ons_textholder {
	position: absolute;
	height: 185px;
	overflow: hidden;
	padding: 0px 480px 0px 20px;
	margin: 15px 0;
}

.content .over_ons_text {
	position:relative;
	top:0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content .over_ons_text p {
	margin: 0;
	padding: 0;
}


.content .over_ons_nav {
	position: absolute;
	margin: 0;
	top: 310px;
	left: 50%;
	width: 40px;
	height: 30px;
	margin-left: 15px;
	margin-top: 5px;
	z-index:8;
}

/*
 * Showroom pagina
 */

.content .showroom_keukenstijl_menu {
	width: 915px;
	height: 20px;
	margin-left: -488px;
	margin-top: -1px;
	padding: 6px 20px 6px 40px;
	overflow: hidden;
	
}

.content #showroom_keukenstijl_menuholder {
	position: absolute;
	height: 20px;
	overflow: hidden;
	padding: 0px;
}

.content #showroom_keukenstijl_menuitems{
	position:relative;
	top:0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content #showroom_keukenstijl_menuitems li {
	float: left;
	margin: 0; 
	padding: 0;
	display: none;
}

.content .showroom_keukenstijl_menu a {
	padding: 0 10px;
}

.content .showroom_keukenstijl_nav {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 50%;
	width: 40px;
	height: 30px;
	margin-left: -475px;
	margin-top: 5px;
	z-index:8;
}

.content .showroom_keukenstijl_nav a {
	color: #666;
	font-size: 22px;
	font-weight: bold;
}

.content .keukenstijl_text {
	width: 975px;
	height: 65px;
	margin-left: -488px;
	margin-top: 450px;
	padding-left: 15px;
}

/*
 * Contact pagina
 */

.content .contact {
	width: 975px;
	height: 100px;
	margin-left: -488px;
	margin-top: 100px;
	padding:10px 20px;
}

.content .contact_formulier {
	width: 975px;
	height: 250px;
	margin-left: -488px;
	margin-top: 250px;
	padding:10px 20px;
}

.content .contact_route {
	width: 975px;
	height: 300px;
	margin-left: -488px;
	margin-top: 200px;
	padding:10px 20px;
}

.content .contact_links {
	width: 975px;
	height: 180px;
	margin-left: -488px;
	margin-top: 320px;
	padding:10px 20px;
}

/*
 * Footer
 */

#footer {  
	position: relative;
	margin: 0 auto;
	height: 27px;  
	width: 975px;
	font-size: 10px;
	color: #87888A;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -485px;
	margin-top: 700px;	
}

#menu {
	position: absolute;
	margin: 0 auto;
	width: 600px;
	height: 16px;
	top: 0px;
	left: 50%;
	margin-left: -474px;
	margin-top: 30px;
	z-index:5;
}

#menu a {
	padding: 0 20px 0 0;
}

#logo {
	position: absolute;
	margin: 0 auto;
	width: 10px;
	height: 16px;
	top: 0px;
	left: 50%;
	margin-left: 283px;
	margin-top: 18px;
	z-index:5;
}

#kwaliteit {
	position: absolute;
	margin: 0 auto;
	width: 10px;
	height: 16px;
	top: 0px;
	left: 50%;
	margin-left: 115px;
	margin-top: 30px;
	z-index:5;
}

textarea {
border:1px solid #fff;
font-size:11px;
padding:1px 3px;
}
input {
border:1px solid #fff;
font-size:11px;
padding:1px 3px;
}
inputarea {
border:1px solid #fff;
padding:1px 3px;
}

.submit_ja {
	border: none;
	background: white url('../images/bevestig.jpg') no-repeat top;
	width: 77px;
	height: 30px;
	cursor:pointer;
}

.submit_ga_verder {
	border: none;
	background: white url('../images/ga_verder.jpg') no-repeat top;
	width: 77px;
	height: 30px;
	cursor:pointer;
}

.submit_ga_terug {
	border: none;
	background: white url('../images/ga_terug.jpg') no-repeat top;
	width: 77px;
	height: 30px;
	cursor:pointer;
}

.submit_bestellen {
	border: none;
	background: white url('../images/bestellen.jpg') no-repeat top;
	width: 77px;
	height: 30px;
	cursor:pointer;
}

#myform tr.error td{
  background:url('../images/icons/error.png') no-repeat 10px 0px;
  padding-left: 30px;
  padding-bottom: 2px;
  margin-left: 40px;
  color: #D8000C;
}

#myform input.error {
  border: 1px solid #D8000C;
}

#myform input.valid {
  border: 1px solid #61db44;
}

#messageBox {
	border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    width: 500px;    
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error_groot.png');	
}

#error {
	border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    width: 500px;    
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error_groot.png');	
}

#succes {
	border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    width: 500px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/icons/checked_groot.png');	
}

.clearFieldBlurred { color: #666; font-style: italic; }
