body, html
{
	text-align:				center;
	margin:					0;
	padding:				0;
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
}

#idContainer
{
	width:					922px;
	margin:					0 auto;
	padding:				0;
	background:				url('../images/bg.jpg') top left repeat-y;
	overflow:				hidden;
	text-align:				left;
}

#idHeader
{
	width:					922px;
	height:					137px;
	background:				url('../images/header.jpg') top left no-repeat;
}

#idLeft
{
	width:					309px;
	min-height:				112px;
	height:					auto !important;
	height:					437px;
	background:				url('../images/bg_left.jpg') top left no-repeat;
	float:					left;
	padding-left:			35px;
	padding-right:			25px;
	padding-top:			325px;
	line-height:			14px;
}

* html #idLeft
{
	width:					369px;
}

#idContent
{
	width:					504px;
	min-height:				385px;
	height:					auto !important;
	height:					420px;
	background:				url('../images/bg_content.jpg') top left no-repeat;
	float:					left;
	padding-left:			24px;
	padding-right:			25px;
	padding-top:			15px;
	padding-bottom:			15px;
}

* html #idContent
{
	width:					480px;
}

#idFooter
{
	width:					901px;
	height:					23px;
	background:				url('../images/footer.jpg') top left no-repeat;
	float:					left;
	font-style:				italic;
	padding-top:			6px;
	padding-right:			20px;
	text-align:				right;
	color:					#FFFFFF;
}

* html #idFooter
{
	height:					29px;
	width:					921px;
}

#idFooter a
{
	font-style:				normal;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FFFFFF;
}

#idFooter a:hover
{
	text-decoration:		underline;
	color:					#FFFFFF;
}

#idFlags
{
	position:				relative;
	top:					22px;
	left:					760px;
	width:					150px;
	height:					25px;
}

#idMenu
{	
	position:				relative;
	top:					78px;
	left:					350px;
	width:					500px;
	height:					20px;
	overflow:				visible;
	text-align:				left;
}

ul#idMenuTop
{
	display:				inline;
}

ul#idMenuTop li
{
	display:				inline;
	padding-right:			20px;
}

ul#idMenuTop li a
{
	color:					#2F4000;
	font-style:				normal;
	font-weight:			bold;
	text-decoration:		underline;
	font-size:				13px;
}

ul#idMenuTop li a:hover
{
	text-decoration:		underline;
}

a
{
	color:					#343504;
	font-style:				normal;
	font-weight:			normal;
	text-decoration:		underline;
}

a:hover
{
	text-decoration:		underline;
}

h1
{
	font-family:			Arial;
	font-size:				20px;
	font-weight:			bold;
	color:					#353535;
	margin:					0;
	margin-bottom:			10px;
}

h2
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			bold;
	color:					#B88E00;
	margin:					0;
	margin-bottom:			10px;
}

#idFlags ul
{
	display:				inline;
}

#idFlags ul li
{
	display:				inline;
	padding-right:			3px;
	
}

#idFlags ul li img
{
	border:					0px;
}

.pusTable
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
}

.pusTitel
{
	font-family:			Arial;
	font-size:				13px;
	font-weight:			bold;
	color:					#353535;
	line-height:			16px;
}

.text
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
	
	border:					1px solid #000000;
	background:				url('../beheer/images/bg_textfield.jpg') top left repeat;
	
	width:					200px;
}

.button
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
	
	border:					1px solid #000000;
	background:				#C2C39B;
	
	width:					200px;
}
select
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
	
	width:					200px;
}

textarea
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
	
	width:					200px;
	height:					150px;
	
	border:					1px solid #000000;
}

/* formulieren BEGIN */

table.form
{
	font-family:			Arial;
	font-size:				11px;
	font-weight:			normal;
	color:					#353535;
	line-height:			16px;
}

.req
{
	color:			#B88E00;
}

.text
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	background:		url("../cms/images/bg_textfield.jpg") top left repeat;
	
	width:			250px;
	height:			20px;
}

.button
{
	font-family:	verdana, arial;
	font-size:		11px;
	font-weight:	bold;
	color:			white;
	
	border:			1px solid #000000;
	background:		#C2C39B;
	
	width:			250px;
	height:			20px;
}

.textarea
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	
	width:			250px;
	height:			150px;
}

/* formulieren EIND */
