* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana;
	font-size: 12px;
}
#all{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

/* BEGIN HEADER */

#header {
	width: 1000px;
	height: 160px;
	background-image: url(http://www.jeroenhubert.nl/theme/header.png);
}
#header img{
	border: 0px;
}

/* END HEADER */
/* BEGIN MENU */

#menu{
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	/*	width: 723px; */
	width: 650px;
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
	color: red;
}
#menu ul li a:hover, #menu ul li a:active{
	color: white;
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
    padding: 8px;
    background-color: red;
    text-align: left;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em; /* FF */
	-webkit-border-radius: 0.5em; /* Safari */
	-o-border-radius: 0.5em; /* Opera */
	-ms-border-radius: 0.5em; /* IE >7 */
}
#media{
	width: 350px;
	float: left;
	padding-top: 7px;
}
#media ul{
	list-style-type: none;
}
#media ul li{
	display: inline;
}

/* END MENU */
/* BEGIN CONTENT */

#content{
	float: left;
	width: 723px;
	margin-bottom: 15px;
}
h1{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 22px;
}
h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}
h1.main{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 22px;
}
h2.main{
	margin-top: 30px;
	margin-bottom: 2px;
	font-size: 18px;
}
p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
p.center{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
p.date{
	font-size: 12px;
	color: #999999;
}
img.nieuws{
	margin: 0px 0px 4px 8px;
}
img.imgcenter{
    display: block;
    margin-left: auto;
    margin-right: auto
}
#imgrechts{
	width: 150px;
	float: right;
	/* border: 1px solid #000000; */
	margin: 5px 0px 5px 10px
}
img.imgrechts{
	width: 150px;
}

/* END CONTENT */
/* BEGIN SIDEBAR */

#sidebar{
	float: left;
	width: 262px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#sidebaritem{

}
p.sidebartitle{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 4px;
}
li.cat{
	border: 1px dashed #999999;
	height: 60px;
	margin-bottom: 2px;
	list-style-type: none;
}
a.sidebara{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
img.sidebarimg{
	float: left;
	border: 0px;
	width: 60px;
}
li.cat:hover, li.cat:active{
    background-color: #dddddd;
}
#twitter p{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
	text-align: left;
}

/* END SIDEBAR */
/* BEGIN FOOTER */

#footer {
	width: 1000px;
	height: 160px;
	clear: left;
	background-image: url(http://www.jeroenhubert.nl/theme/footer.png);
	text-align: center;
}
p.footertext{
	padding-top: 10px;
	font-size: 12px;
	margin-bottom: 0px;
	text-align: center;
}
ul.footerlists{
	list-style-type: none;
	float: left;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
#footer ul li a{
	color: #999999;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #999999;
	text-decoration: underline;
}
li.footerkop{
	font-weight: bold; 
	color: #999999;
}

/* END FOOTER */

/* PAGINA-SPECIFIEKE STIJLEN */

/* Pagina volière bouwen */
ul.volierebouwenmenu{
	list-style-type: decimal;
	line-height: 19px;
	font-size: 15px;
	padding-left: 40px;
}

/* Beplanting voliere */
ul.planten{
	list-style-type: circle;
	line-height: 19px;
	font-size: 15px;
	padding-left: 40px;
}
img.padleft{
	padding-left: 15px;
}
table.vogels{
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid #000000;
}
table.vogels, td{
	border: 1px solid #000000;
	font-size: 15px;
}
table td{
	border: 0px solid #000000;
	font-size: 15px;
}
p.center{
	text-align: center;
}
