/*
*	Realtoneactie.nl
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
body {
	background: #001a2a url(images/pattern.gif) repeat-x;
	color: #3a5972;
	margin: 0;
}
#container {
	background: #fff;
	width: 700px;
	margin: 0 auto;
	font-family: Verdana;
}
/* HEADER */
#header {	
	height: 200px;
	margin-bottom: 10px;
	background: url(images/header.gif);
}
#header h1, #header h2 {
	display: none;
	margin: 0;
	padding: 0;
}
/* LINKSE GEDEELTE */
#left {
	font-size: 0.7em;
	position: relative;
	left: 10px;
	float: left;
	width: 150px;
}
#left h3 {
	padding: 0 5px 2px 5px;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0;
	height: 15px;
	background: url(images/dbl_s.gif) no-repeat;
}
#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
#left li a {
	padding-left: 5px;
	display: block;
	width: 145px;
	text-decoration: none;
	border-bottom: 1px dotted #dfdfdf;
	color: #3a5972;
}
#left li a:hover {
	color: #7ecfe2;
}
/* RECHTSE GEDEELTE */
#right {
	position: relative;
	right: 10px;
	width: 520px;
	float: right;
	font-size: 0.7em;
}
#right h3 {
	padding: 0 5px 2px 5px;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0;
	height: 15px;
	background: url(images/dbl_b.gif) no-repeat;
}
#right h4 {
	clear: both;
	padding: 0 20px 2px 20px;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0;
	height: 13px;
	background: url(images/lbl_b.gif) no-repeat;
}
#right ul {
	float: left;
}
.ull {
	width: 350px;
	padding: 0;
	margin: 0 0 0 25px;
}
.ulr {
	width: 235px;
	padding: 0;
	margin: 0 0 0 25px;
}
#right li {

	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	list-style-image: url(images/speaker.gif);
}
#right li a {
	text-decoration: none;
	color: #3a5972;
}
/* FOOTER */
#footer {
	clear: both;
	text-align: right;
	font-size: 0.7em;
	background: url(images/footer.gif) center no-repeat;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 20px;
}
