/* HTML BODY */
html, body {
position: relative;
margin: 0;
padding: 0;
font-family: verdana;
font-size: 11px;
color: #000000;
text-align: center;
line-height: 20px;
height: 100%;
}

/* FONTS */
h1 {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #a20a0a;
margin-bottom: 10px;
}

/* DIVS */
#container {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
background-color: #FFFFFF;
}

#menu {
position: absolute;
top: 100px;
left: 10px;
width: 218px;
height: 275px;
font-size: 10px;
background-image: url(../backs/menu.jpg);
background-repeat: no-repeat;
}

#menu_inner {
margin: 4px 0 0 7px;
line-height: 24px;
}

#actueel {
position: absolute;
top: 390px;
left: 10px;
background-image: url(../backs/actueel.png);
background-repeat: no-repeat;
width: 217px;
height: 220px;
}

#actueel_inner {
margin-top: 45px;
margin-left: 15px;
color: #FFFFFF;
}

#birkman {
position: absolute;
top: 400px;
left: 10px;
font-size: 9px;
line-height: 14px;
}

#main_box {
margin: 80px 0 0 250px;
}

#main {
position: relative;
float: left;
/*background-image: url(\'../backs/main.jpg\');
background-repeat: repeat-y;*/
width: 500px;
_height: 500px;
min-height: 500px;
border: 1px solid #999999;
}

#content {
margin: 20px 0 20px 20px;
width: 420px;
}

#stock {
position: absolute;
top: 50px;
left: 752px;
z-index: 1;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 10px;
left: 10px;
}

img.screen {
border: 1px solid #082c5c;
}

/* TABLES */
td {
font-family: verdana;
font-size: 11px;
line-height: 20px;
}

/* FORMS */
.submit {
font-family: verdana;
font-size: 11px;
}

.chfield {
visibility: hidden;
}

/* LINKS */
a {
color: #000000;
}

a.menu {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #000000;
}

a.menu:hover {
color: #C9C9C9;
}

ul {
margin-left: 15px;
}
