@charset "UTF-8";
/* CSS Document */

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
html {
	height: 100%;
	margin-bottom: 1px;
}


#container {
	width : 975px;
	text-align : left;
	float: none;
	margin: 30px auto;
	height: auto;
}
#header {
	width : 975px;
	height: 175px;
	background-image: url(images/flinkbg-top.png);
	background-repeat: no-repeat;
	float: left;
}
.logo {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 135px;
}
.icons {
	padding : 0 30px 0 0;
	float: right;
}
#nav {
	margin : 9px 0 0 0;
	float: left;
	width : 150px;
	text-align : left;
}
#nav .buttons {
	width : 150px;
}
#content {
	float: left;
	width : 825px;
	text-align : left;
}
#footer {
	background-image: url(images/flinkbg-bottom.png);
	background-repeat: no-repeat;
	float: left;
	width: 975px;
	clear: both;
}
#footer p {
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 35px 0 15px 0;
	padding: 0 0 0 150px;
}
#footer p a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
}
#footer p a:hover {
	font-weight: bold;
	color : #ffffff;
	text-decoration : underline;
}
#footer p a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
}
#container_box {
	width : 975px;
	min-height: 350px;
	background-image: url(images/flinkbg-middle.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
.textbox1c {
	float : left;
	width : 255px;
	margin: 0 15px 0 0;
}
.textbox2c {
	float : left;
	width : 525px;
	margin: 0 15px 0 0;
}
.textbox3c {
	float : left;
	width : 795px;
	margin: 0 0 15px 0;
}
.clr {
	clear : both;
	overflow : hidden;
	height : 0;
}
.werk_nav {
	float : left;
	width : 525px;
	background-image: url(images/bg-bottom-werk.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
}
.werk_nav_arrow {
	float : left;
	width : 55px;
}
.werk_nav_caption {
	float : left;
	width : 395px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}




/*
 * default values
 */

body {
	text-align : center;
	color : #000000;
	font-size : 13px;
	line-height : 1.4em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

p { margin : 0 0 0.7em 0; }

 
u,, ol, dl {
	padding : 0 0 0 14px;
	margin : 0;
}

ul li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}


h1, h2, h3, h4, h5, h6 { line-height: 1em }

h1 { font-size: 30px; font-weight: normal; margin-bottom: 0.7em; }
h2 { font-size: 18px; font-weight: bold; margin-bottom: 0.5em; }
h3 { font-size: 18px; font-weight: normal; margin-bottom: 0.5em; }
h4 { font-size: 14px; font-weight: bold; margin-bottom: 0.3em; }
h5 { font-size: 14px; font-weight: normal; margin-bottom: 0.3em; }
h6 { font-size: 13px; font-weight: bold; margin-bottom: 0; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}

.rood {
	color: #BF1932;
}
.magenta {
	color: #D40882;
}
.oranje {
	color: #D96C1E;
}

