/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background: #fff url(../img/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#container{
	width: 850px;
	margin: auto;
	padding: 0 0 10px 0;
}

#logo{
	background: url(../img/logo.gif) no-repeat;
	width: 350px;
	height: 65px;
	text-indent: -9999em;
	margin: 22px 0 0 0;
}

#sideleft{
	float: left;
	width: 150px;
	padding: 0 11px 0 0;	
	margin: 5px 0 0 0;
}
#maincontent{
	width: 497px;
	border: 1px solid #00b1f4;	
	background: #fff;
	float: left;
	margin: 5px 0 0 0;
	padding: 7px;
	color: #575757;
}
#sideright{
	width: 166px;
	float: right;
}

/*Opmaak sideleft content*/
#menu{
	margin: 0 0 10px 0;
}
#menu li{
	list-style: none;
}
#menu li a{
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../img/menu.gif) no-repeat;
	height: 21px;
	width: 140px;
	padding: 2px 0 0 10px;
	margin: 0 0 2px 0;
}
#menu li .selected, #menu li a:hover{
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../img/selectedmenu.gif) no-repeat;
	height: 21px;
	width: 140px;
	padding: 2px 0 0 10px;
	margin: 0 0 2px 0;
}
#linkpartners{
	margin: 10px 0 0 0;
}
#linkpartners h1{
	font-family: "Trebuchet MS";
	color: #e01a91;
	font-size: 1.5em;
	margin: 0 0 7px 0;
}
#linkpartners ul li{
	list-style: none;
}
#linkpartners ul li a{
	display: block;
	height: 17px;
	color: #575757;
	background: url(../img/listarrow.gif) 0 1px no-repeat;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#linkpartners ul li a:hover{
	display: block;
	height: 17px;
	color: #575757;
	background: url(../img/listarrow.gif) 0 1px no-repeat;
	text-decoration: underline;
	padding: 0 0 0 10px;
}

/*Opmaak main content*/
#maincontent h1{
	font-family: "Trebuchet MS";
	color: #e01a91;
	font-size: 1.5em;
	margin: 0 0 7px 0;
	background: url(../img/dots.gif) bottom left repeat-x;
	padding: 0 0 3px 0;
}
#maincontent a{
	color: #df1a90;
}
#maincontent p{
	margin: 0 0 7px 0;
}
#prijslijst li{
	list-style: none;
}
#prijslijst li a{
	display: block;
	height: 17px;
	color: #575757;
	background: url(../img/listarrow.gif) 0 1px no-repeat;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#prijslijst li a:hover{
	display: block;
	height: 17px;
	color: #575757;
	background: url(../img/listarrow.gif) 0 1px no-repeat;
	text-decoration: underline;
	padding: 0 0 0 10px;
}
#prijstabel{
	margin: 0 0 5px 0;
}
#prijstabel th{
	color: #e01a91;
	background: url(../img/dots.gif) bottom left repeat-x;
	padding: 0 0 3px 0;
}
#prijstabel tr td{
/*	color: #fff;*/
/*	background: #1b9cca;*/
	padding: 2px 0 2px 4px;
}
#prijstabel tr td a{
	color: #575757;
	text-decoration: none;
}
#prijstabel tr td a:hover{
	color: #575757;
	text-decoration: underline;
}

/*Opmaak sideright content*/
#sideright h1{
	font-family: "Trebuchet MS";
	color: #e01a91;
	font-size: 1.5em;
	margin: 0 0 7px 0;
}
#sideright p{
	color: #575757;
	margin: 0 0 7px 0;
}
#nieuwsbrief{
	margin: 0 0 7px 0;
}
#email{
	border: 1px solid #575757;
	display: block;
}
#nieuwsbrief p{
	margin: 4px 0 0 0;
}
#radiobutton{
	position: relative;
	top: 3px;
}
#radiobutton2{
	position: relative;
	top: 3px;
}
#verzenden{
	margin: 5px 0 0 0;
}