/* global */

body {
	background-color: #ddd;
	margin: 0;
	font-family: arial;
	font-size: 10pt;
}

td {
	font-size: 9pt;
}

a {
	color: #007ea7;
}

h1 {
	font-weight: bold;
	color: #007ea7;
	font-size: 12pt;
	margin-bottom: -5px;
}

h2 {
	font-weight: bold;
	color: #007ea7;
	font-size: 10pt;
	margin-bottom: -10px;
}

h3 {
	font-size: 10pt;
	color: #007ea7;
	margin-bottom: 0;
	margin-top: 0;
}

p {
	clear: left;
	margin-bottom: 12px;
}

p img {
	float: left;
	border: 1px solid black;
	margin: 5px 8px 5px 0;
}

img {
	border: 0;
}

/*

form {
	margin-top: 40px;
}

form label {
	display: block;
	float: left;
	width: 150px;
	margin: 5px 5px 5px 0px;
	text-align: right;
	font-size: 9pt;
}

form input,form select,form textarea {
	margin: 5px;
}

*/

/* container */

#container {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: white;
	width: 978px;
	margin-left: 16px;
}

#wrapper1 {
	width: 996px;
	margin-right: 16px;
	background-image: url('/images/gradient_left.png');
	background-position: top left;
}

#wrapper2 {
	width: 1012px;
	margin: auto;
	background-image: url('/images/gradient_right.png');
	background-position: top right;
}

/* header */

#header {
	height: 120px;
}

/* footer */

#footer {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #aaaaaa;
	background-image: url('/images/footer_bg.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}

#footer p {
	text-align: center;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

/* menu */

#menu {
	background-color: #1f809f;
	height: 30px;
	background-image: url('/images/menu_bg.png');
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: white;
	padding: 6px 16px;
	height: 18px;
	display: block;
	float: left;
}

#menu a:hover {
	background-image: url('/images/menu_bg_hover.png');
}

#menu img {
	vertical-align: 20%;
	float: left;
}

/* sidebar */

#sidebar {
	float: right;
	width: 432px;
	margin: 12px 12px 12px 0;
	display: inline;
}

#sidebar1 {
	float: right;
	width: 432px;
	display: inline;
}

#sidebar2 {
	float: right;
	width: 300px;
	display: inline;
}

#sidebar3 {
	float: right;
	width: 120px;
	margin-right: 12px;
	display: inline;
}

/* content */

#content {
	margin: 12px 0 12px 12px;
	width: 510px;
}

.article {
	border-top: 1px solid #ddd;
}

.article_footer {
	color: #aaa;
	clear: left;
	margin-top: 5px;
}

.article * img {
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid black;
	margin: 5px 8px 5px 0;
}

/* trajectcontroles */

.trajectcontroles {
	border-collapse: collapse;
	width: 100%;
}

.trajectcontroles td, .trajectcontroles th {
	padding: 4px;
	border-bottom: 1px solid #bbb;
}

.trajectcontroles th {
	background-color: #eee;
	color: #666;
}

.trajectcontroles tr.even td {
	background-color: #eee;
}

.vraag {
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 20px;
}

/* sidebar_nieuws */

#sidebar_nieuws {
	border: 1px solid #ddd;
	margin: 12px;
	background-color: white;
}

#sidebar_nieuws p, #sidebar_nieuws h2 {
	margin: 12px;
	font-size: 9pt;
}

#sidebar_nieuws ul {
	margin: 12px;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
	color: #fcc941;
}

#sidebar_nieuws ul li {
	margin: 2px 0;
}

#sidebar_nieuws a {
	color: black;
}

#sidebar_ad {
	border: 1px solid #ddd;
	margin: 12px;
	background-color: white;
}

#sidebar_ad img {
	margin: 12px;
	
}

#sidebar_flitsers {
	border: 1px solid #ddd;
	margin: 12px;
	background-color: white;
}

#sidebar_flitsers p, #sidebar_flitsers h2, #sidebar_flitsers table {
	margin: 12px;
	font-size: 10pt;
}

#sidebar_flitsers table td {
	padding: 0;
}

#sidebar_flitsers table {
	margin-top: -8px;
}

/* content_ad */

#content_ad {
	margin-left: 16px;
	margin-right: 418px;
}

.errors {
	color: red;
}

#nieuws {
	clear: both;
	margin: 12px;
	border-top: 1px solid #ddd;
	background-color: #f6f6f6;
	background-image: url('/images/nieuws_bg.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 30px;
	margin-bottom: 0;
	margin-top: 30px;
}



#nieuws h2 {
	margin: 16px;
	margin-bottom: 0;
}

#nieuws_items {
	margin: 16px;
	float: left;
	width: 460px;
	display: inline;
}

#nieuws_links {
	margin: 16px;
	margin-left: 520px;
}

#nieuws_links ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#nieuws_links li {
	padding: 1px;
}

#nieuws a {
	color: black;
}

.clear {
	clear: both;
}

ul.errors {
	padding: 0;
	list-style-type: none;
}

.trajectcontroles {
	border-collapse: collapse;
	width: 100%;
}

.trajectcontroles td, .trajectcontroles th {
	padding: 4px;
	border-bottom: 1px solid #bbb;
}

.trajectcontroles th {
	background-color: #eee;
	color: #666;
}

.trajectcontroles tr.even td {
	background-color: #eee;
}