/* CSS Document */

/*temp*/

div{
/*border:#000000 1px solid;*/
}

body{
text-align:center;
background-color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main{
text-align:left;
margin:auto auto;
width:800px;

background-color:#FFFFFF;
border:#000000 1px solid;
}
/* teksten*/

A:link{
}
A:hover{
}
A:active{
}
A:visited{

}


h1{
	color:#006505;
}
h2{
font-size:large;
}
h3{
}
h3 A:link{
	color:#006505;
}
h3 A:visited{
	color:#065104;
}
.uitleg{
font-size:small;
}
#crumbs{
font-size:small;
border-bottom:#666666 dashed 1px;
margin-bottom:5px;
width:100%;
height:18px;
}

div.menu{
	color:#000033;
	font-size:36px;
	font-family:Garamond, Georgia;
}
/* standaard */
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
/* FORM */
.formLeft, .formRight{
	height:20px;
	margin-bottom:5px;

}

.formRight{
	float:right;
	margin-right:10px;
}
.formLeft{
	float:left;
	width:220px;
}
/* include menu */
#menu{
	width:100%;
	height:40px;
	display:block;
}

#menu div{
	float:left;
	color:#000033;
	font-size:24px;
	font-family:Garamond, Georgia;
	font-weight: 400;
}
#localMenu{
font-size:small;
}
#localMenu div A:hover, #menu div A:hover{
	background-color:#CCCCCC;
	color:#000;
}
/* homepage - news */
.signature{
	width:100%;
	height:20px;
}

.sig{
float:left;
font-size:small;
}

/* links */
.links{
	width:100%;
	margin-bottom:10px;
}

/* forum en reactiemogelijkheden */
.editor{

}
.editError{
	border:#FF0000 3px solid;
}
.error{
	color:#ff0000;
	border-left:#ff0000 double 1px;
	
	text-indent:10px;
}
.info{
	color:#000066;
	border-left:#000066 double 1px;
	
	text-indent:10px;
}

