/**
* CSS
* 
* @author Jeremie Cornelissen
*/
/* {
	margin: 0;
	padding: 0;
}*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;	
	line-height: 14px;
	background: #fff;
}

a { 
	color: #000; 
	text-decoration: underline; 
}
a:hover { 
	color: #fff; 
	text-decoration: underline;
	background: #000;
}
	
h1{
	font-size: 48px;
	color: #998f7a;
	line-height: 50px;
	/*margin: 0px 0px 20px 0px;*/
}
h1 a:hover{
	color: #000; 
	background: #0FF;
}

h2 {
	font-size: 24px;
	color: #000;
	line-height: 28px;
	/*margin: 0px 0px 20px 0px;*/
}
h2 a:hover{
	color: #000; 
	background: #0FF;
}

h3 {
	font-size: 24px;
	color: #000;
	line-height: 28px;
}
h3 a:hover{
	color: #000; 
	background: #FF0;
}

h4 {
	font-size: 24px;
	color: #000;
	line-height: 28px;
}
h4 a:hover{
	color: #000; 
	background: #FF0;
}

h5 {
	font-size: 10px;
	color: #000;
}

h6 {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #666;
}
#content {
	width: 600px;
	height: 100%;
	margin: 0 0 0 100px;
	padding: 30px 30px 0 20px;
	top: 0px;
	background-color: #fff;
}	
.portfolio {
	position: absolute;
	top: 0px;
	right: 0%;
	width: 200px;
	height: auto;
}
.portfolio a:hover {
	background: none;
	text-decoration: none;
}
/*
.jer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
.jer2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}
.joine {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}
.teun {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}*/
.red {
	color: #F00;
}
