body
{
	background-color : #EEEEFF;
/*	#f7d399;*/
 	font-family: "Trebuchet MS", "Helvetica", sans-serif;
 	font-size: 14px;
/* 	font-weight: bolder;*/
 	color: #333;
 	line-height: 18px; 	 	
    margin: 24px;
}
table {
 	font-weight: normal !important;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 35px;
	margin: 0 0 0 0;
}

h2 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.table {
    margin-top: 8px;
    width: 100%;
    display: table;
    clear: both;
}
.tr {
    clear: both;
}
.td {
	width: 20%;
    text-align: left;
    display: table-cell;
    padding-right: 10px;
    clear: none;
}

a:hover
{
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#top_header {
	background-image: url(../images/header_blauw_129px.png);
    background-repeat: repeat-x;
    color: white;
    background-color: #003466;
    height: 129px;
    font-size: 30px;
}
#top_header .logo {
    float: right;
    height: 125px;
    text-align: center;
}
#top_header .left {
    padding-left: 6px;
    height: 100%;
}

#header {
	background-image: url(../images/nav_oranje.png);
    background-repeat: repeat-x;
    height: 32px;
    font-size: 16px;
	background-color : #ff8600;    
    /*color: #25428b;*/
    color: #003466;
}
#header .logo {
    float: right;
    padding: 2px;
}
#header .left, #header .right {
    padding: 6px;
}
#header a {
	color: #003466;
}

#footer a {
    color: white;
}
.left {
    float: left;
}
.right {
    float: right;
}
#footer {
	background-image: url(../images/footer_blauw.png);
    background-repeat: repeat-x;
    /* height: 24px; */
    padding: 6px 0px 6px 0px;
    text-align: center;
	font-size: 12px;
	color: white;
    background-color: #003466;
}

/*input[type=submit], input[type=button] {
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    border: 2px solid #29428c;
    background: #29428c;
}*/

/** content **/

#content {
	/*background-color: #ECEEED;*/
	background-color: white;
	padding: 12px;
	border-left: 1px dashed #003466;
	border-right: 1px dashed #003466;
}

#container_login {
	display: block;
	float:right;
	width: 225px;
	background: #E6E6E6;
	margin: 0.25em;
}

#content_login {
	color: #003466;
	padding: 0.25em;
	margin: 0.25em;
}

#content_login a {
	font-size: 11px;
}

em {
	color: red;
}

/*textarea {
    width: 100%;
}*/

textarea, input {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 14px;
}

input.radio {
    vertical-align: middle;
    background-color: transparent;
    border-style: none;
    margin: 2px;
}
input.checkbox {
    margin: 0 0.25em 0 0;
    vertical-align: middle;
    background-color: #fff;
    border-style: none;
}
.input {
    left: 600px;
 	font-weight: normal !important;
    background: white;
    white-space: nowrap;
}
.question {
    width: 100%;
    font-weight: bold;
}
.question_error {
    background-color : #FCC; 
}

.error {
    background-color : white;
    padding: 12px;
    color: red;
    border-left: 1px dashed #003466;
    border-right: 1px dashed #003466;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.errorfield {
    border: 1px solid red;
    background-color : #FCC;
}

.toelichting {
    font-style: italic;
    padding: 8px;
    border: 1px solid #00a; 
    background: white;
}
.tbformulier td {
	vertical-align: top;
}
.mijncases th, .mijncases td {
	padding-right: 6px;
}
.invoer4 td {
	vertical-align: top;
}
/** help (begin) **/
.help {
	cursor: help;
}
/** help (end) **/
/** button (begin) **/
.ViewCommand:link, .ViewCommand:visited
{
    background-image: url(../images/view.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}

.ViewCommand:hover
{
    background-image: url(../images/view.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid black;
}

.EditCommand:link, .EditCommand:visited
{
    background-image: url(../images/edit.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}

.EditCommand:hover
{
    background-image: url(../images/edit.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid black;
}

.DeleteCommand:link, .DeleteCommand:visited
{
    background-image: url(../images/delete.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}

.DeleteCommand:hover
{
    background-image: url(../images/delete.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid black;
}

.UpCommand:link, .UpCommand:visited
{
    background-image: url(../images/up.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}

.UpCommand:hover
{
    background-image: url(../images/up.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid black;
}

.DownCommand:link, .DownCommand:visited
{
    background-image: url(../images/down.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}

.DownCommand:hover
{
    background-image: url(../images/down.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid black;
}

.WitCommand
{
    /* background-image: url(../images/wit.gif);
    background-repeat: no-repeat;
    background-position: center center; */
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid white;
}
.print_button
{
	color: #003466;
	text-decoration: none;
}
.print_button img
{
	border: medium none;
	vertical-align: middle;
}
/** button (end) **/

/** login (begin) **/
#mededeling {
	border: 1px solid black;
	width: 500px;
	padding: 0.5em;
	margin: 0;
	line-height: 14px;
}

#mededeling p {
	padding: 0.2em;
	margin: 0;
}
/** login (end) **/
/** resultaat pagina (begin) **/
td.top-right
{
	vertical-align: top;
	text-align: right;
}
/** resultaat pagina (end) **/
