html {width:100%;height:100%;}

body {
background-image: url(images/background.png);
font-family: Garamond, Lucida Sans, Arial;
font-size:14px;
color: rgb(75,26,26);
margin:0px;
}

a {color:rgb(184,17,29);text-decoration:none;}
a:hover {text-decoration: underline;}

h1, h2, h3{margin:0px;}

#container {position:absolute;
top:10px;
height: 504px;
width: 100%;
background-image: url(images/bgcontent.png);
background-repeat: repeat-x;
}

#logo {width:600px;height:90px;}
#menu {width:175px;height:314px;}
#content {
position: absolute;
top: 80px;
left: 230px;
width:60%;
height: 400px;
overflow: auto;
}

#footer {
margin-top:100px;
text-align:center;
font-size:12px;
}

.nieuwOcc {
background-color: rgb(75,26,26);
color: rgb(251,249,225);
padding: 5px;
margin:0 auto;
border: 1px solid rgb(251,249,225);
_width:230px;
min-width:230px;
font-size:12px;
}

.autoimg {
min-height:50px;min-width:50px;
max-height:150px;max-width:250px;
}

#dhtmltooltip{
font-family: Garamond, Lucida Bright, Comic Sans MS, Comic Sans, Arial;
position: absolute;
min-width: 50px;
border: 1px solid rgb(75,26,26);;
padding: 2px;
background-image: url(images/background.png);
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
