/***** Main menu *****/
/* Menu Linkerkant */

#menu {
	width: 201px;
	border: 0px solid black;
}

#menu a {
	background:brown url(/fileadmin/Creasson/img/button-01-02.jpg) no-repeat;
	padding: 2px 35px;
	float: right;
	width: 130px;
	height: 35px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: Navy;
}


#menu a:hover {
	background:brown url(/fileadmin/Creasson/img/button-02-01.jpg) no-repeat;
	color: #FFFFFF;
	float: right;
}

#menu .l1-act a {
	background:blue url(/fileadmin/Creasson/img/button-03-01.jpg) no-repeat;
	color:#505060;
	width: 170px;
	height: 35px;
	float: right;
	font-weight: bold;
	padding: 2px 15px;
	
	/* border-left: 4px solid #FF0000; */
	text-decoration: underline;
	text-align: right;
}

#menu .l2-no a {
	font-style: italic;
	font-size: .9 em;
	padding: 5px 25px 5px 0px;
	text-decoration: none;
	text-align: right;
	height: 29px;
	border-left: 45px solid white;
	float: right;
}

#menu .l2-act a {
	background: url(/fileadmin/Creasson/img/button-03-01.jpg) no-repeat;
	font-style: italic;
	font-size: .9 em;
	
	height: 29px;
	float: right;
	text-align: right;
	padding: 5px 25px 5px 0px;
	color:#505060;
	/* border-left: 4px solid #FF0000;*/
	border-left: 45px solid white;
	text-decoration: underline;
}

/******************
* Tandwiel menu
**********************/


.csc-textpic-imagewrap {
	width: 170px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
margin:-5px;
float:left;
}

/***************************
* Bovenmenu
****************************/

#bovenmenu {
	width: 800px;
	/* margin-top: 100px; */
	font-family: "Garamond", sans-serif;
	font-size: 15px;
	margin: -20px 0 0 0;
	border: 0px solid black;
}

#bovenmenu .l1-no {
	padding: 0px;
	line-height: 1.4em;
	}

#bovenmenu .l1-no a {
       	background-color: #5AB4FF;
	color: #505050;
	font-weight: bold;
	width: 100px;
	float: left;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border-left: 4px solid #5AB4FF;
	text-decoration:none;
	}

#bovenmenu .l1-act a {
	background-color:#5AB4FF;
	color:#505060;
	font-weight: bold;
	width: 100px;
	float: left;
	margin: 25px 10px 10px 10px;
	padding: 5px;
	text-align: center;
	border-left: 4px solid #FF0000;
	text-decoration:none;
}

#bovenmenu a:hover {
	background-color:#9999FF;
	border-left: 4px solid #FF0000;
	color:#505050;
}

/*********************************
* Ondermenu
**********************************/

#ondermenu a {
	color: white;
	float: right;
	}