/* ===================== BODY ======================== */
body
{
	color				:	#787878;
	background-color	:	#ffffff;
			background-image	:	url('http://www.arisvanmanen.nl/dynamic/media/10/images/website-elementen/bg-top.png');
		background-repeat	:	repeat-x;
				font-family: Arial, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
/*	font-family			:	Arial, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;*/
	font-size			:	12px;
}

h1{
	color				: 	#606060;
	font-size			: 	24px;
	font-family			: 	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	normal;
	margin				:	0px;
	padding				:	0px;
}
h2{
	color				: 	#606060;
	font-size			: 	20px;
	font-family			: 	Arial, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	normal;
	margin				:	0px;
	padding				:	0px;
}
h3{
	color				: 	#606060;
	font-size			: 	18px;
	font-family			: 	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	normal;
	margin				:	0px;
	padding				:	0px;
}

h4
{
	color				:	#606060;
	font-size			:	16px;
	font-family			:	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			:	normal;
	margin				:	0px;
	padding				:	0px;
}

/* Apart voor ie6 anders wordt de styling niet goed overgenomen */
input.styledButton
{
	color				:	#c87f30;
	background-color	:	#cccccc;
			border			:	1px solid #cccccc;
		background-image	:	url('');
	font-size			:	12px;
	font-family			:	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	padding				:	2px 10px;
	height				:	22px !important;
	cursor				:	pointer;
}


input[type=checkbox], input[type=radio]
{
	margin				:	5px 0px 0px 0px;
}

.styledCheckbox, .styledRadio
{
	margin				:	5px 0px 0px 0px;
}

input[type=text],input[type=file],input[type=password]
{

	border				:	1px solid #cccccc !important;
	padding				:	2px !important;
	background-color	:	#ffffff;
}

input.styledInput, textarea, .textfield
{

	border				:	1px solid #cccccc !important;
	padding				:	2px !important;
	background-color	:	#ffffff;
}

.styledSelect, select
{

	border				:	1px solid #cccccc !important;
	height				:	22px !important;
	background-color	:	#ffffff;
}

/* ===================== CONTENT ======================== */

#content a, #right a
{
	color				: 	#4c4c4c;
}

#content a:hover, #right a:hover
{
	color				: 	#e68f1a;
}

#right {
	background-image	:	url('');
	background-repeat	:	repeat-x;
}

/* ===================== MENU ======================== */

div#menu{
		background-image	:	url('');
	background-repeat	:	repeat-x;
	height				:	35px;
	font-family			:	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
}

#menu li.level1 a
{
	color				:	#ffffff;
		background-image	:	url('');
}
#menu li.level2 a
{
	color				:	#787878;
	background-color: #e8e8e8;
	background-image	:	url('');
}
#menu li.level3 a
{
	color				:	#787878;
	background-color: #e8e8e8;
	background-image	:	url('');
}

#menu li.level1 a:hover
{
	color				: 	#ffffff;
	background-color: #e68f1a;
	background-image	:	url('');
}
#menu li.level2 a:hover
{
	color				: 	#e68f1a;
	background-color: #e8e8e8;
	background-image	:	url('');
}
#menu li.level3 a:hover
{
	color				: 	#c87f30;
		background-image	:	url('');
}

#menu li.level1 a.selected
{
	color				:	#ffffff;
	background-color: #e68f1a;
	background-image	:	url('');
}
#menu li.level2 a.selected
{
	color				:	#e68f1a;
	background-color: #e8e8e8;
	background-image	:	url('');
}
#menu li.level3 a.selected
{
	color				:	#c87f30;
		background-image	:	url('');
}

div#menu ul li ul.level1,
div#menu ul li ul.level2
{
	border-bottom		:	1px solid #;
	border-left			:	1px solid #;
}

ul.level1 {
	background-color	:	#e8e8e8;
}
ul.level2 {
	background-color	:	#e8e8e8;
}
ul.level3 {
	background-color	:	#e8e8e8;
}

div#menu ul li.level1 {
	border-left			:	1px solid #;
}

div#menu ul li.first {
	border-left			:	0px none;
}

/* ===================== SEARCH ======================== */

.searchsubmit {
	color				: 	#606060;
}

/* ===================== FOOTER ======================== */

#footer {

	font-family			:	Minion Pro, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-size			:	11px;
	color				:	#ffffff;
}

#footer a
{
	color				: 	#ffffff;
}

#footer a:hover
{
	color				: 	#e68f1a;
}

