* {
	margin: 0; padding: 0;
}
select, select > option {padding: 2px; }
img, table {
	border: 0;
}
body, html {
	height: 100%;
}
body {
	background: #ccc url(/pix/bg_lijnen.png);
	font-family: Arial, sans-serif;
	font-size: 80%;	
}
#outerwrapper {
	/* height: 100%; */
	min-height: 90%;
	background-color: #215584;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: /*#102c42*/ #0b3b52 url(/pix/banner_tech2.jpg) no-repeat top right;
	color: #fff;
	width: 100%;
	height: 95px;
	z-index: 10;
	position: relative;
}
#header img {
	position: absolute;
	left: 140px;
	top: 13px;
}
#header #taalswitch {
	position: absolute;
	right: 140px;
	bottom: 5px;
}
#wrapper_content {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	min-height: 100%;
}
#wrapper_menu1, #wrapper_menu2 {
	position: absolute;
	top: 0;
	width: 133px;
	background-color: #215584;
	height: 100%;
}
#wrapper_menu2 {
	right: 0;
}
#talenbalk_1, #talenbalk_2 {
	width: 133px;
	height: 317px;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter:alpha(opacity=10);
}
#talenbalk_1 {
	background: #215584 url(/pix/talenbalk-links.gif);
}
#talenbalk_2 {
	/*margin-top: 18em;*/
	background: #215584 url(/pix/talenbalk-rechts.gif);
}
.column {
	min-height: 100%;
}
.belowheader {
	padding-top: 95px;
}
div#feeds, div#nofeeds {
	margin: 95px 133px 0;
}
#content {
	padding: 1em 180px 4em;
	margin-bottom: 4em;
}
#content #footer {
	position: absolute;
	bottom: 0;
	width: 590px;
	text-align: center;
	font-size: smaller;
	margin: 1em auto;
	clear: both;
}


 /* uitklapmenu */
ul#menu_1 {
	border-bottom: 1px solid #fff;
	list-style: none;
	font-size: 11px;
	letter-spacing: 1px;
}
ul#menu_1 li {
 	height: 1.6em;
	border-top: 1px solid #fff;
	position: relative;
}

li.kleur1 a, li.kleur1 { background-color: #215584; }
li.kleur2 a, li.kleur2 { background-color: #1f4f7b; }
li.kleur3 a, li.kleur3 { background-color: #1d4973; }
li.kleur4 a, li.kleur4 { background-color: #1b436a; }
li.kleur5 a, li.kleur5 { background-color: #193d62; }
li.kleur6 a, li.kleur6 { background-color: #18385a; }

/* Fix IE. Hide from IE Mac \*/
* html ul#menu_1 li { float: left; }
* html ul#menu_1 li a { height: 1%; }
* html ul#menu_1 li.kleur1 { border-bottom: 1px solid white; }
/* End */

ul#menu_1 li a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: 123px;
	line-height: 1.6em;
}
ul#menu_1 a:hover, li.erover  {
	background-color: gold;
	color: navy;
}
ul.submenu {
	width: 12em;
	list-style: none;
	position: absolute;
	top: -1px;
	left: 133px;
	display: none;
	border-bottom: 1px solid #ccc;
}
ul#menu_1 ul.submenu li {
	background-color: #215584;
	border-top: 1px solid #ccc;
}
ul#menu_1 ul.submenu li a {
	padding-left: 1em;
	width: 11em;
}
ul#menu_1 li:hover ul, ul.erover {
	display: block;
}
li.metsub a {
	cursor: default;
}
li.metsub ul li a {
	cursor: pointer;
}


ul#menu_2 {
	border-top: 1px solid #fff;
}


/* kleurtjes, corps etc. */
a {
	color: #002953;
}
p#taalswitch {
	color: #666;
}
p#taalswitch a {
	color: #ccc;
}
p#taalswitch a:hover {
	color: #fff;
}
h1.header {
	margin-bottom: 0.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}

#content p, #content ul, #content ol {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin-left: 2em;
}

img.imgleft {float: left; margin-right: 1em;}
img.imgright {float: right; margin-left: 1em;}
img.metrand {border: 1px solid #000;}


/* gedoe op homepage */
tr#hp_rij2 td {
	padding-top: 3em;
}
td#nen-box {
	font-size: 9px;
	width: 140px;
}


/* offerteboxje */
#offertebox {
	margin: 2em 0;
	display: inline;
	/* border: 1px solid navy; */
	background: #C0D0E8;
	padding: 7px;
}
#offertebox select option {
	padding-right: 3px;
}
form > #offertebox {
	margin: 1.3em 0 1.5em;
	display: block;
}

.verplicht, .alert {
	color: darkred;
}

.melding {
	color: darkred;
	font-weight: bold;
}

