body {
	font: 10px Tahoma, Geneva, 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 {
	width: 570px;
	height: 130px; 
	background: url(images/header.jpg) no-repeat; 
	padding: 25px 22px 10px 160px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF
}

img {
	border: none;
}

h1{
	font-size: 20px; color: #06C; font-weight: normal;
	}

h2{
	font-size: 16px; color: #F30; font-weight: bold;
	}
#award {
	width: 250px; 
	background-color: #f4f4f4; 
	border: 1px solid #CCC; 
	margin: 0px 5px 5px 10px; 
	float: right;
	}

.title{
	background-color: #e1e1e1; 
	color: #333; 
	font-size: 14px; 
	padding: 5px;
	}
	
.subtitle{
	color: #333; 
	font-size: 12px; 
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
	}	

.magazine {
	font-size: 9px; 
	font-style: italic;
	}

.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;
	}

	
#action{
	width: 241px; 
	height: 117px; 
	background-image:url(images/button.gif); 
	background-repeat: no-repeat; 
	color: #FFF; 
	font-size: 18px; 
	padding: 10px 15px 0px 15px; 
	font-weight: bold; 
	text-align: center;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	}

.buttons a,
.buttons button {
/*	display: block; */
	float: left;
	margin: 0 7px 0 15px;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: verdana;
	font-size: 13px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 15px 6px 7px; /* Links */
}

.buttons button{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
button.positive,
.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,
button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	text-decoration: none;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

.buttons button img,
.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	margin: 10px 10px 10px 55px;	
	padding: 0;
	height: 81px;
	background-color:#FFF;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
	cursor: pointer;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
	background-color: #FFF;
}

#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;
	}
