@import url("ajax.css");


form.lst div.clm span
{
display:inline;
color:black;
background:white

}

/*==========================================*/
/*                 algemeen                 */
/*==========================================*/

fieldset
{
border:none;
}

a
{
color: rgb(156, 24, 44);
text-decoration: none;
}

a:hover{text-decoration: underline;}


span.dlt a
{
display:inline-block;
width:16px;
height:16px;
background: white url('img/delete.png') 0px -16px no-repeat;
margin-right:1em;
}

span.dlt a:hover, div.lid span.dlt a:hover
{
background:white url('img/delete.png') 0px 0px no-repeat;
text-decoration:none;
}

body
{
width:100%;
/* text-align:center; */
margin-left:auto;
margin-right:auto;
border-collapse: collapse;
padding:0px;
margin-top:0px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

legend
{
color:black;
font-weight:black;
}

/* ==== tabs ==== */
div.tab div.hdr {
text-align: right;
background:white;
font-size:93%;
border:none;
margin-top:0px;
margin-bottom:0px;
width:90%;
margin-left:auto;
margin-right:auto;border:none;
}

div.hdr a {
  color: white;
}

div.content
{
margin-top:0px;
margin-bottom:0px;
clear:both;
width:90%;
margin-left:auto;
margin-right:auto;
border:thick solid #EDEDE1;

}


div.tab div.hdr ul
{
margin:0;
padding:0;
list-style:none;
}

div.tab div.hdr li
{
float:left;
background:url("img/norm_right_on.png") no-repeat right top;
}

div.tab div.hdr ul a, div.tab div.hdr ul strong
{
display:block;
background:url("img/norm_left_on.png") no-repeat left top;
padding:7px 15px;
color:black;
text-decoration:none;
font-size:80%;
}

div.tab div.hdr li.cur, div.tab div.hdr li:hover
{
background:url("img/norm_right.png") no-repeat right top;
}

div.tab div.hdr ul li:hover a, div.tab div.hdr ul strong
{
background:url("img/norm_left.png") no-repeat left top;
color:rgb(156, 24, 44);
}

div.tab div.hdr li a:hover{
color:rgb(156, 24, 44);
}

div.tab fieldset
{
clear:left;
}

/* ==== formulier  ====*/

div.row
{
clear:both;
padding-top:10px;
height:20px;
}

div.row span.lab
{
float:left;
text-align:right;
width:49%;
}

div.row span.inp
{
float:right;
text-align:left;
width:48%;
}

/* ====header==== */
div.hdr 
{
background:#EDEDE1;
color:white;
text-align:left;
font-size:0.9em;
font-weight:bold;
border-bottom:thin solid #00443E;
padding-bottom:0px;
margin-bottom:10px;
}

div.hdr h1,div.hdr h2
{
text-align:right;
background:#00443E;
padding-right:15px;
}

div.hdr h1
{
font-size: 18.6px;
margin-bottom:0px;
margin:0;
}

div.hdr h2
{
font-size: 11.4px;
margin-top:0px;
margin:0;
}
/* ====menu==== */
div.hdr  ul.nav
{
background:##EDEDE1; 
padding-left: 5px;
margin:5px;
}

div.hdr  ul.nav  li
{
margin-left: 0;
padding: 3px 15px;
border-left: 1px solid #000;
list-style: none;
display: inline;
font-weight:bold;
font-size:0.8em;
}

div.hdr ul.nav li a
{
color:black;
text-decoration:none;
}

div.hdr ul.nav li a:hover
{
color:rgb(156, 24, 44);
text-decoration:underline;
}

div.hdr ul.nav li.cur a,div.hdr ul.nav li.cur a:hover
{
color:#888;
text-decoration:none;
}

/* footer */
div.ftr
{
background:#00443E;
color:white;
text-align:left;
font-size: 12.8px;
margin-top:10px;
padding:3px;
}

div.ftr div a
{
float:right;
color:white;
margin-right:10px;
}

/*==========================================*/
/*       Alert box                          */
/*==========================================*/
/* voor de prentjes kan gekozen worden uit  */
/* important.png tip.png warning.png        */
#alr{margin:0 15%;
display:block;
}

ul#alr li
{
margin:1em 0;
text-align:left;
list-style-type:none;
border:1px solid #EDEDE1;
padding:15px 5px 15px 60px;
background: url("img/tip.png") left center no-repeat;
/*/*/
background: url("img/tip.png") 2px center no-repeat;
/* End netscape 4 bug*/
}



ul#alr li li{
margin:0;
display:block;
list-style-type:auto;
padding:auto;
background: none;
}

ul#alr li li
{
margin:0 2em;
padding:0;
display:list-item;
border:none;
list-style-type:square;
background: none;
}

ul#alr li li a{
text-decoration:underline;
}

#alr li.err{
border-color: rgb(156, 24, 44);
color:rgb(156, 24, 44);
background-image: url("img/important.png");
}
#alr li.err a{color:rgb(156, 24, 44);}

#alr li.inf{
border-color: #00443E;
color: #00443E;
}
#inf li.inf a{color:#00443E;}
	

