/* layout standaard*/
BODY
{
Color:#000000;
font-family : Verdana, Arial, Trebuchet MS, Helvetica;
Font-Size: 11px;
Overflow: Visible;
Background-Color:#FFFAF5;
}

A
{
Color:#C05200;
}

A:Hover
{
Color: White;
Background-Color: #C05200;
Text-Decoration: underline;
}

.text
{
Font-Size: 11px;
}

.small
{
Font-Size: 9px;
Text-Align: center;
}

H1{
Color:#000000;
Font-Size: 15px;
Font-Weight: bold;
background-image: url(kop_bg.gif);
background-repeat: no-repeat;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 25px;
margin-top: -12px;
}

H2{
	Color:#C05200;
	Font-Size: 12px;
	Font-Weight: bold;
	background-image: url(subkop_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	

}

p{
	Margin-Right:80px;
	margin-left: 20px;
} 

ul.triangle
{
	list-style-image: url(triangle.gif);
	list-style-type: circle;
	margin-right:45px;
	color: #C05200;
	line-height: 15px;

}

/* Layout divs*/
#background{
	z-index:1; 
	position: absolute; 
	width: 100%; 
	height: 153px; 
	top: 30px; 
	left: 0px; 
	overflow: auto;
	background-color:#FDD9A0; 
	
}

#container
{
	z-index:2; 
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -400px;		
	width: 800px;
	overflow: Visible; 
}


#header
{
	z-index:3; 
	top: 0px;
	position: absolute;
	left: 0;
	width: 800px;
	height: 193px;
	overflow: hidden;
	background-image: url(header.jpg); 
}

#content
{
	z-index:4; 
	top: 193px;
	left: 0px;
	position: absolute;
	width:625px; 
	overflow: Visible;
	background-image: url(content.gif); 
	background-repeat: repeat-y;
	padding-Left:180px;
	padding-top:5px;
}

#footer
{
	z-index:5; 
	position: absolute;
	bottom:-10px;
	left: 0px;
	width: 800px;
	height: 36px;
	overflow: visible;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	
}



/* nav */

#navcontainer1{
position:absolute;
top:182px !important;
top:193px;
left:4px;
z-index:10;
}

#navlist li {
	margin: 1px;
	list-style: none;
	white-space: nowrap;
	border-bottom-style: solid;
	border-top-color: #FFE4D0;
	border-right-color: #FFE4D0;
	border-bottom-color: #FFE4D0;
	border-left-color: #FFE4D0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;


}
#navlist li a {
	Color:#C05200;
	border-left: 5px solid #FFE4D0;
	padding-left: 8px;
	text-decoration: none;
	padding-right: 5px !important;
	padding-right: 8px;

}

#navlist li a:hover {
border-left: 10px solid  #C05200; 
color: white;
background-color:#C05200;
border-right: 0px;
}

#navlist1 li a{
list-style: none;
margin-left:-35px;
margin-left: -35px !important;
color: #666666;
}


/* Stylesheet Shopinpro.nl | Trin-iT Consultants © 2004 */  hr {
	color: #C05200;
	float: left;
	border: dotted;









}

