/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {

background-color: #fff;
padding:0px;
margin:0px;
font-family:Arial, SunSans-Regular, Sans-Serif;
color:#000;
font-size: 11px;

}


a {color: #000;}
a:visited {color:#000;}
a:hover {color: #48AF12;}
a:active { color:#000;}

h1.vraag{
	background-image: url('images/vraagaanbod.gif');
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #48AF12;
 }

h1.stof{
	background-image: url('images/meubelstoffen.gif');
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #48AF12;
 }
 
 h1.home{
	background-image: url('images/home.gif');
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #48AF12;
 }
 
 h1.archief{
	background-image: url('images/archief.gif');
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #48AF12;
 }
 
 h1.contact{
	background-image: url('images/contact.gif');
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px solid #48AF12;
 }
 
p.contact{

  font-family:Arial, SunSans-Regular, Sans-Serif;
	color:#48AF12;
	font-size: 18px;
	line-height:25px;


  

 }

ul {

color: #48AF12;
text-decoration: none;
text-indent: 5px;
list-style-position: inside;
list-style-image: url(images/arrow.gif);
list-style-type: square;
padding: 6px;
margin: 2px;
}

img.download {vertical-align:middle;}
img.thumb {
border:1px solid #000;
width:60px;
padding:5px;
}

/* ----------container to center the layout-------------- */
#container {
width: 750px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
padding-left:10px;
padding-right:10px;
}

#header {

background-color: #fff;
border-bottom:1px solid #48AF12;
border-top:1px solid #fff;
clear: both;
margin: 0px;
padding: 5px;


text-align: left; 


}


/* ----------banner for logo-------------- */
#banner {
background-color: #fff;
text-align: left;
padding-top: 10px;
margin: 0px;
}


/* -----------------content--------------------- */
#content {
background-color: #fff;
padding-top: 50px;
padding-bottom: 25px;

margin-left: 450px;
margin-right: 0px;
text-align:left;

}
div#content { 
min-height:300px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left------------- */
#left {
background-image: url('images/orangebg.gif');
background-repeat:no-repeat;
background-position:left bottom;

float: left;
width: 425px;
margin: 0px;
padding-top: 15px;
padding-bottom: 25px;
line-height:20px;
font-size: 12px;
}

div#left { 
min-height:350px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}

/* --------------left2------------- */


#left2 {


float: left;
width: 425px;
margin: 0px;
padding-top: 15px;
padding-bottom: 25px;
line-height:20px;
font-size: 12px;
}

div#left { 
min-height:350px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}





/* -----------footer--------------------------- */
#footer {
	border-top:1px solid #48AF12;
	clear: both;
	margin: 0px;
	color: #000; }

/* --------------menu-------------------------*/




#menu a {
	font-size: 11px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-weight:bold;
	letter-spacing: 1px;
	background-image: url('bg2.gif');
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration: none; 
	padding:  5px 10px 5px 15px;



}



#menu a:link, #menu a:visited {
	
	color: #000;


}

#menu a:hover, #menu a:active {

	color: #48AF12;
	background-image: url('bg3.gif');
	background-repeat:no-repeat;
	background-position:left center;



}


