@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:'Calibri','Trebuchet MS';
	font-size:12px;
	text-decoration:none;
	color:#C1C1C1;
	background-color:#000000;
	}
a{
	text-decoration:none;
	color:#A8A8A8;
	}
a:hover {
	color:#FF0000;
	}	
p {
	margin:0px;
	}
img {
	border:solid 0px #000000;
	}			
#main_container {
	position:absolute;
	width:777px;
	left:50%;
	margin-left:-385px;
	}
#main_menu {
	position:absolute;
	left:0px;
	top:160px;
	
	}
#smal_menu {
	position:absolute;
	right:-3px;
	top:95px;
	}
#logo {
	position:absolute;
	left:0px;
	top:55px;
	}			
#content {
	position:absolute;
	top:330px;
	width:715px;
	}
#language {
	position:absolute;
	top:75px;
	right:0px;

	}
#bottom{	
	position:absolute;
	bottom:-50px;
	width:715px;
	
	}		

#top_line {
	position:absolute;
	top:122px;
	left:0px;
	width:100%;
	right:0px;
	height:1px;

	background-image:url(images/redline.jpg);
	background-repeat:repeat-x;
}	
#bottom_line {
	position:absolute;
	top:735px;
	left:0px;
	width:100%;
	right:0px;
	height:1px;
background-repeat:repeat-x;
	background-image:url(images/redline.jpg);
}	
#bottom_container{
	position:absolute;
	width:715px;
	left:50%;
	margin-left:-357px;
	top:30px;
	}		
#shadow_left{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	height:800px;
	background-image:url(images/leftshadow.png);
	width:50px;
	}
#shadow_right{
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	height:800px;
	background-image:url(images/rightshadow.png);
	width:50px;
	}	
#slide_container {
	position:absolute;
	width:1024px;
	top:70px;
	right:0px;
	left:50%;
	margin-left:-512px;
	}
	#slider-stage{
	width:1024px; 
	overflow:auto;
	overflow-x:hidden; 
	overflow-y:hidden; 
	height:768px; 
	}
#slider-list{
	width:7168px; 
	border:0; 
	margin:0; 
	padding:0; 
	}
#slider-list li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:0px;
		padding:0px; 
		float:left;
		width:1024x;
		height:768px;
		}	
div.box_left {
	position:absolute;
	top:2px;
		height:99%;
	bottom:4px;
	left:-20px;
	width:20px;
	background-image:url(images/shadow_container_left.png);
	
}
div.box_right {
	position:absolute;
	top:2px;
	height:99%;
	bottom:4px;
	
	right:-20px;
	width:20px;
	background-image:url(images/shadow_container_right.png);
	
}
div.box_top {
	position:absolute;
	left:0px;
		width:100%;
	right:0px;
	top:-18px;
	height:20px;
	background-image:url(images/shadow_container_top.png);
	background-repeat:repeat-x;
	}
div.box_bottom{
	position:absolute;
	left:0px;
	right:0px;
		width:100%;
	height:20px;
	bottom:-18px;
	background-image:url(images/shadow_container_bottom.png);
	background-repeat:repeat-x;
}	
div.box_lefttop {
	position:absolute;
	top:-18px;
	left:-20px;
	width:21px;
	height:21px;
	background-image:url(images/hoek_container_topleft.png);
	background-repeat:no-repeat;
	}
div.box_righttop {
	position:absolute;
	top:-18px;
	right:-20px;
	width:21px;
	height:21px;
	background-image:url(images/hoek_container_topright.png);
	background-repeat:no-repeat;
	}
div.box_rightbottom {
	position:absolute;
	bottom:-18px;
	right:-20px;
	width:21px;
	height:21px;
	background-image:url(images/hoek_container_bottomright.png);
	background-repeat:no-repeat;
	}
div.box_leftbottom {
	position:absolute;
	bottom:-18px;
	left:-20px;
	width:21px;
	height:21px;
	background-image:url(images/hoek_container_bottomleft.png);
	background-repeat:no-repeat;
	}
span.header {
	font-size:24px;
	color:#FF0000;
	margin-bottom:5px;
	}
div.left_tekst {
	font-size:11px;
	line-height:14px;
}	
div.product_but {
	margin:10px;
	height:120px;
	width:160px;
	display:block;
	float:left;
	}				
div.product_but a{
	background-image:url(images/product_normal.jpg);
	text-decoration:none;
	}
div.product_but a:hover{
	background-image:url(images/product_over.jpg);
	}
a.product {
	display:block;
	width:160px;
	height:120px;
}			
div.model_top{
	
	width:150px;
	position:absolute;
	font-size:16px;
	letter-spacing:0.5px;

	color:#FF0000;
	}
img.type {
margin-bottom:8px;
}		