/* STANDAARD HTML-TAGS DEFINITIE */

body, td{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight : normal;
	color: #000000;
	line-height:120%;
}
	
body {
	background-color : #E60005;
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.ivm_kerst{
	background:  url('/images/main_sch01.gif') repeat-y;

}
a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#contents a, #contents a:hover{
	font-weight: normal;
	text-decoration: underline;
}

#content_table a, #content_table a:hover{
	font-weight: normal;
	text-decoration: underline;
}

a.boldlink{
	font-weight: bold;
}
a.boldlink:hover{
	font-weight: bold;
}

form{
	margin: 0px;
}

/* TOP MENU */

td.menutop a{
		font-size: 10pt;
		color:#FFFFFF;
}

td.menutop a:hover{
		font-size: 10pt;
		color:#FFFFFF;
}

/* SUBMENU TOP */
.sub_top_nav {
    margin:0px;
	padding:0 5px 0 0;
	height:27;
}
.sub_top_nav ul  {
    padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height:120%;
}
.sub_top_nav ul li  {
	float: right;
	text-align:left;
}
.sub_top_nav ul li.lispacer {
    padding:0 5px 0 5px;
    color:#909094;
}
.sub_top_nav ul li a{
    color:#909094;
}
.sub_top_nav ul li a:hover{
	text-decoration:underline;
	color:#909094;
}
/* KRUIMELPAD */
td.breadcrum {
    font-size: 8pt;
	padding: 2px 2px 2px 5px;
	text-align : left;
	color: #FFFFFF;
}
td.breadcrum a{
	font-size: 8pt;
	text-decoration:none;
	color: #FFFFFF;
}
td.breadcrum a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
/* MENU OPBOUW */
#top_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height:120%;
}
#top_menu ul li {
    float: left;
	position: relative;
	text-align:left;
	padding-left: 5px;
}
#top_menu li { /* all list items */
	float: left;
	position: relative;
	text-align:left;
	padding-left: 5px;
}
#top_menu li a { /* all list anchors */
	text-decoration:none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	background-color:#FDCE74;
	border: 1px solid #000;
	left: -1px;
	z-index:100; /* position menu on top of everything */
}			

li>ul { 
	/* to override top and left in browsers other than IE, 
	which will position to the top right of the containing li, 
	rather than bottom left */
	top: 26px;
}

li ul li {
	border-bottom: 1px solid #BD9D50;
	padding:2px;
	font-weight:bold;
}

li ul li a {
	color:#000;
	font-size: 7pt;
	font-weight: bold;
}

li ul li a:hover {
	color:#fff;
	font-size: 7pt;
	font-weight: bold;
	text-decoration:none;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
		
#content {
	clear: left;
}

.firstlevel{ 
	color: #fff; 
	font-weight: normal; 
	background-image: url("images/topmenu_11lijn.gif"); 
	background-repeat: no-repeat;
	background-position: right 50%; 
	text-align: center; 
	padding-top: 7px; 
	height: 20px 
}

* html .firstlevel {
	height:27px;
}

li.firstlevel.over, li.firstlevel:hover  { 
	font-weight: normal; 
	background-image: url("images/topmenu_red.jpg"); 
	background-repeat: no-repeat; 
	background-position: right 50%; 
	text-align: center;
}

.leftelement {
	margin-left:1px;
	width:160px;
}

ul li ul li.over2, ul li ul li:hover {
	background-color:#BD9D50;
	color:#fff;
}

.middleelement {
	width:120px;
}

.rightelement {
	width:240px;
}

.firstdrop {
	width:157px;
}    

.firstdrop li {
	width:153px;
}

* html .firstdrop li {
	width:157px;
}      

.seconddrop {
	width:117px;
}

.seconddrop li {
	width:113px;
}

* html .seconddrop li {
	width:117px;
}

/* KRUIMELPAD */
.kollomrechts02{
	font-size: 8pt;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-align : left;
	color: #CCCCCC;
}

/* CONTENT_TABLE */
td#main_content{
	padding: 3px;
}

table#content_table{
	width: 525px;
	border: 0px;
	margin: 1px;
}

/* SHORTCUTS TABEL (RECHTS) */
table#shortcuts a{
	color: black;
	font-weight: bold;
}

table#shortcuts td{
	vertical-align: top;
	background-image: url( "images/bg_buttonsrechts.gif" );
	background-position: top;
	height: 16px;
	padding: 2px;
}
table#shortcuts td.first, td.dottedborder{
	border-top : 1px dotted Black;
}

table#shortcuts .head{
	background: #45484e;
	color: white;
}

/* FOOTER MENU */

td.footermenu a{
		font-size: 8pt;
		color:#FFFFFF;
}

td.footermenu a:hover{
		font-size: 8pt;
		color:#FFFFFF;
}

div.top_link, div.top_link a, div.top_link a:hover{
	text-align: right;
	color: #999999;
}

div#no_script_div{
	padding: 5px;
	text-align: center; 
	font-size: 13px; 
	font-weight: bold; 
	background: #fff; 
	/*color: e60005; */
	color: #777;
	display: block; 
	width: 770px;
	height: 50px; 
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 25px;
	line-height: 150%;
	margin-top: 25px;
}

.form_message{
	font-weight: bold;
	padding: 5px;
}


td.kollomrechts{
	font-size: 8pt;
	border-top : 1px dotted Black;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-align : left;
}	

.kollomrechts02{
	font-size: 8pt;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-align : left;
}

td.kollomlinks{
	font-size: 8pt;
	border-bottom : 1px dotted Black;
	border-left: 1px dotted Black;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
	text-align : left;
}

* html .kollomlinks {
	background: url(/image/css-dotted-line.gif) repeat-x bottom;
	padding: 1px;
	border-bottom: none;
}

H1, .kop{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12 pt;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	margin-bottom: 8px;
}

H2, .subkop{
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 8px;
}

H3, .subkop2{
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #E60005;
	font-size: 9pt;
	margin-bottom: 0px;
}

.small{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight : normal;
	color: #000000;
	line-height:120%;
}		
	
.smallrood{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight : normal;
	color: #E60005;
	line-height:120%;
}
.smallwit{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight : normal;
	color: #FFFFFF;
	line-height:120%;
}
.dropdow_rechts{
	width: 220px;
}



.maginput {
	height: 18px;
	font-size: 9px;
	font-family: verdana, sans-serif;
	width:100px;
	margin-left:8px;
	margin-top:4px;
}

.helplink{
	font-weight: bold;
	font-size: 12px;
}

.help_content{
	width: 300px;
	position: absolute;
	z-index: 99;
	border: 1px solid black;
	background: #ffffcc;
	padding: 5px;
	padding-top: 2px;
	top: 0px;
	left: 0px;
	display: none;
}

.close_div, .close_div_mailform_container{
	font-weight: bold;
	color: Red;
	text-align: center;
	float: right;
	width: 15px;
	height: 15px;
	border: 1px solid gray;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

.breadcrumb a, .breadcrumb a:hover{
	color: #ccc;
}

.form_error{
	font-weight: bold;
	color: red;
}
