
@import url(navigatie.css);
@import url(table.css);

body, div, blockquote, p, a, ul, ol, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

li {
	margin-left: 0;
	padding-left: 0;
}

body {
	background: transparent url(../images/bg.jpg);
	background-color: #595959;
	background-repeat: repeat-x;
	color: white;
	font-style: normal;
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 2px dashed gray;
	height: 0px;	
}


div.clearer {
	clear: both;
	display: block;
	font-size: 1px;
	height: 15px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

div.content {
	background: transparent url(../images/content-bg.jpg) repeat-y;
	left: 50%;
	margin-left: -365px;
	position: absolute;
	width: 730px;
}

div.footer {
	background: #595959 url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 57px;
	text-align: left;
	padding-left: 22px;
}

div.footer p {
	color: white;
	font-size: 8px;
	letter-spacing: 1px;
	position: relative;
	padding-top: 30px;
	text-transform: uppercase;
}

div.footer p a {
	color: #f7941d;
}

div.footer p a:hover {
	color: #000000;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	float: left;
	
	display: inline;
	width: 400px;
	margin-left: 40px;
}

#left p {
	color: #EDEDED;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 10px 0px;
	text-align: left;
}

#left h2 {
	color: #f7941d;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

#left h3 {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left ul {
	color: white;
	list-style: square;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 16px; 
	line-height: 16px;
	margin-bottom: 10px;
}

#left ol {
	color: white;
	list-style: decimal;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 16px; 
	line-height: 16px;
	margin-bottom: 10px;
}

#left a:link {
	color: #f7941d;
	border: 0;
}

#left a:hover {
	color: #000000;
	border: 0;
}

#left table {	
	margin-left: 0px;
}

#left .img {
	border: 1px solid #ECEBE9;
	padding: 3px;
}

#left .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#left div.align {
	width: 140px;
	display: inline-block;
	float: left;
	margin-right: 5px;	
}


/* Rechterkolom */
#right {
	display: inline;
	float: left;
	width: 240px;
	margin-left: 50px;
	margin-right: 0;
}

#right h2 {
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 10px;
}

#right p {
	color: gray;
	font-size: 9px;
}

#right .img {
	border: 0;
	padding: 0;
	margin: 0;
}






/* Links */
a {
	color: #F7941D;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;	
}

a:active {
	color: #000000;
}

a:hover .img {
	border: 1px solid #f7941d;
	display: block;
	padding: 3px;
}

a.sublevel {
	font-weight: bold;
	text-transform: lowercase;
}

.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

select {
	font-size: 10px;
}

.error { margin: 0 0 10px 0; padding:5px; padding-left: 30px; width: 361px; line-height: 16px; color: #ff2f31; border: 1px solid #fb7373; background: url('../images/error.gif') #ffbbc3 5px center no-repeat; }

