@charset "utf-8";
/* CSS Document */
body {
	background-color: #000; 
	font-family: Verdana; 
	color: #FFF;	
}

#left_nav{
	width: 235px; 
	margin: 0px 25px 0px 0px;
	padding: 3px;
	font-size: 12px;
	color: #FFF;
	vertical-align:top;
}

a#left_nav,
#left_nav a{
	text-decoration: none;
	padding: 0px;
}

a#left_nav:hover,
#left_nav a:hover{
	text-decoration: none;
	color: #06C;
}

a{
	text-decoration: underline;
	color: #06C;
}

a:hover{
	text-decoration: none;
	color: #06C;
}

#award{
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	width: 200px;
	color: #FFF;
}

a#award,
#award a{
	text-decoration: underline;
}

a#award:hover,
#award a:hover{
	text-decoration: none;
}

.new{
	color: #F90;
	font-weight: bold; 
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

th {
	background-color: #333;
	font-weight: normal;
	font-size: 13px;
	border: 1px solid #3482e2;
}

.free {
	background-color: #369;
	border: 1px solid #3482e2;
}
.empty{
	background-color: #666;
	border: 1px solid #3482e2;
}

.dark_grey{
	background-color: #333;
	border: 1px solid #3482e2;
}

.dark_blue{
	background-color: #036;
	border: 1px solid #3482e2;
	text-align: center;
}

img{
	border: 0px;
}

#voorbeelden {
	margin-left: 15px;
	margin-bottom: 20px;
}

.title {
	font-size: 13px;
	color: #F90;
	font-weight: bold;
}

.subtitle {
	color: #06C;
	text-transform: uppercase;
	font-weight: bold;
	border-left: #06C 14px solid;
	padding-left: 10px;
	margin-bottom: 10px;
}

#navigation {
	margin-top: 10px;
}

#camera {
	width: 145px; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

#nota {
	font-size: 10px; 
	font-weight: normal;
}

ul{
	margin-left: 12px;
}

