* html
    {
    overflow-y: hidden;
    }
 * html body
    {
    height: 100%;
    overflow: auto;
    }


body {
margin: 0;
font-family: Arial, Arial, Helvetica, sans-serif;
/*font-size:12px;*/
}

a {
text-decoration: none;
color: #112465;
}

/*gebruik alleen deze fonts: http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html */

#menu ul {
list-style: none;
}

#menu ul li {
display: inline;
margin-right: 5px;
}

#menu ul li a {
text-decoration: none;
}

#menu {
position: fixed;
z-index: 100;
left:100px;
right: auto;
top:auto;
bottom: 0;
width: 400px;
height: 60px;
font-size: 20px;
/*filter: alpha(opacity=55);
-moz-opacity: .55;
background-color:#EEE;*/
}

#news_a {
position: absolute;
left:630px;
top:0px;
}

#news {
position: absolute;
z-index: 99;
left:810px;
top:253px;
width: 400px;
height: 286px;
padding: 10 0 10 0;
}

#news h2 {
font-size: 16px;
}

div.scrollholder
{
    position: relative;
    width: 534px;
	height: 366px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: yellow;
}  


#contact_a {
position: absolute;
left:200px;
top:0;
}

#contact {
position: absolute;
z-index: 99;
left:340px;
top:654px;
width: 200px;
height: 200px;
}

#about_a {
position: absolute;
left:1410px;
top:0px;
}

#about {
position: absolute;
z-index: 99;
left:1508px;
top:270px;
width: 285px;
height: 135px;
text-align: right;
padding: 5px;
}

.project {
position: absolute;
z-index: 99;
width: 300px;
height: 226px;
/* border: solid 1px white; */
}

.project p {
color: #FFFFFF;
}

#project_a {
position: absolute;
left:2291px;
top:0px;
}

#project1 {
left:2341px;
top:128px;
}

#project2 {
left:2780px;
top:370px;
}

#project3 {
left:3510;
top:60px;
}

.hvlog a, .project a {
 text-decoration: none;
 color: #FFF;
 padding-top: 5px;
}