/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background-color:#B0B0B0;
	text-align: left;
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #5c5550;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {

}

.center {
  text-align: center;
}

.right {
text-align:right;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	border-bottom: none;
	color:#f0991b;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


#header {
	width: 994px;
	margin: 0 auto;
	height: 250px;
	background-color: #00D8D5;
}



/* Header */



/* Menu */

#topmenu {
	width: 994px;
	margin: 0 auto;
	padding: 0px;
	height: 30px;
	background: url(images/img03.jpg) no-repeat left top;
}

#topmenu ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 7px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#topmenu a:hover {
	color: #ffffff;
	display: block;
	height: 23px;
	background: #B06E0C;
}

#topmenu a:active {
	color: #ffffff;
	display: block;
	height:23px;
	background: #f0991b;
}

#topmenu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
width: 994px;
text-align: left; /*voor IE */
background: #bbff02 url(images/achtergrond.gif);
margin: 0 auto;
}

/* Page */

#page {
	
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 593px;
	background: #ffffff;
	
}

#content a {
	color: #FC9F12;
	text-decoration: none;
	font-weight: bold;
}


.post {
	padding-bottom: 10spx;
	line-height: 150%;
		font-size: 11px;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 30px;
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -17px 20px 20px 20px;
}

.byline a {
	color: #DC8700;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	margin-top: -0px;
	background: #84B00D;
	color:#B06E0C;
}

#sidebar2 {
	float: right;
	background: #84B00D;
	width: 200px;


}


#sidebar1 a:hover {
	color: #B06E0C;

}

#sidebar2 a:hover {
	color: #B06E0C;

}


.sidebar {
	float: left; 
	width: 200px;
	padding: 0;
	font-size: 11px;
	min-height: 370px;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 5px 0;
}

.sidebar li ul {

}



#sidebar1 li li {
	margin: 0 20px 0 15px;
	padding: 6px 0px;
	border-bottom: 1px dashed #C5C4C4;
	color:#B06E0C;
}

#sidebar2 li li {
	margin: 0 13px 0 13px;
	padding: 0px 0px;
	color:#ffffff;
}

.sidebar li h2 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px ;
	background: url(images/titel.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #B06E0C;
}

#sidebar1 li li {
list-style:none;
}




/* Footer */

#footer {
	width: 954px;
	height: 32px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FC9F12;
	color:#ffffff;

}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: small;
}

#footer a {
color:#ffffff;
}

#footer .link {
	float: left;
}

#footer .copyright {
	float: left;
}

