/* ===================== BODY ======================== */
body
{
	color				:	#787878;
	background-color	:	#ffffff;
		font-family: Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
/*	font-family			:	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;*/
	font-size			:	12px;
}

h1{
	color				: 	#c87f30;
	font-size			: 	24px;
	font-family			: 	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	bold;
	margin				:	0px;
	padding				:	0px;
}
h2{
	color				: 	#804301;
	font-size			: 	20px;
	font-family			: 	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	bold;
	margin				:	0px;
	padding				:	0px;
}
h3{
	color				: 	#787878;
	font-size			: 	18px;
	font-family			: 	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			: 	bold;
	margin				:	0px;
	padding				:	0px;
}

h4
{
	color				:	#ff00a2;
	font-size			:	16px;
	font-family			:	Verdana, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-weight			:	bold;
	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			:	Georgia, 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;
	background-color	:	#ffffff;
    float               :   left;
    height              :   34px !important;
    width               :   100%;
padding				:	2px !important;
}

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

#content a, #right a
{
	color				: 	#c87f30;
}

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

#right {
	background-image	:	url('https://www.english.recupbat.be//templates/landingspage/images/right_bg.jpg');
	background-repeat	:	repeat-x;
}

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

.navbar-default {
	background-image	:	url('https://www.english.recupbat.be//templates/landingspage/images/menu_bg.jpg');
	background-repeat	:	repeat-x;
    background-color    :   #ED740D;
	height				:	45px;
	font-family			:	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
}


@media (max-width: 767px) {
#navbar ul li.level1 a {
    padding				: 	10px 10px;
    font-size			:	16px;
	background-color    :  #ED740D; 
    }
}


@media (min-width: 990px) {
#navbar ul li.level1 a {
	padding				: 	10px 15px;
    font-size			:	16px;
}
}

@media (min-width: 1170px) {
#navbar ul li.level1 a {
	padding				: 	11px 20px;
font-size			:	16px;
}
}

@media (min-width: 768px) and (max-width: 989px) {
    #navbar ul li.level1 a {
    	font-size	:	14px;
        padding		: 	10px 15px;
}
}



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

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

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

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

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

#navbar ul li.level1 {
	border-left			:	1px solid #787878;
}

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

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

.searchsubmit {
	color				: 	#804301;
}

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

#footer {

	font-family			:	Georgia, Verdana, Arial, MS Sans Serif, helvetica, Times New Roman;
	font-size			:	12px;
	color				:	#787878;
}

#footer a
{
	color				: 	#787878;
}

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

