@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	font-size:smaller;
	background-color:#eeeeee;
}

.container{
	background-repeat:repeat-y;
	background-color: #eeeeee;
	background-image: url(../images/back.gif);
	background-position: center top;
}

.content{
	width:825px;
	margin-left:auto;
	margin-right:auto;
}

.head{
	background-color: #ffffff;
	background-image: url(../images/head.gif);
	height:158px;
	background-repeat: no-repeat;
	background-position: center top;
}

.bar{
	background-repeat:repeat-x;
	background-color: #ffffff;
	background-image: url(../images/bar.gif);
	height:31px;
	background-position: center top;
}

.footer{
	background-repeat:repeat-x;
	background-color: #ffffff;
	background-image: url(../images/footer.gif);
	height:31px;
	background-position: center top;
}

.footer p{
	text-align:center;
	padding-top:12px;
	font-size:smaller;
	color:#333333;
}

.foot_det{
    font-size: 7px;
    position:relative;
    top:-20px;
    left:auto;
    text-align: right;
    margin-right:1px; 
}

.foot_detL{
    font-size: 7px;
    position:relative;
    top:-20px;
    left:auto;
    text-align: left;
    margin-left:1px;
}

.foot_det a:link{
    text-decoration: none;
}

.foot_det a:hover{
    text-decoration: underline;
}

.foot_det a:visited{
    text-decoration: none;
    color:#333333;
}

.txt-area{
	background-color:#d8d3d3;
}

.txt{
	margin-left:15px;
	margin-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.bar ul{
	list-style-type: none;
	text-align:center;
	font-size:larger;
	padding-top:6px;
	padding-bottom:3px;
}

.bar ul li{
	display:inline;
	margin-left:25px;
	margin-right:25px;	
}

.bar ul li a:link{
	color:#333333;
	text-decoration:none;
}       

.bar ul li a:visited{
	color:#333333;
	text-decoration:none;
}

.bar ul li a:hover{
	color:#090261;
	text-decoration:underline;
}

.bar ul li a:active{
	color:#333333;
	text-decoration:none;
}

ul{
    padding-top:2px;
    padding-bottom:2px;
}
ul li{
    margin-left: 40px;
    margin-top:7px;
    margin-bottom: 7px;
}

h2{
    margin-top:7px;
    margin-bottom:8px;
}

h3{
    margin-top:8px;
    margin-bottom:8px;
    text-decoration: none;
}
  
h3 a:link{
   text-decoration:none;
   color:black; 
}

h3 a:visited{
   text-decoration:none; 
   color:black; 
}

h3 a:hover{
   text-decoration: underline;
   color:black; 
}

h3 a:active{
   text-decoration:none; 
   color:inherit;
   color:black; 
}

.det_row{
    width:85%;
}

.det_row tr td{
    width:90px ;
}

.det_col{
    float:right;
    width:50%;
}
.img_col{
    height:100%;
}

.det_prijs{
    font-size:larger;
    background-color: #8C8989;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    background-repeat:repeat-x;
    background-image: url(../images/bar.gif);
}

.small_img{
    float:left;
    width:80px;
    height:60px;
    margin-bottom: 2px;
    margin-left:7px;
    margin-right:7px;
    border: 0px;   
}

.normal_img{
    width:381px;
    height:285px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;   
}

.sub_img{
    width:121px;
    height:93px;
    margin-bottom: 2px;
    margin-top: 5px;
    margin-left:2px;
    margin-right:2px;
    border:0px;   
}

.Cp_verkocht{
    background-color:#F41101;
    color:#DDDDDD;
    padding:4px;
    font-variant: small-caps;
}

.auto{
    margin-top:2px;
    margin-bottom:2px;
}

.prijs{
    color:#101010;
}

.map{
    float:right;
}



