/* 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: #ea7e1c;
	background-color: #FFFFFF;
	border: 1px solid #b05627;
	padding: 2px;
	z-index: 10000;
}

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

/* 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;
}
.pink {
	color: #e0007a;
	background-color: #e0007a;
	border-color: #e0007a;
}
.yellow {
	color: #ffff00; 
	background-color: #ffff00;
	border-color: #ffff00;
}
.blue {
	color: #00a5df; 
	background-color: #00a5df;
	border-color: #00a5df;
}
.green {
	color: #0e8126; 
	background-color: #0e8126;
	border-color: #0e8126;
}

.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 #b05627;
	width: 136px;
	
	margin: 8px 0px 8px 0px;
	
	background-color: #FFFFFF;
	color: inherit;
}
.info_header {
	width: inherit;
	background-color: #ea7e1c;
	color: #FFFFFF;
	
	font-weight: 700;
	text-align:center;
}
.info_links {
	margin: 10px 10px 14px 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 #b05627;
	padding: 12px;
	
	background-color: #FFFFFF;
	color: inherit;
}

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

.column {
	width: 233px;
	margin-left: 39px;
	border-left: 2px solid #b05627;
}
.column_head{
	border-left: 20px solid #b05627;
	padding-left: 10px;
	
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 5px;
	
	background-color: inherit;
	color: #b05627;
}
.column_text {
	margin-left: 32px;
	margin-right: 50px;
}
.column_footer {
	width: inherit;
	height: 20px;
	background-color: #b05627;
	color: #FFFFFF;
	
	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, h4 {
	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;
}
h4 {
	font-size: 12px;
}
h3.sitemap {
	margin-left: 10px;
}
h4.sitemap {
	margin-left: 20px;
}

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

a.zwart {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;;
}
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;
}