/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */

a,
a:link,
a:visited,
a:active {
    color: #000;
}

h1 {
	font-size: 18px;
	color: #355a90;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #355a90;
}
h3 {
	font-size: 16px;
	color: #355a90;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #cf0000;	
}
h5 {
	font-size: 14px;
	color: #cf0000;
}
h6 {
	font-size: 12px;
	color: #cf0000;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:908px;/* for mozilla*/
	background: url(/images/back.gif) repeat-x #dedede;
}

#bottom {
	width: 100%;
	height: 80px;
	*height: 80px;
	_height: 79px;
	margin: 0;
	margin-top: -80px;
}

#outer{
	height:100%;
	min-height:100%;
	width:908px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/bg.gif) repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:908px;
	margin-top: 70px;
	background:url(/images/bgmid.gif) no-repeat;	
}

#header{
	position:absolute;
	top:0px;
	width:908px;
	height:70px;
	background: url('/images/top.gif') no-repeat top left; /* Voor IE6 browser */	
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#right {
	position:relative;
	width:190px;
	height: 100%;
	float:left;
	padding-top: 11px;
	padding-left: 0px;
}

#footer {
	width:908px;
	clear:both;
	height:80px;
	left:0;
	bottom:0;
	background: url(/images/footer.gif) top left no-repeat; 	
	position: absolute;
}
#footertext {
	margin-left:40px;
	margin-top:57px;
}


* html #footer {/*only ie gets this style*/
	\height:80px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#zoeken {
	width:560px;
	height: 37px;
	padding-left: 50px;
	margin-top:-4px;
}

.zoekbutton {
	border:solid 1px #000; 
	color:#fff;
	background-color:#00529f;
	font-weight:bold;
}

#titel {
	width:590px;
	height: 50px;
	text-align:right;
	color: #00487c;
}

#centrecontent {
	width:695px;
	float:left;
	padding-top:132px;
	padding-bottom:80px;/* needed to make room for footer */
}

#content {
	width:630px;
	padding-left: 25px;
	overflow:hidden;
	font-size: 11px;
	font-family: verdana;
}
	
#content p, table, td {
	font-size: 11px;
	font-family: verdana;
	
	}
#content li a{
	color:#000;
	text-decoration:underline;
}
#content a {

	color:#000;
	text-decoration:underline;
	font-size:12px;
	
}
#centrecontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#nav ul {	
	border-top: 1px solid #FFFFFF;
	width: 192px;
	margin: 0;
	padding: 0px;
	background-color: #00529f;
}

#nav li {
	height: 1%;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 11px;
	background-color: #00529f;
	border-top: 1px solid #FFFFFF;
	margin: 0;
}

#nav li a:hover{
	color: #7dbedf;
}

#nav li ul {
	border-top: 1px solid white;
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: none;	
}

#nav li ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 2px;	
	font-size: 11px;
	color: #000;
	border-top: 1px solid #FFFFFF;
	margin: 0;
	background-color: #009ddc;
	padding-left:8px;
}

#nav li a, a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#informatieform label{
	display:block;
	width:140px;
	font-weight:bold;
	float:left;

}
#avondopleidingen label{
	display:block;
	float:left;
	width:150px;
}
#wijzigingen {
 border:solid 1px;
}
#printknop {
	z-index:99;
}
.hoofdgroep {
	font-style:italic;
}
#avondopleidingen textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

.form_error
{
	color:red;
}

.form_error li
{
	color:red !important;
}

.fieldWithErrors, .LV_invalid_field
{
	border:solid 2px red;
}

.LV_validation_message
{
	color:red;
	font-weight:bold;
	padding-left:5px;
}

