html{
	height: 100%;
}
body{
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-x;
	height: 100%;
	font-size: 12px;
}
a:link, a:active, a:visited{
	color: #0374d2;
}
a:hover{
	color: #b22222;
}
.copyright_rovecom a:link, .copyright_rovecom a:active, .copyright_rovecom a:visited{
	font-size: 10px;
	color: #b1d5f4;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.copyright_rovecom a:hover{
	color: maroon;
}
#splash{
	width: 550px;
	margin: 0 auto;
	margin-top: 5%;
}
#splash img{
	float: left;
}
.splash_mirror{
	height: 279px;
	width: 550px;
	background-image: url(../images/splash_mirror.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	clear: both;	
}
#global{
	width: 898px;
	margin: 0 auto;
}
#global_content{	
	border: 1px solid #adadad;
	float: left;
	padding: 1px;
}
#top img{
	width: 898px;
	height: 160px;
}
#content{
	float :left;
}
#left_column{
	width: 658px;
	float: left;
	padding: 20px;
}
#right_column{
	width: 190px;
	float: left;
	background-image: url(../images/right_column_back.gif);
	background-repeat: no-repeat;
	background-color: #e5f1fb;
	margin-bottom: 131px;

	padding: 5px;
}
#right_column #laatste_nieuws{
	color: #0076db;
	padding: 4px;
	text-align: right;
	font-size: 10px;
}
#right_column #laatste_nieuws .item{
	margin-bottom: 20px;
}
#right_column #laatste_nieuws h2{
	font-weight: bold;
	margin: 0;
}
#right_column #laatste_nieuws img{
	display: none;
}
#right_back{
	background-image: url(../images/right_column_back_px.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}
.bottom{
	float: left;
}
#footer{
	background-color: #e5f1fb;
	border: 1px solid #adadad;
	height: 34px;
	line-height: 32px;
	clear: both;
	margin-top: 10px;
	float: left;
	width: 900px;
	color: #027ad9;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
/*----------------menu---------------*/
#menu{
	background-image: url(../images/menu_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 32px;
}
#menu ul{
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul ul{
	display: none;
}
#menu li{
	float:left;
	list-style: none;
	line-height: 32px;
}
#menu li a{
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
	float: left;
	display: block;
	color: white;
	text-decoration :none;
}
#menu li a:hover{
	background-image: url(../images/menu_active.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
}
#menu ul li:hover ul{
	display: block;
	position: absolute;
	top: 32px;
}
#menu li li{
	float: none;
	line-height: 21px;
	border: 1px solid #c2c2c2;
	background-color: #dedede;
	border-top: none;
	width: 150px;
}
#menu li li a{
	float: none;
	border: none;
	color: black;
}
#menu li li a:hover{
	background-image: none;
	background-color: #6f6f6f;
	color: white;	
}

/*---------nieuws----------*/
#news{
}
#news .item{
	border-bottom: 1px solid #dadee3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
		width: 100%;
}
#news .lees_verder a:link, #news .lees_verder a:active, #news .lees_verder a:visited{
	color:  #2e81cf;
	float: left;
	display: block;
}
#news .lees_verder a:hover{
	color: #b22222;
}
#news .teaser{
	font-style: italic;
	margin-bottom: 10px;
}
#news .meta{
	padding: 4px;
	background-color: #e6e6e6;
	border: 1px solid silver;
	clear: both;
	margin-top: 10px;
	}
#news .meta span{
	font-weight: bold;
	width: 50px;
	display: block;
	float: left;
}
#news .al.news_image{
	border: 1px solid black;
	float: right;
	margin-left :10px;
	margin-bottom: 10px;
}
#news .news_image{
	border: 1px solid black;
	float: right;
	margin-left :10px;
	margin-bottom: 10px;
}
#news .back_to_list{
	margin-top: 10px;
}