/* CSS Document */
body{
background-color:#cbcbe5;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
color:#0b2641;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size:12px;
}

h1{
font-size:15px;
}

#container{
	margin:10px auto;
	padding:0;
	position: relative;
	background-color:#FFFFFF;
	}

.fixed{
width:950px;
}

#clearer{
height:1px;
clear:both;
}

#header{
width:950px;
height:136px;
background-image:url(/images/top_bg.gif);
background-repeat:no-repeat;
}

.logo{
padding:60px 0 0 13px;
}

#navigatie{
display:block;
float:left;

margin:15px 0 0 35px;
padding:0;

}

#navigatie ul{
margin:5px 0 0 0;
padding:0;
}

#navigatie li{
	margin:0 0 10px 15px;
	padding:0;
	list-style-type: none;
}

#navigatie a {
	text-decoration:none;
	color:#0b2641;
	}
#navigatie a:hover {
	text-decoration:none;
	color:#9999cc;
	}




#content{
width:950px;
background-image:url(/images/main_bg.gif);
background-repeat:repeat-y;
float: left;
overflow: hidden;
}

#left{
float:left;
width:265px;
}


#subnav{
	list-style-type: square;
	
	

}

#subnav li{
	list-style-type: square;
	

}

#subnav a {
	text-decoration:none;
	color:#0b2641;
	}
#subnav a:hover {
	text-decoration:none;
	color:#9999cc;
	}



#left p{

}

#main{
float:left;
width:635px;
padding:70px 25px 15px 25px;
}

#main p{

}

#right{
float:left;
width:170px;
background-color:#cccccc;
height:400px;
padding:15px;
}

#right p{

}


#footer{
width:920px;
height:60px;
font-size:11px;
margin:0 0 10px 0;
padding-left:30px;
float:left;
color:#ffffff;
background-image:url(/images/footer_bg.gif);
background-repeat:repeat-y;

}

#footer #aceview{
float:left;
margin: 5px 0 0 0;
width:920px;
display:block;

}

#footer #aceview a{
color:#a5aac6;
text-decoration:none;
}

#footer ul {
	float:left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	width:900px;
}


#footer li {
	display:inline;
	height:25px;
	
}

#footer li a {
	color:#5b668f;
	font-size:11px;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer li a:hover {
	font-size:11px;
	color:#5b668f;
	text-decoration: none;
	padding: 0 5px 0 5px;
	
}

input {
border:1px solid #9999cc;
}

.textarea{
border:1px solid #9999cc;
background-color:#ffffff;
}

.sendbutton{
border:1px solid #0b2641;
background-color:#0b2641;
padding:2px;
color:#ffffff;

}

.radio{
border:none;
width:auto;
}


.links li{
	list-style-type: square;
	margin-left:30px;
}

.winkelwagen{
position: absolute;
left:660px;
top:9px;
}

.verplicht {
	font-size: 10px;
	margin: 0;
}

	#winkelwagen thead td { 
		background-color:#9999cc;
		color:white;
		font-weight:bold;
	}
	
	#winkelwagen tfoot td { 
		background-color:#d7d7eb;
		font-weight:bold;
	}
	
	#winkelwagen {
		border:1px solid white;
	}
	
	.button_small {
		font-size:9px;
	}
	
.artikeloverzicht {
	width:650px;
	overflow:hidden;
}

table.enquete {
	border-left:1px solid #1a4673;
	border-right:1px solid #1a4673;
	border-top:1px solid #1a4673;
}

table.enquete thead td {
	background-color:#1a4673;
	color:white;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #1a4673;
}

table.enquete tbody td {
	border-bottom:1px solid #1a4673;
}

table.enquete input {
	border-style:none;
}