body
{
	background-color: #e3e4e5 !important;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #3b3d37;
	font-size: 14px;
}

h1, h2, h3, h4
{
	color: #4f4a4a;
	margin-top: 0 !important;
}

h1 {
    font-size: 21px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

td p
{
	margin: 0;
}

img
{
	border: 0;
}

a
{
	color: #555A6D;
	outline: none;
}

a:hover{
	color: #8bb100;
}

header
{
	background: url('/web/img/heading.png') top center repeat-y;
	width: 100%;
	height: 155px;
	border-top: 3px solid #8eb300;
	border-bottom: 1px solid #d7d4cf;
}

header > div
{
	height: 155px;
}

#logo
{
	width: 1250px;
	margin: 0 auto;
	height: 155px;
	background: url('/web/img/logo-holder.png') left center no-repeat;
}

#logo > a
{
	float: left;
	margin: 36px 0 0 20px;
}

#content
{
	width: 980px;
	margin: 0 auto;
}

#heading
{
	background-color: white;
	height: 60px;
	border-bottom: 1px solid #d7d4cf;
}

#heading-inside{
width: 1247px; 
margin: 0 auto;
}

#left
{
	float: left;
	width: 182px;
	overflow: hidden;
	margin: 20px 0 0 0;
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#menu
{
	background-color: white;
	margin: 0;
	padding: 10px;
	list-style: none;
	float: left;
	width: 90%;
}

#menu > p
{
	font-size: 12px;
	margin-top: 0;
}

#menu li
{
	margin-bottom: 1px;
}

#menu > li > a
{
	height: 34px;
	line-height: 34px;
	display: block;
	color: #3F3F3F;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

#menu > li > a:hover, #menu > li > a.active
{
	background: #97c000; /* Old browsers */
	background: -moz-linear-gradient(top, #97c000 0%, #81a400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c000), color-stop(100%,#81a400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97c000 0%,#81a400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97c000 0%,#81a400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #97c000 0%,#81a400 100%); /* IE10+ */
	background: linear-gradient(top, #97c000 0%,#81a400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c000', endColorstr='#81a400',GradientType=0 ); /* IE6-9 */
	color: white;
}

#menu > li > ul a
{
	display: block;
}

#menu > li > ul a.active
{
	color: #81a400;
}

#menu-kennisbank li
{
	overflow: hidden;
}

#menu-kennisbank > ul ul
{
	display: none;
	margin: 0 0 0 182px;
	padding: 0;
	position: absolute;
	width: 200px;
}

#menu-kennisbank > ul > li > ul
{
	margin-left: 162px;
}

#menu-kennisbank > ul > li span
{
	float: right;
	padding-right: 5px;
}

#menu-kennisbank > ul > li li
{
	padding: 0 0 0 18px;
	width: 182px;
}

#menu-kennisbank > ul li:hover > ul
{
	display: block;
}

#menu > li > a > span
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	overflow: hidden; 
	margin: 8px -10px 8px 20px;
}

.home-icoon{  background: url('/web/img/icons/home-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .home-icoon, #menu > li > a.active .home-icoon{ background: url('/web/img/icons/home-icoon.png') top left no-repeat; }

.agenda-icoon{  background: url('/web/img/icons/agenda-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .agenda-icoon, #menu > li > a.active .agenda-icoon{ background: url('/web/img/icons/agenda-icoon.png') top left no-repeat; }

.toolkit-icoon{  background: url('/web/img/icons/toolkit-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .toolkit-icoon, #menu > li > a.active .toolkit-icoon{ background: url('/web/img/icons/toolkit-icoon.png') top left no-repeat; }

.vestigingen-icoon{  background: url('/web/img/icons/vestigingen-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .vestigingen-icoon, #menu > li > a.active .vestigingen-icoon{ background: url('/web/img/icons/vestigingen-icoon.png') top left no-repeat; }

.kennisbank-icoon{  background: url('/web/img/icons/kennisbank-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .kennisbank-icoon, #menu > li > a.active .kennisbank-icoon{ background: url('/web/img/icons/kennisbank-icoon.png') top left no-repeat; }

.forum-icoon{  background: url('/web/img/icons/forum-icoon-menu.png') bottom left no-repeat; }
#menu > li > a:hover .forum-icoon, #menu > li > a.active .forum-icoon{ background: url('/web/img/icons/forum-icoon-menu.png') top left no-repeat; }

.webshop-icoon{  background: url('/web/img/icons/webshop-icoon.png') bottom left no-repeat; }
#menu > li > a:hover .webshop-icoon, #menu > li > a.active .webshop-icoon{ background: url('/web/img/icons/webshop-icoon.png') top left no-repeat; }

.ondernemersnet-icoon{  background: url('/web/img/icons/gebruikers-icoon-zwart.png') bottom left no-repeat; }
#menu > li > a:hover .ondernemersnet-icoon, #menu > li > a.active .ondernemersnet-icoon{ background: url('/web/img/icons/gebruikers-icoon-zwart.png') top left no-repeat; }

#right
{
	float: right;
	width: 795px;
	min-height: 350px;
}

#inner
{
	padding: 17px;
}

p.break
{
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	overflow: hidden;
}

.form-container
{
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-container-small
{
	width: 420px;
}

.form-title
{
    background-color: #1A2C80;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-title > a
{
	color: #fff !important;
}

.icoon{
margin: 0 10px -2px 0;
}

.form-close
{
	margin-left: 10px;
}

#tabs .form-fields
{
	background-color: transparent;
	border: 0;
	padding: 20px;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	font-size: 13px;
}

#tabs .form-fields table{
/* margin: 20px 0; */
}

#tabs .form-fields table tr td{
padding: 4px;
}

.form-fields
{
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px;
}

.form-caption
{
	float: left;
	width: 150px;
	min-height: 30px;
	line-height: 30px;
}

.form-caption-large
{
	float: left;
	width: 375px;
	min-height: 30px;
	line-height: 30px;
}

.form-field
{
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

.form-field-small
{
	float: left;
	width: 350px;
	margin-bottom: 10px;
}

.form-field-small input[type="text"], .form-field-small input[type="password"]
{
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	display: block;
	border: 1px solid #c3c3c3;
	width: 340px;
	color: #7d7d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-field-small textarea
{
	height: 140px;
	padding: 0 5px;
	display: block;
	border: 1px solid #c3c3c3;
	width: 490px;
	color: #7d7d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-field input[type="text"], .form-field input[type="password"]
{
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	display: block;
	border: 1px solid #c3c3c3;
	width: 490px;
	color: #7d7d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-field textarea
{
	height: 140px;
	padding: 0 5px;
	display: block;
	border: 1px solid #c3c3c3;
	width: 490px;
	color: #7d7d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="checkbox"]
{
	width: auto !important;
}

.form-container-small .form-field
{
	width: 250px;
}

.form-container-small .form-field input, .form-container-small .form-field textarea
{
	width: 240px;
}

.form-container-small .form-fields input[type="submit"]
{
	float: right;
}

.field-error
{
	background: url('/web/img/field-error.png') right center no-repeat;
	border: 1px solid red !important;
}

.smalltext
{
	font-size: 12px;
}

.error
{
	background: #e6c0c0 url('/web/img/field-error.png') center no-repeat;
	background-position: 15px 50%;
	color: #d50000;
	font-weight: bold;
	padding: 10px 20px 10px 60px;
	border-top: 2px solid #de7a7b;
	border-bottom: 2px solid #de7a7b;
}

.information
{
	background: #ED8300 url('/web/img/information.png') center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px 10px 60px;
	border: 1px solid #de7b00;
}

.information a{
	color: white;
}

.locatie-nieuw{
	padding: 20px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul > li
{
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	background-color: #dedede;
	font-size: 11px;
}

#menu ul a
{
	text-decoration: none;
	color: #7E7E7E;
	height: 28px;
	line-height: 28px;
	padding-left: 18px;
}

#menu ul a:hover
{
	color: #000;
}

#kennisbank-nieuwe-categorie
{
	
}

.scoretabel-vergelijking-fr_or
{
	margin-left: 5px;
}

.ui-tabs .ui-tabs-panel
{
	padding: 5px !important;
}

.first-line-bold:first-line {
    font-weight: bold;
}