/* basic.css: CSS for leenotheek and bespaarbutler */

body {
	margin:0;	
	padding:0; 
	background:#AAB0B5;
/*	background:#E5E5E5; */
	color:#7e7e7e; 
	text-align:center; 
	font-size:11px; 
	width:100%
}

html>body {
	font-size:small;
}

html>body #c_tab {
	margin-left:1px;
}

blockquote
{
	font-family: "trebuchet ms";
	font-style: italic; 
	
	margin-left: 10px; 
	padding: 5px ;
	background-color: #D8D8D8;
/*	background-color: #F2F2F2; */
}

blockquote span {

	font-family: "verdana";
	font-size: 20px;
}

#main {
	width:960px; 
	background:#fff; 
	margin:0 auto; 
	text-align:left; 
	border-left:2px solid silver; 
	border-right:2px solid silver; 
	border-bottom:2px solid silver;
}

#content {
	padding-left:20px; 
	padding-right:20px;
}
	  
#c_inside {
	margin-top:0px; 
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	padding-top:10px; 
	padding-right:5px; 
	padding-bottom:10px; 
	padding-left:25px;
}

#c_inside h1 {
	color:#545454; 
/*	color: #549900; */
	font-family:"Trebuchet MS";	
	font-size:20px; 
	font-style:normal; 
	text-transform:none; 

}

#c_inside h2 {
	color:#545454; 
/*	color: #549900; */
	font-family:"Trebuchet MS";	
	font-size:16px; 
	font-style:normal; 
	text-transform:none; 

}
	  
#c_inside_left {
	float:left; 
	width:58%; 
	margin:0;
}

#c_inside_left div.line { border-top: 1px dotted #545454; padding: 5px; margin: 5px; }

#c_inside_left hr {
	clear:left; 
	height:0; 
	margin-right:25px; 
	margin-top:20px; 
	margin-bottom:20px; 
	border-style: solid; 
	border-width: 0.5px 0 0 0; 
	border-color:silver;
}

#c_inside_left p {
	clear:left; 
	margin-right:25px; 
}

#c_inside_right {float:right; width:39%; margin:0; padding-left: 7px; border-left: 1px dotted #7f7f7f;  }
	  #c_inside_right a:hover { color: #3D4E7C;}
	  #c_inside_right a { color: #545454; text-decoration: underline;}
	  #c_inside_right a.contact  { color: #3D4E7C; text-decoration: underline;}
	  #c_inside_right td.contact  { text-transform:none; font-weight: bold; color: #3D4E7C;}
	  #c_inside_right td { text-transform:none; font-weight: bold; }
	  #c_inside_clear { clear:both; }

/* CSS FOR TABMENU */
	  
#c_tab {
	background:#fff;
	font-family:"Trebuchet MS";
	text-decoration:none;
	height: 37px;
	font-size: 11px;
}

#c_tab ul {
	margin:0;
  	padding-top:11px;
  	padding-right:0px;
  	padding-bottom:0px;
  	padding-left:5px;
  	list-style:none;
}

#c_tab #c_curtab ul {
  	margin:0;
  	padding-top:0px;
  	padding-right:0px;
  	padding-bottom:0px;
  	padding-left:0px;
  	list-style:none;
}

#c_tab li {
	float:left;
	background:url("../../Images/Minilening/norm_left.png") no-repeat left 8px;
	margin:0px;
	padding-top:8px;
	padding-right: 3px; /* YCC: space between inactive tabs */
	padding-bottom: 0px;
	padding-left: 3px;  /* YCC: space for leftcorner image */
}

#c_tab a {
  	display:block;
  	background:url("../../Images/Minilening/norm_right.png") no-repeat right top;
  	margin:0;
  	padding-top:1px;
  	padding-right:8px;
  	padding-bottom:2px;
  	padding-left:8px;
  	text-decoration:none;
  	color:#fff;
}

#c_tab #c_curtab {
  	background:url("../../Images/Minilening/selected_left.png") no-repeat left top;
  	margin:0;
  	padding-top:0px;
  	padding-right:3px;
  	padding-bottom:0px;
  	padding-left:0px;
  	position:relative;
  	top:1px !important; /* na important zelfde element door ff en chrome niet meer gewijzigd IE maakt de wijziging nog wel */ 
  	top:2px; /* IE leest deze regel FF en Chrome niet */
}

#c_tab ul li ul { 
	display:none; 
}

/* CSS FOR SUBMENU */

#c_submenu {
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	padding-left:10px; 
	padding-top:1px; 
	padding-bottom:15px; 
	margin:0; 
	clear:both;
}

#c_submenu ul, #c_submenu li {
	display:inline;
}

#c_submenu li {
	float:left; 
	padding-left:15px; 
	padding-top:1px; 
	padding-right:15px;
}

#c_submenu li a{
	color:#7e7e7e; 
	text-decoration:none;
}

#c_submenu li { 
	border-left:2px solid silver;
}

#c_submenu li:first-child { 
	border-left:none;
}
	  	 
#c_footer {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#545454;
}

#c_footer {
	padding-bottom:30px; 
	padding-top:5px;
}

#c_footer #c_footer_years {
	display:inline; 
	float:left;
}

#c_footer #c_footer_menu {
	display:inline; 
	float:right;
}

#c_footer_menu ul li {
	display:inline; 
	padding-left:15px;
}

#c_footer_menu ul li a {
	color:#545454; 
	text-decoration:none;
}

#w3c a img {
	border:0;
}
	  	  
#footer {
	clear:both; 
	background:#AAB0B5;
/*	background:#E5E5E5; */
	text-align:center; 
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	color:#7f7f7f;
}
  
/* classes */

#c_inside_left p.feature img {
	float:left;
	margin:0 10px 6px 0;
	padding:0 8px 10px 0;
}

.donothing {
	height: 40px;
}  