/*
*	Realtoneactie.nl
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
body {
	background: #4e95e2 url(images/pattern.jpg) 50% 0 repeat-x;
	color: #fff;
	margin: 0;
}
#container {
	width: 740px;
	margin: 0 auto;
	font-family: Verdana;
}
#header {
	height: 231px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	display: none;
}
/* RIGHT */
#left {
	position: relative;
	float: left;
	left: 4px;
	width: 178px;
}

/* RIGHT */
#right {
	position: relative;
	float: right;
	right: 29px;
	width: 531px;
}
/* BOX */
.red, .blue, .blueads, .green, .brown, .orange{
	margin: 0 3px 5px 0;
	float: left;
	font-size: 0.70em;
}
.red ul, .blue ul, .blueads ul, .green ul, .brown ul, .orange ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 174px;
}
.red li a, .blue li a, .green li a, .brown li a, .orange li a {
	padding: 0 4px;
	margin-left: 3px;
	width: 160px;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}
.red h3, .blue h3, .blueads h3, .green h3, .brown h3, .orange h3  {
	margin: 0;
	padding: 0 7px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	width: 160px;
	font-size: 100%;
	font-weight: normal;
}
/* RED BOX */
.red {
	background: url(images/red_b.gif) repeat-y;
}
.red ul {
	background: url(images/red_f.gif) bottom no-repeat;
}
.red h3 {
	background: url(images/red_h.gif);
}
li.red_l a {
	background: #dd4545;
}
/* BLUE BOX */
.blue, .blueads {
	background: url(images/bl_b.gif) repeat-y;
}
.blue ul, .blueads ul {
	background: url(images/bl_f.gif) bottom no-repeat;
}
.blue h3, .blueads h3 {
	background: url(images/bl_h.gif);
}
li.blue_l a {
	background: #5795ea;
}
.blueads img {
	border: 0;
}
.blueads li a {
	margin: 10px 0 10px 28px;
	width: 120px;
	display: block;
	height: 60px;
}
/* GREEN BOX */
.green {
	background: url(images/gr_b.gif) repeat-y;
}
.green ul {
	background: url(images/gr_f.gif) bottom no-repeat;
}
.green h3 {
	background: url(images/gr_h.gif);
}
li.green_l a {
	background: #50ce50;
}
/* GREEN BIG BOX */
.greenb {
	font-size: 0.7em;
	clear: both;
	width: 529px;
	margin-bottom: 5px;
	background: url(images/grb_b.gif) repeat-y;
}
.greenb h3 {
	margin: 0;
	padding: 0 7px;
	font-size: 100%;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	background: url(images/grb_h.gif);
}
.greenb ul {
	background: url(images/grb_f.gif) bottom no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}
.greenb img {
	border: 0;
}
.greenb li a {
	display: block;
	width: 468px;
	height: 60px;
	margin: 5px 0 0 30px;
	text-decoration: none;
}
/* BROWN BOX */
.brown {
	background: url(images/br_b.gif) repeat-y;
}
.brown ul {
	background: url(images/br_f.gif) bottom no-repeat;
}
.brown h3 {
	background: url(images/br_h.gif);
}
li.brown_l a {
	background: #e7b54a;
}
/* ORANGE BOX */
.orange {
	background: url(images/or_b.gif) repeat-y;
}
.orange ul {
	background: url(images/or_f.gif) bottom no-repeat;
}
.orange h3 {
	background: url(images/or_h.gif);
}
li.orange_l a {
	background: url(images/or_l.gif);
}
/* FOOTER */
#footer {
	clear: both;
	padding: 10px 0;
	font-size: 0.7em;
	text-align: center;
}
.padleft {
	padding-left:7px;
	padding-right:7px;
}

