/* CSS Document */

body {
	margin: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
	background-color: #FFFFFF;
	color: #000000;
}

img {
	border: 0px;
}

p { 
	margin: 0px 0px 12px 0px;
}

.invoer, .txtr {
	width: 300px;
}

/*
 * To top tooltje
 */
.bak2top {
	font-size: 10px;
	font-weight: bold;
	color: #A9122A;
	background-color: #FFFFFF;
	border: 1px solid #DB9F22;
	padding: 2px;
	z-index: 10000;
}

/*
 * DIVs
 */
.container {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	top: 10px;
	
	border: 2px solid #000000;
}

/* HR and different color sets */
.hr {
	color: #000000;
	background-color: #000000;
	height: 0px;
	width: 99%;
	border: 1px solid #000000;
	margin-bottom: 12px;
	/* if not set IE render the div's height at the parent's font-size*/
	font-size: 0px;
	line-height: 0px;
}
.yellow {
	color: #DB9F22; 
	background-color: #DB9F22;
	border-color: #DB9F22;
}
.blue {
	color: #43A5E3; 
	background-color: #43A5E3;
	border-color: #43A5E3;
}
.purple {
	color: #493282; 
	background-color: #493282;
	border-color: #493282;
}
.green {
	color: #9EC779; 
	background-color: #9EC779;
	border-color: #9EC779;
}
.pink {
	color: #C10077;
	background-color: #C10077;
	border-color: #C10077;
}

.print_footer {
	display: none;
}

/*
 * de bovenkant
 */
.menu{
	float: none;
	height: 200px;
}

.nav_menu {
	position: absolute;
	margin: 0px;
	top: 108px;
	
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	line-height: 10px;
}

/* Alle divs aan de linkerkant van de pagina */
.links {
	float: left;
	
	width: 160px;
	/* used to solve float positioning problem in IE */
	display: inline;
	
	margin-left: 30px;
}
.info {
	border: 1px solid #DB9F22;
	width: 120px;
	
	margin-bottom: 8px;
}
.info_header {
	width: inherit;
	height: 20px;
	background-color: #A9122A;
	color: #FFFFFF;
	
	font-weight: 700;
	text-align:center;
}
.info_links {
	margin: 10px;
}

/* Alle divs in het midden van de pagina */
.midden {
	float: left;
	width: 456px;

	padding-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 28px;
}

.wissel_holder {
	width: 456px;
}
.wisseltekst {
	width: 200px;
	
	border: 1px solid #DB9F22;
	padding: 12px;
}

/* Alle divs aan de rechterkant van de pagina */
.rechts {
	float: left;
	width: 274px;
	margin: 0px;
}

.column {
	width: 234px;
	margin-left: 39px;
	border-left: 1px solid #DB9F22;
}
.column_text {
	margin-left: 32px;
	margin-right: 50px;
}
.column_footer {
	width: inherit;
	height: 20px;
	background-color: #DB9F22;
	color: #000000;
	
	font-weight: 700;
	text-align:center;
}

.bijschrift {
	font-size: 11px;
	line-height: normal;
	margin-top: 5px;
	width: 75%;
}

.footer {
	clear: both;
	width: 100%;
	height: 10px;
}

/*
 * Text
 */
h1, h2, h3 {
	color: #C10077;
	background-color: inherit;
	margin: 0 0 0 0;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h3.sitemap {
	margin-left: 10px;
}

/* The order in which the states are in matters!!! */
a.normal {
	color: #A9122A;
	background-color: inherit;
	text-decoration: underline;
}
a.normal:visited {
	color: #990000;
	background-color: inherit;
	text-decoration: underline;
}
a.normal:hover {
	color: #A9122A;
	background-color: inherit;
	text-decoration: none;
}
a.normal:active {
	color: #A9122A;
	background-color: inherit;
	text-decoration: underline;
}

a.nounderline {
	text-decoration: none;
}
a.nounderline:visited {
	text-decoration: none;
}
a.nounderline:hover {
	text-decoration: underline;
}
a.nounderline:active {
	text-decoration: none;
}

a.zwart {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
a.zwart:visited {
	color: #888888;
	background-color: inherit;
	text-decoration: underline;
}
a.zwart:hover {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
a.zwart:active {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}
