a 
{
    color: #446666;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    color: #AB2E2E;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
a.disclaimer,
a.disclaimer:visited
{
    font-weight: normal;
    font-size: 85%;
}
img
{
    border: none;
}
body
{
    margin: 0px;
    background-image: url(../art/graphics/bodybackground.jpg);
    background-repeat: repeat-y;
}
th
{
    text-align: left;
}
h1,
h1.page_title
{
	font-size : 18px;
	color : #446666;
	margin-top : 18px;
	margin-bottom : 14px;
	letter-spacing: 1px;
}

h2 
{
    font-size: 14px;
    margin-top: 0px;
    color: #AB2E2E;
}

.text_title
{
    color: #AB2E2E;
}
.contentimage
{
    text-align: center;
    padding-bottom: 10px;
    color: #AB2E2E;
    font-style: italic;
}

.cms 
{
    background-color: #A0DFFF;
    border: outset 1px #404040;
    padding: 4px 10px;
}
.cms a,
.cms a:visited
{
    color: #0000FF;
}
div.cms
{
   margin: 5px 0; 
}

.adminborder {
	background-color : #A0DFFF;
}
.titlebar {
	background-color : #D0F0FF;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	font-size : 12px;
}
.notfound
{
    color: Red;
}
.lighter
{
    color: #909090;
}
div#headermt { position:absolute; left:900px; top:0px; }
div#headerm_gb { position:absolute; left:900px; top:7px; }
div#headerm_f { position:absolute; left:900px; top:29px; }
div#headerm_d { position:absolute; left:900px; top:51px; }
div#headermb { position:absolute; left:900px; top:73px; }
div#headerr { position:absolute; left:981px; top:0px; }

div#menu 
{
    background: url(../art/graphics/menubackground.jpg);
    background-repeat: no-repeat;
    min-height: 270px;
    width: 150px; /* actual-width: 164px */
    padding: 26px 0 0 14px;
    background-color: #FFDE5D;
}
div#toolbox
{
    padding: 20px 0 0 14px;
}
div#sidebar
{
    width: 164px;
}

div#menu ul ,
div#toolbox ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div#menu ul li,
div#toolbox ul li 
{
    margin: 0 0 4px 0;
}
div#menu ul li ul,
div#toolbox ul li ul 

{
    margin-top: 4px;
    margin-left: 10px;
}
div#menu ul li ul li,
div#toolbox ul li ul li

{
    margin: 0 0 1px 0;
}
div#menu a, 
div#menu a:visited,
div#toolbox a,
div#toolbox a:visited
{
    font-weight: normal;
}

div#menu a.highlight,
div#menu a.highlight:visited, 
div#toolbox a.highlight,
div#toolbox a.highlight:visited 
{
    font-weight: bold;
    
}

/* disabling coloring visited links in the menu */
div#menu a:visited,
div#toolbox a:visited,
div#menu a.highlight:visited, 
div#toolbox a.highlight:visited 
{
    color: #446666;
}

div#bodycontainer
{
    position: absolute; 
    left: 164px; 
    top: 100px; 
    width: 810px; 
    background-image: url(../art/graphics/bodycontainerbackground.jpg);
    background-repeat: no-repeat;
    min-height: 82px;
    padding: 26px 0 0 20px;
}

img.headerimg
{
        vertical-align: top;
}

span.zoekdetails
{
    color: #909090;
}
span.zoekdetails a,
span.zoekdetails a:visited
{
    color: #909090;
    font-weight: normal;    
}

.cardlist 
{
    	background-color: #FFEEAA;
    	font-weight: bold;
    
}

.cardtitle {
	border-color: #2F4F4F; 
	border-width: 1px 0; 
	border-style: solid;
	padding: 3px 0; 
	font-weight: bold; 
	background-color: #FFEEAA;
}


div#menu li,
div#toolbox li,
.kruimelpad
{
    font-size: 11px;
}
.contentimage 
{
    font-size: 90%;
}

body, p, td, div
{
    font-size: 13px;
}
textarea 
{
    font-size: 13px;
    font-family: Tahoma, Arial, Sans-Serif;
}
* 
{
    font-family: Tahoma, Arial, Sans-Serif;
}


table{
	width:100%;
}
th{
	background-color:#FFEEAA;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:3px;
}
table.search th{
	border:0px;
}
td{
	padding-left:3px;
	vertical-align:top;
}
td.item-data{
	width:254px;
}
td.item-title{
	font-weight:bold;
	width:140px;
}
.css-red{
	text-decoration:underline;
	color:#AB2E2E;
	
}
.charlist-gray{
	font-weight:normal;
	color:#999;
}

.global-image{
	border: 0;
	height: 180px;
	margin: 0 10px 10px 0;
}