/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/background.gif) repeat-x;
	font-family:  verdana;  "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3 {
	color: #505;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: bold;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a{
  color:#505;
  text-decoration: none;
}

a:hover {
  color:#505;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 5px 0;
}

/* -- titel  -- */

#titel {
	width: 800px;
	height: 70px;
	margin: auto;
}

/* Header */

#header {
	width: 800px;
	height: 170px;
	margin: 0 auto;
}

/* -- menu  -- */

#menu {
	width: 800px;
   margin: auto;
}

#menu table{
 margin-left:230px;
}
	
#menu td{
 height: 50px;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: 3px;
 font-weight: bold;
 text-align: right;
 vertical-align:middle;
 color:#505;	
}

#menu a{
 padding-top:2px;
 padding-bottom:2px;
 padding-left:10px;
 padding-right:10px;
 display: block;
 text-decoration: none;	
 color:#666;	
}

#menu a:hover{
 color:#505;	
 text-decoration: underline;	
}

span.active{
	color:#505;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding-top: 10px;
}


#content-next {
	float: left;
	width: 700px;
	padding-top: 10px;
}

div.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-top:40px;
	width: 290px;
	background: #269;
	background-color: #f5f5ef ;
	background-image: url(images/kantlijn-grijs-background.gif);
	background-repeat: repeat-y;
}

#sidebar-box {
 padding: 10px;
}

#sidebar-box h2 {
	margin: 0;
	padding: 5px 15px;
	color: #505;
	font-size: 11px;
}

#sidebar-box h3 {
	color: #505;
	font-size: 11px;
}

#sidebar-box p {
	font-size: 11px;
}

#sidebar-box ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar-box li {
}

#sidebar-box a {
 color: #333;
 text-decoration: none;	
}

#sidebar-box a:hover {
 color: #505;
 text-decoration: underline;	
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}


#portfolio li{
padding-top:20px;
	
}