/*** Blocks ********************************************/

*{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

html, body{
scrollbar-base-color: #B8FF70;
scrollbar-arrow-color: #B8FF70;
scrollbar-3dlight-color: #B8FF70;
scrollbar-face-color: #005100;
scrollbar-track-color: #B8FF70;
}

BODY{
	text-align: center;
	background: url(../image/background/bg_body.jpg) repeat-x;
	background-color: #578200;	/* olijfgroen */
}

DIV#container{
	padding-top: 5px;
	width: 900px;
	text-align: left;
}

DIV#header{
	width: 100%;
	height: 130px;
}

DIV#logo{
	float: left;
	width: 179px;
	height: 120px;
	background: url(../image/background/bg_logo.gif) no-repeat;
}

DIV#titel{
	float: left;
	margin: 10px auto auto 20px;
}

DIV#login, DIV#loggedin{
	float: right;
	margin: 25px 0 auto auto;
	padding: 10px 10px 10px 10px;
	border: #EAEAEA solid 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

DIV#loggedin{
	margin-top: 50px;
}

DIV#menupanel{
	float: left;
	width: 100%;
	height: 61px ;
	background: url(../image/background/bg_menupanel.jpg) repeat-x;
}

DIV#flagpanel{
	margin-top: 18px;
	text-align: right; 
}

DIV#flagpanel img{
	margin-right: 5px;
	width: 28px;
	height: 18px;
	border: transparent 3px solid;
}

DIV#flagpanel img:hover{
	width: 34px;
	height: 24px;
	border: none;
}

/* rounded border content */
#rb_co_t, #rb_co_b{
	width: 900px;
	height: 20px;
	background: url(../image/background/rb/rb_co_t.png) repeat-x;
}

#rb_co_b{
	background: url(../image/background/rb/rb_co_b.png) repeat-x;
}

/* rounded border subtitel */
#rb_st_t, #rb_st_b{
	width: 800px;
	height: 20px;
	background: url(../image/background/rb/rb_st_b.png) repeat-x;
}

#rb_st_t{
	background: url(../image/background/rb/rb_st_t.png) repeat-x;
	background-position: bottom;
}


DIV#content{
	clear: left;
	width: 896px;
	background: url(../image/background/bg_contentS.jpg) repeat-x;
	background-color:#EAEAEA;	/* lichtgrijs */
	border-left:  2px solid #EAEAEA;	/* lichtgrijs */
	border-right:  2px solid #EAEAEA;	/* lichtgrijs */
}

DIV#contentLeft, DIV#contentRight{
	background: url(../image/background/bg_contentS.jpg) repeat-x;
	background-color:#EAEAEA;	/* lichtgrijs */
	border-left:  2px solid #EAEAEA;	/* lichtgrijs */
	border-right:  2px solid #EAEAEA;	/* lichtgrijs */
}
	
#subtitel, #selectedItems, #paginas{
	padding: 5px 5px 5px 5px;
	width: 786px;
	text-align: left;
	background-color:#444444;	/* donkergrijs */
	border-left:  2px solid #EAEAEA;	/* lichtgrijs */
	border-right:  2px solid #EAEAEA;	/* lichtgrijs */
}

IMG#speaker{
	width: 25px;
	height: 24px;
	border: transparent 3px solid;
}

IMG#speaker:hover{
	width: 31px;
	height: 30px;
	border: none;
}

DIV#lefttitel{
	margin-top: 15px;
	margin-bottom: 50px;	
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color:#444444;	/* donkergrijs */
	border: 2px solid #EAEAEA;	/* lichtgrijs */
}

DIV#content p{
	margin: 0 10% 0 10%;
}

FORM.forms{
	margin: 15px 10% 0 10%;
}


HR{
	margin-top: 20px;
	width: 85%;
	text-align: center;
	size: 2px;
	color: #005100;
}

IMG.inTekstLinks{
	float: left;
	margin: 3px 40px 10px 0px;
	width: 180px;
	height: 121px;
	border: none;
}	

IMG.inTekstRechts{	
	float: right;
	margin: 3px 0px 10px 30px;
	width: 180px;
	height: 121px;
	border: none;
}

.spoorweg{
	border-bottom: #330000 dashed 1px;
}

.center{
	text-align: center;
}


.kerstslinger{
	height:30px;
	width: 172px;
}


