/*
* MAIN STYLESHEET VVVPRODUCTSITE.NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/

*{
	margin:0;
	padding:0;
}

html,body{
	background:#019ACD; /*Ajustable org: d50072*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
	line-height:18px;
	color:#000000; /*Ajustable org: 000000*/
}

#container{
	position:relative;
	width:914px;
	margin:0px auto;
}

/* Classes */
.container_top{
	width:914px;
	height:7px;
	margin-top:40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_top.png', sizingMethod='image');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.container_top[class]{
  	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_top.png) no-repeat;
}

.container_center{
	width:907px; /*914*/
	padding:0 0 0 7px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_center.png', sizingMethod='scale');
}
/* IE ignores styles with [attributes], so it will skip the following */
.container_center[class]{
  	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_center.png) repeat-y;
}

.container_bottom{
	width:914px;
	height:7px;
	margin-bottom:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_bottom.png', sizingMethod='image');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.container_bottom[class]{
  	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_container_bottom.png) no-repeat;
}

div#content_header{
	width:901px;
	position:relative;
	height:146px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_header.jpg);
}


/* header menu */
div#content_header ul{
	list-style:none;
	right:0px;
	float:right;
	margin-top:28px;
	margin-right:17px;
}

div#content_header ul li{
	float:left;
	padding:0 5px 3px 5px;
}

div#content_header ul li a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900; /*Ajustable org: d50072*/
	text-decoration:none;
}

div#content_header ul li a:hover,
div#content_header ul li a.on{
	color:#666666; /*Ajustable org: 666666*/
	border-bottom:3px solid #228B22; /*Ajustable org: 00bfff*/
}

div#content_center_l{
	float:left;
	position:relative;
	padding:0 0 1px 1px;
	width:239px;
}

div#content_center_r{
	float:right;
	position:relative;
	width:660px;
	padding:0 7px 0  0;
	margin-top:-69px;
}

/* menu */
div#content_center_l ul{
	list-style:none;
}

div#content_center_l ul li{
	width:214px;
	cursor:pointer;
}

div#content_center_l ul li a{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; /*Ajustable org: ffffff*/
	text-decoration:none;
}

/* table menu */
div#content_center_l ul li.menu_level0_even{
	padding:5px 0 5px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level0.gif) no-repeat #228B22; /*Ajustable org: 00bfff*/
}
div#content_center_l ul li.menu_level0_even:hover{
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level0_hover.gif) no-repeat #288F28; /*Ajustable org: 0079a2*/
}
div#content_center_l ul li.menu_level0_odd{
	padding:5px 0 5px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level0.gif) no-repeat #228B22; /*Ajustable org: 00ace5*/
}
div#content_center_l ul li.menu_level0_odd:hover{
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level0_hover.gif) no-repeat #288F28; /*Ajustable org: 0079a2*/
}
div#content_center_l ul li.menu_level0_on_odd,
div#content_center_l ul li.menu_level0_on_even{
	padding:5px 0 5px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level0_on.gif) no-repeat #288F28; /*Ajustable org: 0079a2*/

}
div#content_center_l ul li.menu_level0_on_odd a,
div#content_center_l ul li.menu_level0_on_even a{
	color:#FF9900; /*Ajustable org: ffcc00*/
}

div#content_center_l ul li.menu_level1_on_even,
div#content_center_l ul li.menu_level1_on_odd{
	padding:2px 0 2px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level1.gif) no-repeat #288F28; /*Ajustable org: 005e7e*/
}

div#content_center_l ul li.menu_level1_even{
	padding:2px 0 2px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level1.gif) no-repeat #228B22; /*Ajustable org: 005e7e*/
}

div#content_center_l ul li.menu_level1_odd{
	padding:2px 0 2px 25px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_menu_item_level1.gif) no-repeat #228B22; /*Ajustable org: 005e7e*/
}


div#content_center_l ul li.menu_level1_even a,
div#content_center_l ul li.menu_level1_odd a{
	font-size:11px;
	color:#FFFFFF; /*Ajustable org: ffcc00*/
}
div#content_center_l ul li.menu_level1_on_even a,
div#content_center_l ul li.menu_level1_on_odd a{
	font-size:11px;
	color:#FF9900; /*Ajustable org: ffcc00*/
}

div#ambience_picture{
	width:100%;
	height:240px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_sfeerbeeld-1.jpg);
}

div#subtitle{
	width:640px;
	height:36px;
	padding:22px 0 0 20px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_bgsubtitle.jpg);
}

div#content_center_wrapper{
	position:relative;
	width:907px;
}

div#content_center_l_fade{
	width:100%;
	height:148px;
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_bg_menu_fade.png) repeat-x;
}

div#content{
	width:620px;
	padding:20px 20px 100px 20px; /*padding-bottom for banner space*/
	min-height:200px;
	overflow-x: hidden;
	_height:200px; /*IE6*/
	background:url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_bg_content_fade.png) repeat-x bottom;
}

div#banners{
	position:absolute;
	bottom:0px;
	width:620px;
	height:85px;
	overflow:hidden;
}

h1{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	color:#FF9900; /*Ajustable org: 00bfff*/
	padding:0 0 10px 0px;
}

p{
	padding-bottom:20px;
}

a{
	color:#FF9900;  /*Ajustable org: 00ace5*/
	text-decoration:underline;
}

img{
	border:0;
}

div#content ul{
	padding:0 0 20px 20px;
}

div#content li{
	background-image: url(http://www.rbtvechtdalijsseldelta.nl/images/layout/img_bullet.gif);
	background-repeat: no-repeat;
	background-position:0 .3em;
	list-style:none;
	padding:0 0 5px 18px;
}

/* classes */
.clear{
	clear:both;
}

/* Plaats hier uw CSS */
body{
font-family:Helvetica,Arial;
font-size: 12px;
}

p{
font-family:Helvetica,Arial;
font-size: 12px;
}

