@charset "utf-8";
/*
Website : www.HIERHETDOMEIN

who  : Webkreks / Remco Wessels
spam : remcow@kreks.nl (also for contact :) )
WWW  : http://www.kreks.nl
---------------------------------------

Use if you like. It's free, like love.
*/

/*** defaults ***/
* {
margin					: 0;
padding					: 0;
}
html, body {
	height				: 100%;
}
body {
	left				: auto;
	right				: auto;
	top					: 0px;
	padding				: 0px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #639;
	background-color	: #FFF;
}
a img {
	border				: none;
}
}
div {
	font-size			: 100%;
}
.left {
	float				: left;
}
.right {
	float				: right;
}
.clear {
	clear				: both;
}
/*** basic divs - placement and style ***/
#header {
	height				: 20px;
	padding-top			: 4px;
	width				: 100%;
	background-color	: #FFC;
	border-bottom		: thin solid #FF0;
}
#headerLeft {
	margin-left: 4px;
}

#container {
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	margin				: 0 auto -25px;
}
#content {
	margin				: 0 auto;
	padding-top			: 180px;
	padding-left		: 60px;
	width				: 740px;
	height				: 547px;
	background			: url(../images/background.jpg) no-repeat top center;
}
.push {
	height				: 25px;
}
#footer {
	height				: 20px;
	padding-top			: 4px;
	width				: 100%;
	background-color	: #FFC;
	border-top			: thin solid #FF0;
}
#footerRight {
	margin-right		: 4px;
}

/*** default links ***/
a {
	outline				: none;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FC0;
	text-decoration		: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration		: underline;
}
a:active {
	background-color	: #FF6;
}

