/* CSS Document */
body {
font-size:14px;
font-family: Tahoma, Times, serif;
margin:0;
text-align:center;
background-color:#333333;
}

#wrapper {
width:995px;
height:auto;
background-color:#666666;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#header {
float:left;
width:975px;
height:165px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
background-color:#FFFFFF;
background-image:url(../layout/header_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
}

#logo {
float:left;
width:212px
}

/* tiles in tiles.css */

#header_text {
float:left;
width:210px;
padding-top:20px;
}

#column_left {
float:left;
width:205px;
height:auto;
margin-right:7px;
margin-left:10px;
background-color:#666666;
}

#box_producten {
float:left;
width:200px;
height:auto;
margin-top: 6px;
margin-left:2px;
background-color:#000000;
}

#box_informatie {
float:left;
width:200px;
height:auto;
margin-top: 15px;
margin-left:2px;
background-color:#000000;
}

#column_content {
float:left;
width:531px;
height:auto;
min-height:485px;
padding-left:10px;
padding-right:10px;
background-image:url(../layout/content_bg.gif);
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
z-index:1;
}

#column_right {
float:left;
width:205px;
height:auto;
margin-left:7px;
margin-right:10px;
background-color:#666666;
}

#box_floordesigner {
float:left;
width:200px;
height:auto;
margin-top: 6px;
margin-left:2px;
background-color:#000000;
}

#box_afbeeldingen {
float:left;
width:200px;
height:auto;
margin-top: 15px;
margin-left:2px;
background-color:#000000;
}

#footer {
clear:both;
width:995px;
font-size:11px;
text-align:center;
padding-top:28px;
padding-bottom:10px;
background-color:#666666;
background-image: url(../layout/footer_bg.gif);
background-position: center top;
background-repeat:no-repeat;
}

.style1 {
color: #CC0000;
font-weight:bold;
padding-top:30px;
}

h1 {
font-size:16px;
color:#333333;
border-bottom: solid 2px #CC0000;
text-indent:5px;
}

h2 {
font-size:15px;
padding-top:4px;
padding-bottom:4px;
padding-left:12px;
margin:0;
color:#000000;
background-color:#CC0000;
border: solid 5px #000000;
}

h3 {
font-size:15px;
color:#333333;
}

h4 {
font-size:12px;
text-decoration:underline;
color:#CC0000;
padding-bottom:0;
margin-bottom:0;
}

#column_content p {
margin-bottom:17px;
padding-bottom:0;
padding-top:0;
margin-top:0;
}

#column_content a {
color:#CC0000;
}

#header p {
font-size:14px;
padding-right:6px;

}

#header a {
color:#CC0000;
}
ul.box_links {
margin:0;
padding:0;
list-style:none;
}

.box_links a {
display:block;
padding-left:10px;
padding-bottom:2px;
color:#FFFFFF;
text-decoration:none;
}

.box_links a:hover {
padding-left:25px;
background-image: url(../layout/pointer.gif);
background-repeat:no-repeat;
}

#footer a {
color:#000000;
}

#map {
width:100%; 
height: 450px; 
border: 1px solid #000000;
margin-bottom:10px;
margin-top:10px;
}

#directions {
height:auto; 
width:98%;
}

#side_bar {
width:100%; 
height:auto; 
}

#side_bar a {
color:#CC0000;
text-decoration:none;
}

#side_bar a:hover {
color:#CC0000;
text-decoration:underline;
}

.specificaties {
font-size:10px;
}

.prod_img {
padding-left:20px; 
z-index:0;
}

#flashcontents {
float:left;
width:320px;
background-color:#FFFFFF;
}
#flashcontent {
background-color:#000000;
}



#download {
float:left;
width:200px;
background-color:#FFFFFF;
}

a:active, a:focus { 
outline: 0; 
} 

.button {
    background-color:#CCCCCC;
	border: solid 1px #CC0000;
	color:#000000;
	cursor:pointer;
	width:147px;
	}
.input {
    border: solid 1px #666666;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div.hr {
  height: 15px;
  background: #fff url(../layout/hr1.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}	
	