body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

div {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}

h1, h2, h3 {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}


#container {
	width: 780px;
	margin: 0px auto;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	width: 780px;
	height: 333px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
}
#logo img {
	border: 0px;
}

#top_nav {
	position: absolute;
	left: 535px;
	top: 20px;
	z-index: 1;
	width: 225px;
	font-size: 10px;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#top_nav li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
}
#top_nav li a {
	text-decoration: none;
}
#top_nav li a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	left: 0px;
	top: 293px;
	z-index: 1px;
	height: 40px;
	width: 515px;
}
#nav ul {
	padding: 8px 0px;
	margin: 0px;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	margin-left: 20px;
	margin-right: 10px;
	width: auto;
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#nav ul li a.active, #nav ul li a:hover {
	color: #999999;
	border-bottom: 2px solid #660000;
}

#shoutbox {
	position: absolute;
	left: 535px;
	top: 205px;
	width: 225px;
	height: 113px;
	z-index: 2;
	overflow: hidden;
}
#shoutbox h1 {
	margin: 0px;
	padding: 0px;
}
#shoutbox p {
	margin: 0px;
	padding: 0px;
}

#content {
	width: 515px;
	float: left;
}
.content_item, .content_item_small, .form {
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.content_item_small {
	width: 210px;
	float: left;
}

#right {
	width: 265px;
	float: right;
}
.block_blue {
	width: 225px;
	height: 225px;
	padding: 20px;
	background-image: url(images/bg_block_blue.jpg);
	color: #FFFFFF;
}
.block_blue h1, .block_blue a {
	color: #FFFFFF;
}
.block_blue h1 {
	margin: 0px;
	padding: 0px;
}
.block_blue ul {
	padding: 0px 20px;
	margin: 0px;
}
.block_blue ul li {
	line-height: 22px;
	list-style-image: url(images/bullet_white.gif);
	font-weight: bold;
	
}
.block_blue ul li a {
	text-decoration: none;
}
.block_blue ul li a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding: 0px 20px;
	font-style: italic;
}

#brands {
	padding: 10px 0px 20px 10px;
}
#brands img {
	border: none;
	margin-right: 30px;
}


.red {
	color: #660000;
}
.lees_verder {
	display: block;
	width: auto;
	clear: both;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.lees_verder:hover {
	text-decoration: underline;
}

/* FORM */
.form_element {
	clear: both;
	margin-bottom: 10px;
}
label {
	float: left;
	width: 125px;
	display: block;
}
.form_group label {
	width: auto;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

legend {
	font-size: 11px;
	font-weight: bold;
}

input {
	width: 250px;
	font-size: 11px;
	padding: 2px;
}

textarea {
	width: 250px;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.radio {
	width: auto;
}

.submit {
	width: auto;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}

.form_error {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #990000;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.label_error {
	color: #990000;
	font-weight: bold;
}

.form_group {
	display: table;
}

.form_group label {
	clear: both;
}

/* EINDE FORM */

/* ### LESSONS ### */
table.data {
	width: 495px;
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;

}
th {
	font-size: 11px;
	text-align:left;
	padding: 2px;
	color: #666666;
}

table.data td, table.data th {
	border: 1px solid #E5E5E5;
	padding: 3px;
	height: 25px
}

