body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background:#FFFFFF;
	padding-top: 20px;
}

#container {
	text-align:left;
	top:0px;
	position:relative;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0 120px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
.containerheader {
	text-align:left;
	background-color: #FFFFFF;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 175px;
}
.containerleft {
	text-align:left;
	background-color: #EBEBEB;
	vertical-align:top;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	background-image: url(../images/nvm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
}

.containermain {
	text-align:left;
	background-color: #FFFFFF;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	padding-bottom: 20px;
}
.containerright {
	background-color: #001039;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 199px;
	background-image: url(../images/i.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
	text-align: left;
}
.containerright .bodytext{
	color: #FFFFFF;
}
#wrapper {
	float:right;
	width:1000px;
	min-height: 200px;
}
#header {
	clear:both;
	text-align:left;
	width:1000px;
	height:175px;
	background:url(../images/header.jpg) 0 0 no-repeat;
	position:relative;
	z-index: 10;
}

#content_left {
	position:relative;
	float:left;
	left:0px;
	background-color: #EFEBEF;
	padding: 15px;
}

#main-content {
	float:left;
	width:580px;
	vertical-align: top;
	min-height: 400px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#main-content A {
	color:#A50010;
	text-decoration:none;
}
#main-content A:hover {
	color:#A50010;
	text-decoration:underline;
}
#content_right {
	color:#FFFFFF;
	position:relative;
	float:right;
	width:170px;
	background-color: #001039;
	padding: 10px;
	vertical-align: top;
}
#content_right bodytext {
	color:#FFFFFF;
}
.content_right bodytext {
	color:#FFFFFF;
}
#content_right A {
	color:#FFFFFF;
	text-decoration:none;
}
#content_right A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer{
	clear:both;
	position:relative;
	text-align:center;
	font-size:10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #9C0010;
}

.footerlink a {
	font-size:10px;
	font-weight: normal;
	color: #fff;
}

.footerlink a:hover {
color: #ddd;
}

/********************************/
/* Form elements */
/*******************************/

#username, #password, #loggedin, #loginbutton, #loginuser {
z-index: 10;
font-size:12px;
top:3px;
position:absolute;
}

#username {
	left:570px;
	width:64px;
	border: #000 1px solid;
	margin:0px;
}

#password {
left:646px;
width:64px;
border: #000 1px solid;
margin:0px;
}

#loggedin {
left:625px;
}

#loginbutton {
left:718px;
border:0px;
}

#loginuser {
left:600px;
top:6px;
color: #fff;
}

/********************************/
/* Vertical navigation menu */
/*******************************/

.vertnav1 a:link,
.vertnav1 a:visited,
.vertnav1 a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	width:170px;  /*white*/
	color:#001039;
	font-weight: normal;
	height: 16px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #EFEBEF;
}
.vertnav1 a:hover {
	color:#001039;  /*nav blue*/
	background-image: url(../images/knop3.jpg);
}

.vertnav1-act a:link,
.vertnav1-act a:visited,
.vertnav1-act a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	width:170px;  /*light blue 3*/
	color:#fff;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #A50010;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.vertnav2 a:link,
.vertnav2 a:visited,
.vertnav2 a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	width:170px;  /*light blue 1*/
	text-indent:5px;
	color:#777777;
	font-weight: normal;
	height: 15px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.vertnav2 a:hover {
	color:#001039;
	font-weight: normal;
	background-color: #FFFFFF;
}

.vertnav2-act a:link,
.vertnav2-act a:visited,
.vertnav2-act a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	width:170px;
	text-indent:5px;  /*light blue 2*/
	color:#A50010;
	height: 15px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A50010;
}
.vertnav3 a:link,
.vertnav3 a:visited,
.vertnav3 a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	width:170px;  /*light blue 1*/
	text-indent:10px;
	color:#777777;
	font-weight: normal;
	min-height: 15px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.vertnav3 a:hover {
	color:#001039;
	font-weight: normal;
	background-color: #FFFFFF;
}

.vertnav3-act a:link,
.vertnav3-act a:visited,
.vertnav3-act a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	width:170px;
	text-indent:10px;  /*light blue 2*/
	color:#001039;
	min-height: 15px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.vertnav4 a:link,
.vertnav4 a:visited,
.vertnav4 a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;  /*light blue 1*/
	text-indent:0px;
	color:#FFFFFF;
	font-weight: normal;
	height: 15px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.vertnav4 a:hover {
	color:#A50010;
	font-weight: normal;
	text-decoration: underline;
}

.vertnav4-act a:link,
.vertnav4-act a:visited,
.vertnav4-act a:active {
	margin: 0px;
	display:block;
	font-size:13px;
	text-decoration:none;
	text-indent:0px;  /*light blue 2*/
	color:#FFFFFF;
	height: 15px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
}
.vertnav4-act a:hover {
	color:#A50010;
	font-weight: bold;
	text-decoration: underline;
}


/* General element styles:*/  
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
PRE { font-family:monospace; }
A {
	color:#001039;
	text-decoration:none;
}
A:hover {
	color:#A50010;
	text-decoration:none;
}
FORM { margin:0px;}
P, PRE {color:#000;}
P, TD, UL, OL { font-size:12px;}
INPUT, TEXTAREA, SELECT textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EBEBEB;
	border: #CCCCCC 1px solid;
	font-size:12px;
	margin-left: 4px;

}
input[type=radio], input[type=checkbox] { border: 0px solid; }


/* Frames, spacing, link-to-top */ 
DIV.csc-frame-frame1 { background-color:#DCF0FF; padding:2px 4px 2px 4px; border:1px solid #333; }
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:0px 0px 4px 0px; border-bottom:1px dotted #009CFF; margin-bottom:4px; margin-top:3px; font-size:12px; }


/* Headers, plain */ 
H1 {
	font-size:14px;
	color:#A50010;
	font-weight:bold;
}
H2 {
	font-size:14px;
	color:#A50010;
}
H3 {
	font-size:14px;
	color:#001039;
	font-weight:bold;
}
H4 {
	font-size:12px;
	color:#001039;
}
H5 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
H6 {
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
}
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:5px; margin-bottom:5px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000066; text-decoration:none; }
H2 A { color:#186900; }
H3 A { color:#10007B; }
H4 A { color:#0063ff; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }


/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:12px; }
DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:12px; }
DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:12px; }


/* Header date */ 
P.csc-header-date { font-size:10px; color:#186900; }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #FF0000;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #FF0000;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #004242;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	color: #004242;
	text-decoration: none;
	font-size: 0.8em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {

}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/* default styles for extension "tx_pbsurvey_pi1" */
		.tx-pbsurvey-pi1 div {margin-bottom: 10px;}
		.tx-pbsurvey-pi1 .pagenumbering {font-size: 60%; position: relative; height: 15px;}
		.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
		.tx-pbsurvey-pi1 .bar {background-color: #CCCCFF; height: 15px; z-index: 4; position: absolute; left: 0px;}
		.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;}
		.tx-pbsurvey-pi1 .pageHeader {
	font-size: 125%;
	font-weight: bold;
	color: #A50010;
}
		.tx-pbsurvey-pi1 .pageIntroduction {}
		.tx-pbsurvey-pi1 .survey_item {margin-top: 20px; margin-bottom: 20px; padding-top: 15px; padding-bottom: 5px;}}
		.tx-pbsurvey-pi1 .itemform {}
		.tx-pbsurvey-pi1 .question {
	font-size: 100%;
	font-weight: bold;
	margin-right: 2px;
}
		.tx-pbsurvey-pi1 .questionNumber {}
		.tx-pbsurvey-pi1 .questionSubtext {font-size: 80%;}
		.tx-pbsurvey-pi1 .required {color: #FF0000; vertical-align: super;}
		.tx-pbsurvey-pi1 .survey_error {color: #FF0000;}
		.tx-pbsurvey-pi1 .additional_ver {margin-left: 20px;}
		.tx-pbsurvey-pi1 .matrix {width: 100%;}
		.tx-pbsurvey-pi1 .matrix .surveyrow_even {

}
		.tx-pbsurvey-pi1 .matrix .columnFirst {font-weight: bold; text-align: left;}
		.tx-pbsurvey-pi1 .matrix .columnNext {text-align: center;}
#main-content {
	float:left;
	width:580px;
	vertical-align: top;
	min-height: 400px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#content_left {
	position:relative;
	float:left;
	left:0px;
	background-color: #EFEBEF;
	padding: 15px;
	width: 179px;
}
#content_right {
	color:#FFFFFF;
	position:relative;
	width:179px;
	background-color: #001039;
	padding: 10px;
	vertical-align: top;
	margin: 0px;
}
.tabel1           {
	width: 100%;
	text-align: left;
}
.tabel1   th {
	text-align: left;
	background-color: #EBEBEB;
	padding-bottom: 5px;
}
.tabel1     .tr-even {
	background-color: #F8F8F8;
}
.tabel1  .td-0                {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.tabel1  .td-1 {
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.tabel1  .td-2 {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.tabel1  .td-3 {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

