*{
	font-family:		arial;
	font-size:			10pt;
}

html{
	height:				100%;
	width:				100%;
}

body{
	margin:				0px;
	padding:			0px;
	background-repeat:	repeat-x;
	background-image:	url(Background.png);
	background-color:	#8d1b1e;
}

#Site{
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
}

#logo{

}

#zoeken{
	margin-top:			20px;
	float:				right;
}

#menu{
	float:				right;
	margin-top:			-20px;
}

#menu ul, #SubMenu ul{
	list-style:			none;
}

#menu ul li{
	margin-left:		5px;
	width:120px;
	text-align:center;
	position:relative;
}

#menu div > ul > li{
	float:				left;
}

#menu ul li a, #SubMenu ul li a{
	display:			block;
	padding:			5px 5px 5px 5px;
	background-color:	#de1f26;
	color:				white;
	text-decoration:	none;
}

#menu ul li ul{
	display:none;
	z-index:16000;
	position:absolute;
	padding:0;
}

#menu ul li:hover > ul{
	display:block;
}

#menu ul li ul li{
	margin:0;
}

#menu ul li ul li ul{
	left:120px;
	top:0;
}

#menu ul li:hover > a, #SubMenu ul li:hover > a{
	background-color:	#df565b;
}

#Content{
	padding-left:		100px;
	background-repeat:	repeat-y;
	background-image:	url(ContentBackground.png);
	padding-right:		6px;
	position:			relative;
	min-height:			500px;
	z-index:		0;
}

#ContentBackground{
	background-image:	url(image.png);
	background-repeat:	no-repeat;
	background-position:bottom right;
	height:				100%;
	min-height:			500px;

}

#lijn{
	position:			absolute;
	width:				894px;
	height:				1px;
	background-color:		#de1f26;
	left:				0px;
	top:				80px;
	display:			block;
	z-index:		-1;

}

#SubMenu, #LogIn, #scroll{
	position:			absolute;
}

#LogIn{
	left:				10px;
	top:				465px;
}

#SubMenu{
	left:				-60px;
	top:				100px;
	height:365px;
}

#SubMenu ul li{
	margin-bottom:		5px;
	width:			140px;
}

#SubMenu ul div{
	position:absolute;
	bottom:0px;
}

#SubMenu ul div ul{
	padding:0;
	margin:0;
}

#InnerContent{
	width:				600px;
	margin-left:		30px;
	margin-top:			20px;
	position:			relative;
}

#scroll{
	top:				15px;
	left:				630px;
}

#scroll #PageDown{
	margin-top:			310px;
}

#PageDown, #PageUp{
	cursor:				pointer;
}

#InnerContentTop{
	background-repeat:	no-repeat;
	background-image:	url(InnerContentTop.png);
	height:				14px;
}

#InnerContentMiddle{
	background-repeat:	repeat-y;
	background-image:	url(InnerContentBackground.png);
	padding-left:		50px;
	padding-right:		50px;
	height:				350px;
	overflow:			hidden;
	position:			relative; 
}

#ScrollContent{
	padding-left:		50px;
	padding-right:		50px;
}

#InnerContentBottom{
	background-repeat:	no-repeat;
	background-image:	url(InnerContentBottom.png);
	height:				13px;
	padding-bottom:		20px;
}

#ContentBottom{
	background-repeat:	no-repeat;
	background-image:	url(ContentBottom.png);
	height:				17px;
	width:				900px;
}

#Bar{
	width:				1000px;
	margin-left:		auto;
	margin-right:		auto;
	height:				30px;
}

#BarLeft{
	float:				left;
	width:				7px;
	height:				30px;
	background-image:	url(BarLeft.png);
}

#BarMiddle{
	float:				left;
	height:				30px;
	width:				980px;
	color:				white;
	padding-top:		7px;
	text-align:			left;
	background-image:	url(BarMiddle.png);
	background-repeat:	repeat-x;
}

#BarMiddle pre{
	padding:			0px;
	margin:				0px;
}

#BarMiddle pre a{
	Color:				white;
}

#BarRight{
	float:				right;
	width:				13px;
	height:				30px;
	background-image:	url(BarRight.png);
}

.jspArrow{
	display:block;
	height:13px;
	width:15px;
}

.jspArrowUp{
	background-image: url(PageUp.png);
}

.jspArrowUp:hover{
	background-image: url(PageUp_hover.png);
}

.jspArrowDown{
	background-image: url(PageDown.png);
}

.jspArrowDown:hover{
	background-image: url(PageDown_hover.png);
}

#ctl01_SearchInput1_txtSearch{
	background:			#FFFFFF url(search.png) no-repeat 4px 4px;
	padding:			4px 4px 4px 22px;
	border:				1px solid #CCCCCC;
	width:				230px;
	height:				14px;
}

#ctl01_SearchInput1_btnSearch{
    background-color:	#de1f26;
    vertical-align:		middle; 
	margin-top:			-4px;
	height:				24px;
    border:				1px solid #de1f26;
	color:				white;
	margin-left:		5px;
	cursor:				pointer;
}

#ctl01_SearchInput1_btnSearch:hover{
    background-color:	#df565b;
    border:				1px solid #df565b;
}

.clear{
	clear:				both;
}
