body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #296eb3;
	background-repeat: repeat-x;
	background-image: url(http://easycomputing.com/background/dots.png);
	padding: 0;
	margin: 0;
	color: #333;
}
#header {
	border: 0px solid #0C0; 
	background-image: url(images/header.jpg); 
	background-color: #06C;
	height: 135px;
	background-repeat: no-repeat; 
	padding: 10px 110px 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
}

img {
	border: none;
}

h1 {
	font-size: 16px; color: #F60; font-weight: bold;}

#left{
	float: left;
	width: 500px;
	border: 1px solid #906;
	}

#nav{
	width: 98px;
	height: 15px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	font-size: 11px;
	color: #06C;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	}

a.nav, .nav a{
	color: #06C;
	text-decoration: none;
	}
	
a.nav:hover, .nav a:hover{
	color: #06c;
	text-decoration: underline;
	}

h1 {
	font-size: 13px; 
	color: #F60; 
	font-weight: bold;
	}

h2 {
	color: #06C;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #06C;
	}
	
#bestel {
	background-color: #f5f5f5;
	border: 1px dashed #CCC;
	width: 100%;
	padding: 5px;
	}	

#screenshot{
	border: 1px solid #CCC;
	padding: 2px;
	}

#left{
	float: left;
	width: 550px;
	border: 0px solid #906;
	}

#right{
	float: right;
	width: 260px;
	border: 0px solid #9F6;
	background-color: #efefef;
	padding: 0px;
	}

#nav_right_ttl{
	background-color: #d1d1d1;
	border-bottom: 1px dashed #FFF;
	color: #333;
	font-weight: bold;
	text-transform:uppercase;
	padding: 2px;
	font-size: 11px;
	}

#nav_right_order, #nav_right_order{
	padding: 2px 3px 2px 6px;
	border-bottom: 1px dashed #c4c4c4;
	clear: both;
	}

a.nav_right, .nav_right a{
	color: #333;
	text-decoration: none;
	}

a.nav_right:hover, .nav_right a:hover{
	color: #06C;
	text-decoration: underline;
	}


.knop a,
a.knop{
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	}

.knop a:hover,
a.knop:hover{
	text-decoration: underline;
	cursor: pointer;
	}

.actie a,
a.actie{
	text-decoration: none;
	color: #06C;
	cursor: pointer;
	}

.action a:hover,
a.action:hover{
	text-decoration: none;
	cursor: pointer;
	}


#copyright {
	color: #FFF;
	font-size: 10px;
	margin-top: 10px;
	}

a#copyright,
#copyright a{
	text-decoration: underline;
	color: #FFF;
	}

a#copyright:hover,
#copyright a:hover{
	text-decoration: none;
	color: #FFF;
	}


