@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#container {
	margin: 0 auto;
	width: 940px;
}

#logo {
	float: left;
	height: 215px;
	width: 220px;
	background-image: url(../gfx/logo_artelux.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
}

#logo h1 {
	display: none;
}

#header {
	float: left;
	width: 680px; /*700*/
	height: 22px; /*120*/
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	padding: 98px 20px 0px 0px;
	margin-bottom: 10px;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #f3a03d;
	text-align: right;
}

#navigation {
	float: left;
	width: 700px;
	height: 35px;
	background-image: url(../gfx/nav_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
	height: 35px;
	font-size: 14px;
	display: inline;
}

#navigation li a { 
	float: left;
	display: block; 
	color: #fff; 
	text-decoration: none;
	height: 25px; /*35*/
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../gfx/nav_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navigation li ul li {
	height: 25px;
}

#navigation li ul li a {
	height: 18px;
	padding: 7px 20px 0px 25px;
	margin: 0;
	background-image: none;
}

#navigation li a:hover { color: #f3a03d; text-decoration: none; }

#navigation #language {
	float: right;
	color: #fff;
	padding-top: 10px;
	margin-right: 5px;
}

#navigation #language a {
	background-image: none;
	font-size: 12px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
	border-right: 1px solid #fff;
	height: 15px;
}

#navigation #language .lastitem {
	border: 0;
}

#breadcrumb {
	float: left;
	width: 700px;
	height: 30px;
	color: #686868;
	font-size: 11px;
	margin-top: 20px;
	_margin-top: 10px; /*IE6 FIX*/
}

#breadcrumb a { color: #686868; text-decoration: underline; }
#breadcrumb a:hover { color: #212121; text-decoration: underline; }


#content_container {
	float:left; 
	width:940px;
}

#column_left {
	float: left;
	width: 220px;
	margin-right: 20px;
}

#column_left a, #column_right a, #footer a { color: #212121; text-decoration: underline; }
#column_left a:hover, #column_right a:hover, #footer a:hover { color: #025c96; text-decoration: underline; }

#column_left h3 {
	float: left;
	width: 210px; /*220*/
	height: 23px; /*30*/
	background-image: url(../gfx/left_column_top.jpg);
	background-repeat: no-repeat;
	color: #025c96;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	padding: 7px 0px 0px 10px;
}

#column_left p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	float: left;
}

#column_left strong {
	color: #404040;
}

#column_left ul {
	float: left;
}

#column_left ul, #column_right ul {
	margin: 0;
	padding: 0px 0px 30px 25px;
	list-style-image: url(../gfx/left_column_bullet.jpg);
}

#column_left ul li, #column_right ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#column_left form {
	display: inline; 
	float: left;
}

#column_left .contact-box p {
	float: left;
	width: 110px;
	margin-right: 0px;
}

.input {
	background-color: #fafafa;
	border: 1px solid #ccc;
	height: 14px; /*25*/
	padding: 5px;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}

#column_left .button {
	width: 120px;
	height: 25px;
	background-image: url(../gfx/left_column_button.jpg);
	background-repeat: no-repeat;
	border: 0;
	color: #025c96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}

#column_right {
	float: left;
	width: 700px;
	margin-bottom: 25px;
}

#column_right h1,
#column_right #content h1,
#column_right #content_home h1 {
	float: left;
	width: 675px; /*700*/
	height: 25px; /*30*/
	background-image: url(../gfx/main_top_title.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 5px 0px 0px 25px;
}

#column_right #content h1,
#column_right #content_home h1 {
	margin: 0 0 20px -25px;
}

#column_right #content_home {
	float: left;
	width: 435px; /*460*/
	padding-left: 25px;
	line-height: 1.5em;
	text-align: justify;
}

#column_right #content {
	float: left;
	width: 650px; /*460*/
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.5em;
	text-align: justify;
}

#content_container_right {
	float: left;
	width: 220px;
}

#column_right #content_home p, #column_right #content_offerte p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: justify;
}

#column_right #content_offerte p {
	text-align: left;
}

#column_right td h3 {
	text-transform: capitalize;	
	margin-bottom: 10px;
}

#column_right p.offerteinbox a {
	font-size: 11px;
	color: #666;
	margin: 0;
}

#column_right #content_offerte, #column_right #content_pictures {
	float: left;
	width: 220px;
	margin-left: 20px;
	_margin-left: 10px; /*IE 6 FIX*/
}

#column_right #content_pictures {
	background-color: #eaeaea;
	padding: 25px;
	padding-bottom: 5px;
	width: 170px;
	text-align: center;
}

#column_right #content_pictures img {
	margin-bottom: 20px;
}


#belowtxt #content_pictures {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

#belowtxt #content_pictures img {
	margin: 0px 10px 10px 0px;
	width: 130px;
}

#column_right #content_offerte {
	float: left;
	width: 200px; /*220*/
	background-color: #f3a03d;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

#column_right #content_offerte .button {
	display: block;
	height: 23px; /*30*/
	background-color: #025c96;
	border: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 7px 0px 0px 10px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

#column_right #content_offerte span.large {
	font-size: 20px;
	margin-top: 5px;
	display: block;
	color: #025c96;
	font-weight: bold;
}

#testimonials {
	float: left;
	width: 700px;
}

#testimonials_top, #testimonials_bottom {
	float: left;
	width: 700px;
	height: 20px;
	background-image: url(../gfx/testimonial_top.jpg);
	background-repeat: no-repeat;
}

#testimonials_bottom {
	background-image: url(../gfx/testimonial_bottom.jpg);
}

#testimonials_content {
	float: left;
	width: 680px; /*700*/
	background-color: #eaeaea;
	padding: 0px 0px 0px 20px;
}

#testimonials_content #readtestimonials {
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: 20px;
}

#testimonials_content h4, #column_right h3, #column_right h2 {
	color: #025c96;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#testimonials_content .testimonial_column {
	float: left;
	width: 200px;
	margin-right: 20px;
	line-height: 1.5em;
	text-align: justify;
}

#testimonials_content .testimonial_column .title {
	font-size: 14px;
}

#testimonials_content .testimonial_column p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#footer {
	float: left;
	width: 680px; /*700*/
	height: 20px; /*30*/
	margin-left: 240px;
	_margin-left: 120px; /*IE 6 FIX*/
	background-image: url(../gfx/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	margin-bottom: 25px;
}

#footer #copyright {
	float: left;
	width: 490px;
	text-align: left;
}

#footer #realisatie {
	float: left;
	width: 190px;
	text-align: right;
}

.border {
	border: 1px solid #025c96;
}
