*{
	margin:0;
	padding:0;
}
html{
	width: 100%;
	overflow:auto;
}

body{
	width:100%;
	font-family:Georgia,helvetica,arial,sans-serif;
	color:#333;
	font-size: 76%;
	margin:20px;
	background-color:#f9f8f2;
}

.clearfix:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

/* General Style Info */
a{
	color:#595959;
	text-decoration:none;
	border-bottom:1px dotted #595959;
}
a:hover{
	color:black;
	text-decoration:none;
	border-bottom:1px dotted black;
}

a img{
	border:none;
}

a.logo {
	border: none;
}

h2{
	font-size:20px;
	font-family: Georgia,helvetica,arial,sans-serif;
}
h3{
	font-size:16px;
	font-weight:bold;
	font-family: Georgia,helvetica,arial,sans-serif;
}
h3.link{
	font-style:italic;
	border-bottom:1px black dotted;
	display:inline;
}
h4{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}

.title{
	width:300px;
	font-weight:bold;
	font-size:16px;
}
.broad{
	width:300px;
}
.superbroad{
	width:600px;
}
.slim{
	width:150px;
}
.colorstrip_project{
	width:25px;
	height:5px;
	background-color:#a5b9a0;
	font-size:0;/*oplossing voor ie6 bug.*/
}
.colorstrip_blog{
	width:25px;
	height:5px;
	background-color:#b3929d;
	font-size:0;/*oplossing voor ie6 bug.*/
}
.colorstrip_news{
	width:25px;
	height:5px;
	background-color:#cbc088;
	font-size:0;/*oplossing voor ie6 bug.*/
}
.item_column_in_overview{
	width:150px;
	color:#595959;
	float:left;
	margin-right:10px;
	cursor:default;
}
.broad_column{
	width:300px;
	margin-right:10px;
	float:left;
}
.slim_column{
	width:150px;
	margin-right:10px;
	float:left;
	display:inline;
}
