@charset "utf-8";
/* basic weblayout*/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	overflow: inherit;
	font-size:12px;
    margin-left: auto;
    margin-right: auto;
}
#container {
	margin-top:5px;
	margin-left :auto;
	margin-right :auto;
	width :924px;
	height :100%;
}
#container #header {
	height :150px;
	width :inherit;
	background-image :url(../../images/beheer/head.gif);
	background-repeat :no-repeat;
	margin-bottom :5px;
}
#container #menu {
	height :inherit;
	width :21%;
	float :left;
	margin-right :1px;
	margin-bottom:5px;

}
#container #content {
	height :inherit;
	width :78%;
	float :right;
	margin-bottom:10px;
}
#container #footer {
	height :20px;
	clear :both;
	background-image :url(../../images/beheer/footer.gif);
	background-repeat :no-repeat;
}
#menu li.mnu_default:hover {
	background-color:#afa87e;
	background-image:url(../../images/beheer/icon/arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu #mnu_top:hover 
{
cursor:default;

}

#menu li.top {
	background-image:url(../../images/beheer/title10.jpg);
	background-repeat:repeat-x;
	color:#000000;
	border:#000000 solid 1px;
	width: inherit;
}
#menu li {
	
	width: 180px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	cursor:pointer;
	margin:1PX;
} 
#menu ul {
	margin:0;
	list-style:none;
	padding:0;
}
/**/
#info {
	height:29px;
	color:#FFFFFF;
	font-weight:bolder;
	background-image:url(../../images/beheer/info_top.png);
	background-repeat: no-repeat;
}
#toevoegen,#wijzigen,#zoeken {
	margin-top:2px;
	border:#d2cdb1 1px solid;
	
}
#toevoegen
{
	background-color:#d4ceac;
}
#wijzigen
{
	background-color:#b9a598;
}
#zoeken
{
	background-color:#b99898;
}
#list {
	margin-top:2px;	
	width: inherit%;
	border:#999999 1px solid;
	color:#333333;
	

}
#list tr.title
{
background-color:#9f9b83;
color:#333;
font-weight:bolder;
}

#list tr.title:hover
{
background-color:#9f9b83;
color:#000000;
}
#list tr:hover
{
background-color: #FFFFFF;
color:#000000;
cursor:pointer;
}
#list tr
{
height:10px;

}
#list a
{
	font-style:italic;
	text-decoration:none;
}

#box {
	width:150px;
	float:left;
	margin-right:0px;
	padding:0px 20px 15px 0px;
	margin-top:5px;
}
#mededeling{	

	margin-top:2px;
	cursor:help;
	background-color:#abcff1;
	border:1px solid green;
}
label
{
	cursor: pointer;
	padding:2px;
	font-style:italic;
	margin-left:3px;
}
table
{
width:100%;
}
td
{
vertical-align: top;
}
textarea
{
	height:300px;
	width:500px;;
}
#kb
{
	height:200px;
	background-color:#CCCCCC;
	border:thick solid 1px;	
}
.kleur1
{
	background-color:#b9b498;
}
.kleur2
{
	background-color:#d3ceb4;
}
.kleur3
{
	background-color:#FF0000;
}
#groepenlijst
{
	height:115px;
	overflow: auto;
	width:200px;
	background-color:#FFFFFF;
}
.mnu_selected
{
    background-color:#999999;
	font-weight:bolder;
	color:#FFFFFF;
}
.mnu_default_kleur1
{
    background-color:#787356;	
}
.mnu_default_kleur2
{
    background-color:#8f8964;	
}
img
{
	border:none;
}
#mnu_top
{
	font-weight:bolder;
	color:#FFFFF0;
	background-image:url(../../images/beheer/mnu_top.png);
    background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-size:10px;
}
#mnu_last
{
 	font-weight:bolder;
	color:#FFFFF0;
	background-image:url(../../images/beheer/mnu_last.png);
    background-repeat: no-repeat;
}
.right
{
	text-align:center;
}
#info_last
{
	margin-top:5px;
	background-image:url(../../images/beheer/info_last.png);
    background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight:bolder;
	height:31px;
}
#informatie
{
    width:100%;
    margin-top:5px;
    cursor:help;
    background-color:#abcff1;
    border:1px solid green;  
}

a
{
color: #3333CC;
}
a:hover
{
color: #CC0033;
}




