/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: arial;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 17px;
height: 100%;
background-color: #000;
}

/* FONTS */
h1 {
font-family: arial rounded mt bold, arial;
font-size: 30px;
font-weight: bold;
color: #1e1853;       
margin-bottom: 10px;
line-height: 30px;
}                     

/* DIVS */
#container {
position: relative;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
min-height: 100%;
_height: 100%;
background: url(../backs/container.jpg) repeat-y;
text-align: left;
}

#header_top {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 60px;
background-color: #000;
}

#nav {
position: absolute;
top: 270px;
left: 20px;
width: 260px;
text-align: right;
z-index: 5;
line-height: 35px;
}

#leader {
position: absolute;
top: 46px;
left: 307px;
padding: 20px 150px 0px 40px;
width: 395px;
height: 272px;
background: url(../backs/leader.png) no-repeat;
_background: none; /* IE-fix */
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='http://www.cosmeticajournalisten.nl/backs/leader.png'); /* IE-FIX */
line-height: 16px;
}

#content {
position: relative;
padding: 350px 0 0 350px;
z-index: 4;
width: 450px;
}

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

img.logo {
position: absolute;
top: 0px;
left: 19px;
z-index: 6;
}

img.stock {
position: absolute;
top: 50px;
left: 750px;
}

/* TABLES */
td {
font-family: arial;
font-size: 13px;
}

td.calendar {
width: 50px;
height: 50px;
border: 1px solid #000;
text-align: center;
}

/* FORMS */
.submit {
font-family: arial;
font-size: 13px;
}

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

a:hover {
color: #000000;
}

#nav a {
text-decoration: none;
color: #fff;
font-size: 15px;
}

#nav a:hover {
color: #1e1853;
}
