html,
body	{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 0.75em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}


/* layout */

/* header */

#wrapper	{
	width: 778px;
	position: relative;
	left: 50%;
	margin-left: -389px;
}

#header	{
	width: 778px;
}
* html #header {
	/* avoid gap in IE */
	font-size: 0;
}

#topBar	{
	height: 9px;
	background: url(../images/interface/topbar_back.png) repeat-x;
}
* html #topBar	{
	/* avoid gap in IE */
	font-size: 0;
}

#navBar	{
	height: 53px;
	background: #B6272E url(../images/interface/navbar_back.png);
}

#logo	{
	float: left;
	height: 53px;
}

#fotoBar	{
	height: 140px;
	margin: 1px 0;
}

#bottomBar	{
	height: 9px;
	font-size: 0;
	background: url(../images/interface/bottombar_back.png) repeat-x;
}

#footerBar	{
	height: 27px;
	border-top: 1px solid white;
	background: #B6272E url(../images/interface/navbar_back.png);
}

#footerMenu	{
	float: left;
	font-size: 12px;
	color: white;
	margin: 6px 0 0 10px;
}

#menu	{
	float: right;
	font-size: 13px;
	color: white;
	margin: 18px 10px 0 0;
}

#menu a,
#footerMenu a	{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu a:hover,
#footerMenu a:hover	{
	color: white;
	text-decoration: underline;
}
#menu a.active,
#footerMenu a.active	{
	color: #E89CA0;
	text-decoration: none;
}
#menu a.active:hover,
#footerMenu a.active:hover	{
	color: #E89CA0;
	text-decoration: underline;
}

/* icoontje voor beveiligde link Vertalers */
#footerMenu a#lock	{
	padding-left: 12px;
	background: url(../images/interface/lock.png) left center no-repeat;
}
#footerMenu a#lock.active	{
	padding-left: 12px;
	background-image: url(../images/interface/lock_on.png);
}

#footerBar #copyright	{
	float: right;
	margin: 5px 5px;
	color: white;
	font-size: 12px;
}	

#content table#columns	{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table#columns td.blue1	{
	background: #E5EDF4;
}
table#columns td.main	{
	background: white url(../images/interface/dots-v.png) repeat-y left top;
}
table#columns td.main2	{
	background: white url(../images/interface/dots-v578.png) repeat-y left;
}
table#columns td.blue2	{
	background: #F5F8FB url(../images/interface/dots-v.png) repeat-y;
}


div.section	{
	padding: 0 12px;
}

div.spacer	{
	height: 1px;
	font-size: 0;
	background: url(../images/interface/dots-h.png) repeat-x;
}

div.more	{
	font-size: 1.1em;
	font-weight: bold;
	color: #B6272E;
	margin-bottom: 1em;
}

p.signature	{
	text-align: right;
	color: #0682C0;
}
p.signature a	{
	color: #0682C0 !important;
}

address	{
	font-style: normal;
}

address a	{
	color: black;
	text-decoration: none;
}

/* anchors */

#content a:link	{
	color: #B6272E;
	text-decoration: underline;
}

#content a:visited	{
	color: #003366;
	text-decoration: underline;
}

#content a:hover,
#content a:active	{
	color: #E89CA0;
	text-decoration: underline;
}

#content h3 a	{
	color: #003366 !important;
}
#content h3 a:hover	{
	color: #0682C0 !important;
}

a.more	{
	font-weight: bold;
	white-space: nowrap;
}

div.more a:visited,
a.more	{
	color: #B6272E !important;
}
div.more a:hover,
a.more:hover	{
	color: #E89CA0 !important;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}



/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	margin: 0.8em 0 1em 0;
	color: #B6272E;
}

h2 {
	font-size: 1.2em;
	margin: 0.8em 0 1em 0;
	color: #B6272E;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 0.9em;
}

h4.date	{
	color: #0682C0;
	font-weight: normal;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}




/* images */

img {
	border: none;
}


/* lists */

#content ul,
ul.bullet {
	list-style-image: url(../images/interface/bullet.png);
	padding-left: 2em;
}

* html #content ul,
* html ul.bullet {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(../images/interface/bullet_ie.png);
}

#wrapper ul.bullet {
	padding-left: 1.5em;
}

#wrapper ul.bulletless {
	list-style: none;
	padding-left: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}

/* block */

#content blockquote	{
	border: 1px dashed #0067D1;
	padding: 1em 1em 0em 1em;
	width: 60%;
	margin: 1em;
}


/* forms */

form table	{
	width: 100%;
	border-collapse: collapse;
}

form table td {
	vertical-align: top;
	padding: 0.5em;
}

form table td.label {
	width: 14em;
}

input, select, textarea {
	/* make sure these elements get the same fonts */
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, 
textarea {
	border: 1px solid #003265;
}

input.radio,
input.checkbox {
	border: none;
}

input.submit,
input.reset	{
	cursor: pointer;
	background: #B5262D;
	font-weight: bold;
	color: white;
}

input.hilite,
textarea.hilite,
select.hilite {
	background: #ffff99 !important;
	border: 1px solid #B5262D !important;
}

td.arrow {
	width: 20%;
	background: url(../images/interface/translation-arrow.png) no-repeat 0px 120px;
}

#q_extrarequests {
	width: 350px;
}

form table td div {
	margin-bottom: 0.5em;
}


.mandatory	{
	color: #B5262D;
	font-weight: bold;
}

ul.error li {
	list-style: square;
	color: #B5262D;
	font-style: italic;
}


/* tooltip */

#help_brontaal, 
#help_doeltaal,
#help_wordcount,
#help_deadline { 
	visibility: hidden; 
	display: none;
 }

span.tooltip {
	display: inline;
	position: relative;
	margin-left: 5px;
}
 
img.tooltip {
	width: 15px;
	height: 15px;
	border: 0;
	vertical-align: middle;
	cursor: help;
}
 

span.tooltip span	{
	position: absolute;
	z-index: 999;
	top: 25px;
	left: 25px;
	width: 18em;
	border: 1px solid #003265;
	background: #E5EDF4;
	padding: 0.5em;
	font-weight: normal;
	font-size: 12px;
	color: black;
}