/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #AEDDFF;
	line-height: 20px;
}

a{
	text-decoration: none;
}

p{
	margin-bottom: 25px;
}

img{
	border: solid 1px #34A8FF;
}

ul{
	list-style: circle;
	margin-bottom: 25px;
	margin-left: 25px;
}

li{
	margin-top: 5px;
	margin-bottom: 5px;
}


#container{
	width: 800px;
	border: 2px solid #34A8FF;
	margin: 10px auto;
	background-color: #FFFFFF;
}

#header{
	width: 800px;
	height: 130px;
	float: left;
	background-image: url(../images/header.gif);
}

#body{
	width: 800px;
	float: left;
	background: url(../images/bg_body.gif) repeat-y;
}

#main{
	float: left;
	width: 652px;
	background: url(../images/main.gif) #FFFFFF no-repeat right top;
	text-align: justify;
	min-height: 400px;
	padding-bottom: 20px;
}

.wrap{
	width: 652px;
	float: left;
}

.aanb_wrap{
	width: 600px;
	min-height: 100px;
	float: left;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #EFF8FF;
	padding: 5px;
}

.aanb_sub_wrap{
	width: 440px;
	float: left;
	min-height: 100px;	
}

.aanb_naam_wrap{
	width: 260px;
	float: left;
	min-height: 100px;
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.aanb_prijs_wrap{
	width: 140px;
	float: left;
	min-height: 70px;
	margin: 5px;
	padding-top: 30px;
}


#text{
	width: 400px;
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#c_text{
	width: 580px;
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.a_text{
	margin-bottom: 5px;
	text-align: justify;
}

.a_naam{
	margin-bottom: 5px;
	color: #34A8FF;
	font-size: 110%;	
	text-align: center;
}

.a_prijs{
	margin-bottom: 5px;
	color: #34A8FF;
	font-size: 110%;	
	font-weight: bold;
	text-align: center;
}

.a_pic_l{
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.a_pic_r{ 
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.b_text{
	width: 400px;
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#pics{
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.b_pics{
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pic{
	margin-top: 10px;
	text-align: center;
}

.name{
	color: #34A8FF;
	font-size: 110%;
	margin-bottom: 10px;
}

#menuwrap{
	float: left;
	width: 148px;
	height: 470px;
	background-image: url(../images/menu.gif);
}

#footer{
	height: 20px;
	width: 800px;
	clear: both;
	background: url(../images/bg_foot.gif) repeat-y;
	color: #000000;
	text-align: center;
	padding-top: 2px;
}

#infospan{
	width: 615px;
	padding-left: 85px;
	float: left;
}

#counter{
	width: 95px;
	text-align: right;
	padding-right: 5px;
	color: #FFFFFF;
	float: left;
	font-size: 80%;
}

#menu{
	float: left;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6{
	color: #000000;
	position: absolute;
	width: 137px;
	height: 25px;
	display: block;
	background: none;	
	padding-top: 10px;
	padding-left: 10px;
	border-left: solid 1px #34A8FF;
	margin: 0px;	

}

#menu1a, #menu2a, #menu3a, #menu4a, #menu5a, #menu6a{
	color: #000000;
	position: absolute;
	width: 137px;
	height: 25px;
	display: block;	
	padding-top: 10px;
	padding-left: 10px;
	border-left: solid 1px #34A8FF;	
	margin: 0px;

}

#menu1, #menu1a{
	top: 228px;	
}
#menu1:hover, #menu1a{
	background: url(../images/button1.gif) right;
}
#menu2, #menu2a{
	top: 278px;
}
#menu2:hover, #menu2a{
	background: url(../images/button2.gif) right;
}

#menu3, #menu3a{
	top: 328px;	
}
#menu3:hover, #menu3a{
	background: url(../images/button3.gif) right;
}
#menu4, #menu4a{
	top: 378px;	
}
#menu4:hover, #menu4a{
	background: url(../images/button4.gif) right;
}
#menu5, #menu5a{
	top: 428px;
}
#menu5:hover, #menu5a{
	background: url(../images/button5.gif) right;
}
#menu6, #menu6a{
	top: 478px;	
}
#menu6:hover, #menu6a{
	background: url(../images/button6.gif) right;
}


#mailwrap{
	width: 400px;
	margin: 20px auto;	
}

label span{
	width: 80px;
	float: left;
}

.formline{
	margin-top: 5px;
	float: left;
}

.submitline{
	width: 520px;
	margin-top: 15px;
	text-align: center;
	float: left;
}

input, textarea{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	border: solid 1px #34A8FF;
}

#submit{
	border: solid 1px #34A8FF;
	background-color: #8ACDFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#submit:hover{
	background-color: #34A8FF;
	color: #000000;
}

#table{
	padding: 30px;
}

#prijstab{
	width: 100%;
}

#prijstab td{
	padding: 3px;
}

.cat_td{
	height: 30px;
	text-align: center;
	width: 100%;
	color: #34A8FF;
	font-size: 110%;	
	font-weight: bold;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.item{
	background: #EFF8FF;
}

.itemnaam{
	padding-left: 10px;
}

.itemprijs{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.euro{
	text-align: left;
}

.hiddenpic{
	display: none;
}

#aanb_bar{
	padding: 30px;
}

#aanbtitel{
	margin-bottom: 5px;
	color: #34A8FF;
	font-size: 130%;	
	font-weight: bold;
	text-align: center;
}

#aanbtext{
	text-align: center;
	font-size: 120%;
}

#contactdetails{
	padding-bottom: 10px;
	width: 200px;
	margin: 10px auto;
}

#contactmap{
	width: 500px;
	margin: 10px auto;
}

#notice {
	width: 500px;
	background-color: #EFF8FF;
	border: 1px solid #34A8FF;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}

#notice p{
	margin-bottom: 10px;
}

label {
	font-family: Arial, Verdana;
	font-size: 12px;
}

#nieuwsbrief{
	border: none;
}
