/*
*	Realtoneactie.nl
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
body, html {
	background: #666 url(images/pattern.jpg) repeat-x;
	color: #fff;
	margin: 0;
	height: 100%;
	font-size: 1em;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 540px;
	margin: 0 auto;
	font-family: Verdana;
	background: url(images/bg01.jpg) 0 213px no-repeat;
}
#header {
	margin-bottom: 20px;
	height: 213px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	display: none;
}
h3 {
	margin: 5px auto;
	width: 500px;
	padding: 0;
	line-height: 30px;
	height: 30px;
	background: url(images/titel.jpg);
	text-align: center;
	font-size: 100%;
}
ul {
	list-style-type: none;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 500px;
}
li:hover {
	background: #ffa070;
}
li {
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dashed #ccc;
}
li span {
	float: left;
	width: 250px;
}
/* FOOTER */
.fspacer {
	height: 40px;
}
#footer {
	font-size: 75%;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}