/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url('images/Kerst4.png');
 background-repeat: no-repeat;
 background-position: center top;
 background-color: #990000;
 } 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:125px; 
 width:100%;
 background-image:url('images/Header.png'); 
} 
 
#leftcol{

 float:left; 
 position:relative; 
 background-color: #990000;
 height: 950px;
 padding-left: 5px;
 padding-right: 5px;
 border: 0px solid green;
 }
 
#maincol{
 background-color: #990000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 border: 0px solid #FFCC00;
 padding-left: 20px;
 padding-right: 20px;
 }
 
#footer{
 height:75px; 
 clear:both;
 color: #FFFFFF;
 } 
 
#wrapper{
	border: 2px solid #FFCC00;
	background-color: #990000;
}

.tekstSmall{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	bottom: -15px;
	text-align: justify;
	border: 0px solid green;
}

.tips{
	background-color: #990000;
	color: #FFFFFF;
}

.contact{
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
}

.OfferteAanvraag{
	border: solid 0px red; 
	width: 100%;
	clear: left;
}

.ProductInfoContainer{
	border: solid 1px #d8d9da;
	width: 98%;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom: 2px;
	text-align: top;
	display: block;
}

.ProductInfoTitle{
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #ffcc00;
}

.ProductInfoImg{
	width: 300px;
	height: 300px;
	border: 1px solid red;
	float: left;
}

.RefImg{
	width: 200px;
	height: 200px;
	border: 0px solid red;
	float: left;
	margin: 5px;
}


form.aanvraag{
    border-width: 0px;
    border-color: #cccccc;
	text-align: left;
    padding: 15px;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
	
label{
    float: left;
	clear: left;
    width: 150px;
    text-align: right;  
    margin-right: 15px;
	border: 0px solid red;
	color: #FFFFFF;
}

input{
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	margin-left: 1px;
	float: left;
}

input:focus { 
	border: 1px solid #c92540; 
}

fieldset{
	width: 500px;
	border-width: 1px;
    border-color: #FFFFFF;
	border-style: dashed;
}

legend{
	color: #FFCC00;
	padding-top: 15px;
}
  
a:link {color:#FFFFFF} /* unvisited link */
a:visited {color:#FFFFFF} /* visited link */
a:hover {color:#FFCC00} /* mouse over link */
a:active {color:#FFCC00} /* selected link */

img.imgLink{
	width: 200px;
	height: 200px;
	border: 3px solid #f7c904;
	float: left;
	clear: left;
}

img.center{
	display: block;
	clear: right;
	border: 3px solid #f7c904;
}

img.Border{
	border: solid 3px #ffcc00;
	display: inline;
	float: left;
	clear: left;
	margin-right: 5px;
}

span.Naam{
	color: #f7c904;
	padding-left: 5px;
	text-decoration: none;
}

div.Omschrijving{
	color: #ffffff;
	text-decoration: none;
	border: 0px solid blue;
	margin-left: 210px;
	height: 200px;
}

div.ProductList{
	clear: both;
	height: 300px;
}

div.ProductText{
	margin-left: 20px;
	border: 1px solid yellow;	
}

div.ProductInfoText{
	font-size: 14px;
	color: #ffffff;	
	padding-left: 5px;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

