@charset "utf-8";
/*
* ABC541 - Green
* 666666 - Grey
*/
body, html {
	background-color:#FAFAFA;
	color:#666666;
	font-family:corbel;
	font-size:13px;
	text-align:center;
}

blockquote {
  background:#DDDDDD;
}

#container {
	position:relative;
	width:800px;
	margin:0 auto;
	text-align:left;
}

.blog {
	width:600px;
	float:left;
}

.blog h3 {
	color:#ABC541;
	font-size:19px;
	margin:5px 0px 0px 0px;
}

.blog hr {
	border:1px dotted #ABC541;
}

.blog a:link, .blog a:visited {
	color:#666666;
	text-decoration:underline;
	line-height:1.0em;
}

.blog a:hover {
	color:#ABC541;
	text-decoration:underline;
	line-height:1.0em;
}

.menu {
	float:right;
}

.menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

.menu li {
	margin: 1px 0px 0px 0px;
}

.menu h6 {
	color:#ABC541;
	font-size:17px;
	margin:0px;
}

.menu a:link, .menu a:visited {
	color:#666666;
	text-decoration:none;
	line-height:1.0em;
}

.menu a:hover {
	color:#ABC541;
	text-decoration:underline;
	line-height:1.0em;
}

#reacties h7 {
	color:#666666;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.naam {
	width:600px;
	background:#CCFFCC;
}

#clear {
	clear:both;
}

.footer {
	width:600px;
	border-top:0px double #ABC541;
	text-align:center;
	background:#ABC541;
}

#google_links {
	text-align:center;
	color:#CCCCCC;
}

.portfolio {
	width:600px;
	height:auto;
}

.top {
	float:right;
	width:200px;
	text-decoration:line-through;
}
