body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 32px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-style: oblique;
	vertical-align: middle;
}

h2{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}

/* *******************************************************
   :: Hyperlinks
   ******************************************************** */

a {
	color: #3366CC;
	text-decoration: none;
}
a#menu {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	  margin: 0px;
  padding: 0px;
}
div#menu ul {
	list-style: none;
 	margin-left: 20px;
	margin-top: 100px;
 	padding: 0px;
}

/* *******************************************************
   :: Attributen
   ******************************************************** */

.button{
	border: 1px solid #000000;
	background: #ffffff;
}

.input{
	border: 1px solid #000000;
	width: 80px;
}
.input_breed{
	border: 1px solid #000000;
	width: 150px;
}
.input_postcode{
	border: 1px solid #000000;
	width: 30px;
}
.input_tussenvoegsel{
	border: 1px solid #000000;
	width: 80px;
	padding-left: 5px;
}
.input_num{
	border: 1px solid #000000;
	width: 50px;
	text-align: right;
	padding-left: 5px;
}

.input_area{
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}
.content{
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
}
#flyer{
	margin-top:40px;
}

/* *******************************************************
   :: Opbouw
   ******************************************************** */

#container{
	height: 100%;
	border: 0px solid #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

	#header{
		height: 80px;
		width: 100%;
		border-bottom: 1px solid #000000;
		background: #FFFFFF;
		margin-top: 20px;
		vertical-align: middle;
	}

#left{
	background: url(../images/achtergrond.jpg);
	width: 180px;
	height: 100%;
	float: left;
	padding-left: 10px;
}
	#left .menu{
		color: #000000;
		margin-top: 100px;
	}
		#left .menu ul{
			padding-left: 8px;
		}
		#left .menu ul li{
			text-decoration:none;
			display: block;
			padding: 2px;
		}
		
		#left .menu ul li a{
			font-size: 16px;
		}
		
		#left .menu ul li a:hover{
			font-size: 16px;
		}
	#adres{
		vertical-align: bottom;
		color: #000000;
		margin-top: 10px;
		margin-left: 10px;
		position: absolute;
		top: 300px;
	}

#maincontent{
	width: 800px;
	height: 80%;
	float: left;
	border: 0px solid #000000;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 10px;
}

	/* Bezorgen */
	table.bezorgen {
		width: 500px;
		padding-top: 10px;
	}
		table.bezorgen thead td{
			padding-left: 10px;
			text-decoration: underline;
			border-bottom: 1px solid #000000;
		}
		table.bezorgen td.titel{
			color: #000000;
			font-weight: bold;
			padding-left: 10px;
		}
		table.bezorgen td.gegeven{
			color: #000000;
			padding-left: 10px;
		}

	/* klantgegevens */
	table.klantgegevens{
		width: 430px;
	}
		table.klantgegevens thead td{
			background: url(../images/achtergrond.jpg);
			color: #FFFFFF;
			padding-left: 10px;
		}
		table.klantgegevens td.titel{
			color:#000000;
			padding-left: 10px;
		}
		table.klantgegevens td.gegeven{
			color:#000000;
			padding-left: 10px;
		}

	/* Contact */
	table.contact{
		width: 100%;
		padding-left: 10px;
	}
		table.contact td.titel{
			padding-left: 10px;
			padding-top: 5px;
		}
		table.contact td.gegeven{
			padding-left: 10px;
			padding-top: 5px;
		}

	/* bestellijst */
	table.bestellijst{
		width: 430px;
		margin-bottom: 10px;
	}
		table.bestellijst thead td{
			background: url(../images/achtergrond.jpg);
			color: #FFFFFF;
			padding-left: 10px;
		}
		table.bestellijst td.titel{
			color:#000000;
			padding-left: 10px;
		}
		table.bestellijst td.gegeven{
			color:#000000;
			padding-left: 10px;
		}

	/* Bezorg_adressen */
	table.bezorg_adressen{
		width: 700px;
		margin-bottom: 10px;
	}
		table.bezorg_adressen thead td{
			background: url(../images/achtergrond.jpg);
			color: #FFFFFF;
			padding-left: 10px;
		}
		table.bezorg_adressen td.titel{
			color:#000000;
			padding-left: 10px;
		}
		table.bezorg_adressen td.gegeven{
			color:#000000;
			padding-left: 10px;
		}

	/* Bezorg_adressen */
	table.manden{
		width: 800px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
		table.manden thead td{
			background: url(../images/achtergrond.jpg);
			color: #FFFFFF;
			padding-left: 10px;
		}
		table.manden tbody td{
			color: #000000;
			padding-left: 10px;
			vertical-align: text-top;
			list-style: outside;
		}
		
		table.manden tbody td ul{
			padding-left: 10px;
		}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
