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


body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #e8ebf1;
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: #000000;
    text-align: center;
    cursor: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    scrollbar-arrow-color: #293C49;
    scrollbar-track-color: #EBF0FF;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #F2F2FF;
    scrollbar-3dlight-color: #608AD2;
    scrollbar-darkshadow-color: #293C49;
    scrollbar-shadow-color: #608AD2; 
}


#mainframe {
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    overflow: hidden;
}


#header {
    width: 800px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #ab9054;
    overflow: hidden;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(images/header-bg.gif);
    clear: both;
}


#freespace {
    width: 800px;
    height: 10px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    clear: both;
}


#textframe {
    width: 778px;
    margin: 0px;
    padding: 10px;
    border: 1px solid #ab9054;
    overflow: hidden;
    text-align: left;
    background-color: #FFFFFF;
    clear: both;
}



/* ------------------------------------------------------------------------------- */

#navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	text-align: left;
	z-index: 200;
} 

#navigation li { 
	display: block; 
	text-align: center; 
	width: 150px;
	height: 30px;
	float: right; 
	position: relative;
	top: 120px;
}

.menu {
    border: 0px solid #000;
}

#navigation a {
    width: 150px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 30px;
}



a.webdesign  {
    background-image: url(images/webdesign-bg.gif);
}

a.webdesign:hover {
    background-image: url(images/webdesign-hv.gif);
}

a.autocad {
    background-image: url(images/autocad-bg.gif);
}

a.autocad:hover {
    background-image: url(images/autocad-hv.gif);
}

a.overig {
    background-image: url(images/overig-bg.gif);
}

a.overig:hover {
    background-image: url(images/overig-hv.gif);
}


.hidethis {
    display: none;
}




