@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;
}
div#container {
	position			: absolute;
	left				: 50%;
	width				: 900px;
	margin				: 0 0 0 -450px;
}
body,td,th {
	color				: #8c8c8c;
	text-align			: justify;
}
body {
	background			:#FFFFFF url(http://www.jeroenkool.com/images/bg.gif) repeat-x;
	font-family			: Tahoma, arial, helvetica;
	font-size			: 62.5%; /* = 10px */	
}
a:link {
	color				: #199fec;
	text-decoration		: none;
}
a:visited {
	text-decoration		: none;
	color				: #199fec;
}
a:hover {
	text-decoration		: underline;
	color				: #199fec;
}
a:active {
	text-decoration		: none;
	color				: #199fec;
}
.menu .active {
	color				:#199fec;
	font-weight:bold;
}
h2 {
	padding				:0px;
	color				:#8a8a8a;
	font-size           :1.4em;
}
h3 {
	padding				:0px;
	color				:#8a8a8a;
	font-size           :1.2em;
}
ul {

}
li {
	list-style			:none;
	padding				:0 0 2px 0;
}
p {
	padding				: 0 0 12px 0;
}
a.index {
	display			: block;
	width			: 330px;
	height			: 80px;
	text-align		: left;
}
.kop {
	padding				: 5px 0 15px 3px; 
	color				: #FFFFFF; 
	font-weight			: bold;
}
.header {
	float				: left;
	background			: url(http://www.jeroenkool.com/images/bg_header.gif) no-repeat;
	width				: 870px;
	height				: 122px;
	padding				: 0 0 0 30px;
}
.midden {
	float				: left;
	padding				: 20px 45px 15px 35px;
	height				: auto;	
}
.menu {
	float				: left;
	width				: 180px;
	height				: auto;
	background			: url(http://www.jeroenkool.com/images/bg_head.gif) top repeat-x;
	padding				: 0 0 0 5px;
	font-size			: 1.4em;
}
.content {
	float				: left;
	width				: 600px;
	height				: auto;
	background			: url(http://www.jeroenkool.com/images/bg_head.gif) top repeat-x;
	padding				: 0 5px 0 5px;
	margin				: 0 0 0 25px;
	font-size			: 1.2em;
}
.footer {
	float				: left;
	width				: 820px;
	height				: 5px;
	background			: #6fc9fb;
	margin				: 0 0 0 30px
}