/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	background-color: #EFEFEF; 
}

/******* hyperlink and anchor tag styles *******/
a:link{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #335eb3; 
	text-decoration: none; 
}
a:visited{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #335eb3; 
	text-decoration: none; 
}
a:active{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #335eb3; 
	text-decoration: none; 
}
a:hover{ 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #003399; 
	text-decoration: underline; 
}

/******* standaard layout *******/
.lbg{
	width: 26px;
	background-image: url(images/lbg.gif);
}
.content{
	width: 636px;
	padding: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
.rbg{
	width: 27px;
	background-image: url(images/rbg.gif);
}
hr.line {
	display: block;
	border: 0;
	height: 1px;
	width: 99%;
	text-align: center;
	background-color: #CCCCCC;
	color: #CCCCCC;
}
p.intro {
	margin: 0;
	padding: 5px;
	line-height: 130%;
}
img.links {
	float: left;
	margin: 0 8px 4px 0;
	border: 0;
}
img.rechts {
	float: right;
	margin: 0 0 4px 8px;
	border: 0;
}
.input_fout { 
    border-style: solid; 
    border-width: 1px; 
    border-color: #FF0000; 
    color: #000000; 
} 
.text_fout { 
    color: #FF0000; 
}

/******* header *******/
.header{ 
	width: 700px;
	height: 11px;
	background-image: url(images/top.gif);
}
.logo{
	width: 700px;
	height: 200px;
	background-image: url(images/logo.jpg);
}
.topbar{
	width: 700px;
	height: 30px;
	background-image: url(images/topbar.gif);
}
.left{
	width: 116px;
	height: 34px;
	background-image: url(images/left.gif);
}
.right{
	width: 110px;
	height: 34px;
	background-image: url(images/right.gif);
}
.menu{
	width: 474px;
	height: 34px;
	background-color: #EFEFEF;
	font-size: 15px; 
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.bar{
	width: 700px;
	height: 27px;
	background-image: url(images/bar.gif);
}
.underbar1{
	width: 382px;
	height: 40px;
	background-image: url(images/underbar1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.underbar2{
	width: 318px;
	height: 40px;
	background-image: url(images/underbar2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/******* header *******/
.bottombar2{
	width: 318px;
	height: 40px;
	background-image: url(images/bottombar2.gif);
}
.bottombar1{
	width: 382px;
	height: 40px;
	background-image: url(images/bottombar1.gif);
}
.bottombar{
	width: 700px;
	height: 27px;
	background-image: url(images/bottombar.gif);
}
.left{
	width: 116px;
	height: 34px;
	background-image: url(images/left.gif);
}
.right{
	width: 110px;
	height: 34px;
	background-image: url(images/right.gif);
}
.copyright{ 
	width: 474px;
	height: 34px;
	background-color: #EFEFEF;
	font-size: 9px; 
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.footer{ 
	width: 700px;
	height: 84px;
	background-image: url(images/bottom.gif);
}

/*************** font styles ***************/
div.title{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px;
	color: #6E3E3E;
}
.text{ 
	padding: 5px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
}

/*************** input textarea button styles ***************/
input{ 
	border: 1px solid #777777; 
	background-color: white; 
	padding-left:5px; 
}
textarea{ 
	border: 1px solid #777777;
	background-color: white;
	padding-left: 5px;
}
.button { 
	border: 1px solid #777777;
	background-color: #e6e6e6;
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}
td.form {
	padding: 5px;
	font-size: 11px;
}
td.form_rood {
	padding: 5px;
	font-size: 11px;
	color: #FF0000;
}
td.form_verplicht {
	padding: 10px 5px 30px 5px;
	font-size: 11px;
	font-style: italic;
}
input.form_eenregel {
	font-size: 11px;
	border: 1px solid #7F9DB9;
	padding: 1px 2px;
}
textarea.form_meerregel {
	font-size: 11px;
	border: 1px solid #7F9DB9;
	padding: 1px 2px;
}
input.form_eenregel_rood {
	font-size: 11px;
	border: 1px solid #FF0000;
	padding: 1px 2px;
}
textarea.form_meerregel_rood {
	font-size: 11px;
	border: 1px solid #FF0000;
	padding: 1px 2px;
}

img.border {
	border: 1px solid #000000;
}

/********************* end **********************/

