body, html
{
    background: #e9e9e9;
    text-align: center;
    font-family: Verdana;
    color: #7b7c7f;
    font-size: 11px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border: 0;
}
a
{
    color: #7b7c7f;
}
h1
{
    font-family: Tahoma;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 30px 0;
    color: #b8232a;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #7B7C7F;
}
.black
{
    color: #575353;
}

table
{
    font-size: 11px;
    font-family: Verdana;
   
}
td
{
    vertical-align: top;
}
p
{
    margin: 0;
    padding: 0 0 10px 0;
    font-family: verdana;
}
img
{
    border: 0;
}
.red
{
    color: #b8232a;
}
#container
{
    width: 850px;
    margin: 0 auto;
    background: #ffffff;
    text-align: left;
}
#top
{
    height: 73px;
}

.blok_aanbieding
{
	position:relative;
	display:block;
	width:258px;
	height:209px;
	background-color:#e7e7e7;
	text-align:center;
	color:#000;
	padding:20px 10px 25px 10px;
}

.text1
{
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}

.text2
{
	font-size:34px;
	font-family:verdana;
	color:#ca161d;
	line-height:36px;
}

.text3
{
	font-size:11px;
	font-family:Arial;
	color:#000;
	font-weight:bold;
}

.text4
{	
	position:absolute;
	display:block;
	text-align:center;
	width:278px;
	bottom:20px;
	left:0px;
	font-size:11px;
	font-family:verdana;
	text-decoration:underline;
	color:#7B7C7F;
}

.text5
{
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}

h2.text6
{
	font-size:34px;
	font-family:verdana;
	color:#ca161d;
	line-height:36px;
	margin:0px;
	margin-bottom:40px;
	display:block;
}

.text7
{
	font-size:11px;
	font-family:verdana;
	color:#7B7C7F;
	font-weight:bold;
}

a.aanbieding
{
	text-decoration:none;
	position:relative;
	display:block;
}


#logo
{
    display: block;
    float: right;
    height: 73px;
    width: 301px;
    background: url('../images/logo.jpg') no-repeat left top;
}
#menu
{
	height: 41px;
	background-color:#7b7c7f;
	list-style-type:none;
	padding:0;
	margin: 0;
	z-index: 2;
}
#menu ul#nav
{
	margin: 0;
	padding: 0;
	border: 0;
	
}

#menu  ul#nav li
{
	position: relative;
 	float: left;
	display: table-cell;
	background-image:none;
}
#menu ul#nav li a
{
	padding: 0 9px;
	padding-left:7.4px;
	padding-right:7.3px;
	margin: 0;
	float:left;
	text-decoration: none;
	text-align:center;
	background-color:#7b7c7f;
	color:#FFFFFF;
	height: 41px;
	line-height: 41px;
	display: block;
	font-size: 13px;
	font-family: Tahoma;
}
#menu ul#nav li.first a
{
    padding-left: 12px;
}
#menu ul#nav li.last a
{
    padding-right: 8px;
}
#menu ul#nav li a:hover
{
	background: #999999;
	border:none;
}
#menu ul#nav li a.selected
{
	background: #999999;
	border:none;
}
#menu ul#nav li ul
{
	position:absolute;
	display:none;
	top: 40px;
	left: -1px;
	width:123px; /* the width of submenu items, used again bellow (1)  */
	padding:0;
	margin:0;
	font-size:85%;
	background:#FFFFFF;
	border:1px solid #999999;
	border-bottom: none;
}
#menu ul#nav li ul li
{ 
	clear:left; /* It inherits float:left. No float:none, because that creates a whitespace beneath the last item in IE6 */
	display:block;
	width:100%; /* Make list items do what they're supposed to in IE6 */
	padding:0;
	margin: 0;
	list-style-image:none;
}
#menu ul#nav li ul li a
{
	display:block;
	margin:0;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	width: 103px;
	text-align:left;
	color:#6e6e70;
	text-decoration:none;
	border-bottom:1px solid #999999;
	background: none;
}
#menu ul#nav li ul li a:hover
{
	text-decoration: none;
	border-bottom:1px solid #999999;	
	background: #e5e5e5;
}
/*switch submenu's for full css supporting browsers*/
#menu ul#nav li:hover ul
{
	display:block;
}
#banner
{
    width: 850px;
    height: 265px;
    margin-top: 10px;
    background: #7b7c7f url("../images/banner.jpg") no-repeat left top;
    text-align: right;
}
#banner img
{
    border: 0;
    padding: 0;
    margin: 0;
}
#content_home
{
    background: url('../images/content.jpg') no-repeat right top;
    padding: 25px 0 20px 25px;
}
#home_left
{
    width: 500px;
    float: left;
    padding-left: 25px;
}
#home_right
{
    float: left;
    width: 210px;
    margin-left: 65px;
   
}
#home_right input
{
    background: #e7e7e7;
    color: #b7b8bb;
    width: 178px;
    margin: 0 0 7px 0;
    border: 1px solid #7b7c7f;
}
#home_right form div
{
    width: 180px;
}
.formSubmit
{
    text-align: right;
}
#home_right .formSubmit input 
{
    background: #b8232a;
    color: #ffffff;
    border: 0;
    padding: 3px 0;
    width: 80px;
}
#home_bottom
{
    clear: both;
    padding-top: 10px;
}
#home1
{
    width: 278px;
    height: 259px;
    background: #e7e7e7;
    float: left;
}
#home1 p
{
    padding: 5px 20px 5px 25px;
}
#home1 .div_link
{
    text-align: right;
    padding-right: 20px;
}
#home2
{
    width: 242px;
    height: 259px;
    background: #030208;
    float: left;
    margin-left: 25px;
}
#home2 p
{
    padding: 7px 20px 5px 16px;
}
#home2 .div_link
{
    text-align: right;
    padding-right: 20px;
}
#home3
{
    width: 231px;
    height: 259px;
    background: #b82329;
    float: left;
    margin-left: 25px;
}
#home3 .div_link
{
    padding-top: 22px;
    text-align: center;
}
#home3 .div_link a
{
    color: #dcc5c6;
}
#footer
{
    background: #e9e9e9;
    text-align: right;
    padding: 14px 24px 20px 0;
}
#content_bedrijfsprofiel
{
    background: url("../images/content1.jpg") repeat-y right top;
}
#bedrijfsprofiel_left
{
    float: left;
    width: 450px;
    padding-left: 25px;
    padding-top: 29px;
}
#bedrijfsprofiel_left .first
{
    padding-top: 30px;
    padding-right: 150px;
    position: relative;
}
#bedrijfsprofiel_left .first img
{
    position: absolute;
    top: -97px;
    left: 324px;
    border: 5px solid #e7e7e7;
}
#bedrijfsprofiel_right
{
    background: url("../images/content1_right.jpg") no-repeat right top;
    float: right;
    width: 257px;
    padding-top: 64px;
    padding-left: 35px;
    padding-right: 60px;
}
#bedrijfsprofiel_bottom
{
    clear: both;
    height: 20px;
    background: #ffffff;
}
#content
{
    background: url('../images/content.jpg') no-repeat right top;
    padding: 29px 25px;
}
#content_left
{
    float: left;
    background: #e7e7e7;
    padding: 20px;
    width: 238px;
}
#content_right
{
    float: right;
    width: 494px;
}
#thumbnails ul, #other_thumb ul{
	margin: 0;
	padding: 0;
}
#thumbnails li{
	float: left;
	list-style-image:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#thumbnails img{
	display: block;
	padding: 0 13px 13px 0;
	width: 110px;
}
#thumbnails li a img{
	border:none;
}
#thumbnails li a:hover img{
	border:none;
}

#other_thumb li{
	float: left;
	list-style-image:none;
	margin: 0;
	padding: 0 13px 13px 0;
	list-style-type: none;
}
#other_thumb img{
	display: block;
}

#other_thumb li a img{
	border:5px solid #e7e7e7;
}
.big_image
{
    position: relative;
}
#other_thumb
{
    position: absolute;
    width: 450px;
    top: 300px;
    left: 105px;
}

.showroomkeuken
{
	margin-top: -123px;
	display: block;
}
#keukens_left td
{
    padding: 4px 5px;
}
#content1
{
    background: url("../images/content1.jpg") repeat-y right top;
}
#content1_left
{
    float: left;
    width: 450px;
    padding-left: 25px;
    padding-top: 29px;
    position: relative;
}
#content1_left .first
{
    padding-top: 30px;
    padding-right: 150px;
    position: relative;
}
#content1_left .first img
{
    position: absolute;
    top: -97px;
    left: 324px;
    border: 5px solid #e7e7e7;
}
#content1_right
{
    background: url("../images/content1_right.jpg") no-repeat right top;
    float: right;
    width: 257px;
    padding-top: 64px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
}
#content2_right
{
    background: url("../images/content2_right.jpg") no-repeat right top;
    float: right;
    width: 257px;
    padding-top: 29px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
}
#content1_right img
{
   margin-bottom: 25px;
}
#content1_bottom
{
    clear: both;
    height: 20px;
    background: #ffffff;
}
#content3
{
    background: url("../images/content3.jpg") repeat-y right top;
}
#content3_left
{
    float: left;
    width: 277px;
    padding-left: 25px;
    padding-top: 29px;
    position: relative;
}
#content3_right
{
    background: url("../images/content3_right.jpg") no-repeat right top;
    float: right;
    width: 430px;
    padding-top: 48px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
}
#content_brochure
{
    background-image: url('../images/content_brochure.jpg');
    background-repeat: no-repeat;
    background-position: 90px 250px;
    border: 1px solid white;
}
.details_images
{
    position: relative;
    margin-bottom: 50px;
}
.details_images img
{
    width: 450px;
}
.details_other_images
{
    position: absolute;
    top: 215px;
    left: 340px;
}
.details_other_images img
{
    width: 150px;
    border: 5px solid #e7e7e7;
}
.price
{
    background: #b8232a;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 15px 0 20px 0;
    position: relative;
    width: 240px;
    margin-bottom: 50px;
}
.price1
{
    position: absolute;
    white-space: nowrap;
    bottom: -20px;
    right: -12px;
    background: #ffffff;
    color: #030303;
    border: 1px solid #030303;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
}
.label_div
{
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
}
.data_div
{
    float: right;
    height: 30px;
     line-height: 30px;
}
.data_div input
{
    width: 180px;
    border: 1px solid #7b7c7f;
}
.security_code_label
{
    float: left;
    width: 115px;
    margin-bottom: 50px;
}
.security_code_data
{
    float: right;
    width: 140px;
    text-align: right;
    
}
.security_code_data input
{
    width: 98px;
    margin: 0;
    border: 1px solid #7b7c7f;
}
.security_code_data img
{
   
}
.select_div
{
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
     width: 257px;
}
.select_div select, .select_div textarea
{
    width: 257px;
    margin: 5px 0;
}
.brochure_send
{
    position: absolute;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    background: #b8232a;
    color: #ffffff;
    width: 120px;
    text-align: center;
    bottom: -14px;
    left: 35px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;

}
.project
{
    border: 1px solid #7b7c7f;
    padding: 15px 5px 5px 5px;
    margin-bottom: 10px;
    float: left;
}
.project img
{
    float: left;
    width: 115px;
    margin: 5px;
}
.project h1
{
    float: right;
    width: 344px;
    padding-bottom: 15px;
}
.project_sub
{
    
    float: right;
    width: 344px;
    background: #e7e7e7;
    padding: 5px;
    height: 35px;
}
.project_sub a
{
    color: #b8232a;
}
.referenties_prev
{
    margin-left: -35px;
    display: block;
    float: left;
    color: #e7e7e7;
    width: 105px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    text-decoration: none;
}
.referenties_overzicht
{
    display: block;
    float: left;
    color: #e7e7e7;
    width: 102px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    text-decoration: none;
}
 .referenties_next
{
    margin-right: -34px;
    display: block;
    float: right;
    color: #e7e7e7;
    width: 119px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    text-decoration: none;
}
#knav a:hover
{
    background: #8c8e91;
}
#knav
{
    margin-bottom: 53px;
}
.contact_image
{
    border: 5px solid #e7e7e7;
    margin: 5px 0 5px -5px;
}