/* CSS Document */

.back{
background-image:url(intelmac_red_16001024_notxt.jpg);
background-attachment:fixed;
}



.container{
background-color:#d9855b; 
width:750px;
height:auto;
border-color:#CC3300;
border-style:solid;
border-width:20px;
margin-left:auto;
margin-right:auto;
}

#header{
	/*position: absolute;*/
	/*margin:0;*/
	background-color:#FFFFCC;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:750px;
	height:130px;
	border-bottom-style:solid;
}

#tabel{
	position:relative;
	top: 15px;
}

a.menu:link{
	text-decoration:none;
	font-weight:bolder;
	color:#666666;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:10px;
}

a.menu:visited
{
font-weight:bolder;
text-decoration:none;
color:#666666;
border-bottom-style:solid;
border-bottom-color:#666666;
border-bottom-width:10px;
}

a.menu:hover{
font-weight:bolder;
text-decoration:none;
color: #000000;
border-bottom-style:solid;
border-bottom-color:#000000;
border-bottom-width:10px;
}

a.menu:active{
	font-weight:bolder;
	text-decoration:none;
	color:#666666;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:10px;
}  

.hoofd{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #990000;
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-top-style:solid;
	border-top-width:medium;
	font-size:18px;
	text-align:center;
	border-color:#CC3300;
	color:#EBEBEB;
} 

#content{
	color: black;
	padding-left:3px;
	padding-right:3px;
}

#maintable{
	border: 0;
	padding: 0;
	margin: 0;
}
#maintable td{
	border: 0;
	padding: 1px;
	margin: 0;
}
#left{
	width: 550px;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#right{
	width: 200px;
	position: relative;
	vertical-align: top;
}

#test{
	position:relative;
	bottom:10;
}