/*
*	Slicing door Koen Hobbelt
*	http://www.koen-media.nl
*
*	(c) 2007 LekkereHoertjes
*/

html {
	height: 100%;
}

body {
	font-family: Verdana; 
	font-size: 0.7em; 
	color: #000000;
	background: #FFC2FD;
	text-align: center;
	height: 100%;
}

/*
*	Container
*/

#container  {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	background: #FB8BF7 url(back.jpg) repeat-y top center;
	min-height: 100%;
}

/*
*	Logo
*/

#logo {
	background: url(header.gif) no-repeat;
	width: 750px;
	height: 165px;
}

#logo h1 {
	display: none;
}

/*
*	Content741px;
*/

#content {
	padding: 0px 9px 0px 9px;
}

#content h2 {
	background: url(title_bg.gif) no-repeat;
	height: 21px;
	width: 357px;
	padding-bottom: 10px;
	line-height: 21px;
	font-size: 1.05em;
	text-align: center;
	color: #FFFFFF;
}

#row1 {
	width: 357px;
	float: left;
}

#row2 {
	width: 357px;
	float: right;
}

/*
*	Footer
*/

#footer {
	text-align: center;
	font-weight: bold;
	height: 60px;
	line-height: 19px;
}


/*
*	Extra opmaak
*/

a:link,a:visited {
	color: #000000; 
	text-decoration: none;
}

a:hover {
	color: #000000; 
	text-decoration: underline;
}

/*
*	Cross-Browser Hacks
*/

* {
	padding: 0;
	margin: 0;
	border: none;
}

p {
	margin: 0px 0px 1em 0px;
}

.clear {
	clear: both;
}
