/* CSS Document */

body {
	background-color: #ffffff;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin:10px 0 20px 0;
	margin-top: 10px;
	margin-right: 20;
	margin-left: 20;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

.bg {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom:0px;
	background-attachment: fixed; /* for opera background position */
}

#logo {
	padding: 0px;
	width: 175px;
	top: 10px;
	float: left;
	position:absolute;
	left:20px;
}

#content {
	margin-bottom: 0px;
	margin-top: 52px;
	margin-left: 185px;
	width:730px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}

#contentMetBanner {
	margin-bottom: 0px;
	margin-top: 22px;
	margin-left: 185px;
	width:730px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}

#banner {
	margin-bottom: 0px;
	margin-top: 25px;
	margin-left: 185px;
	width:468px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
	}

#lijst ul li {
	list-style-image: url(../img/li.gif);
}
	
#left {
	float:left;
	position:relative;
	width:330px;
	left:0px;
	background-color: #FFFFFF;
}

#right {
	float:right;
	position:relative;
	width:330px;
	right:0px;
	height: 214px;
	background-color: #FFFFFF;
}

#double {
	float:left;
	position:relative;
	width:726px;
	right:0px;
	background-color: #FFFFFF;
}

a:link {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	color: #333333;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #006699;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

hr {
	BORDER-TOP-STYLE: none; 
	BORDER-BOTTOM: #cccccc 1px dashed; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	HEIGHT: 1px
}


.psswd {
	font-size: 9px;
	color: #818181;
}

.login {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	background-color: #CC0000;
}

.grey {
	color: #cccccc;
}

.greysmall {
	font-size: 10px;
	color: #999999;
}

.red {
	color: #ff0000;
}

.small {
	font-size: 9px;
}
.justify {
	text-align: justify;
}


.imgrightspace {
	margin-bottom: 5px;
	margin-right: 20px;
}

.imgborder {
	border: 1px dotted #666666;
	margin-right: 10px;
}

.imgborder2 {
	border: 1px dotted #666666;
}

.imgborder3 {
	border: 1px dotted #666666;
	margin-bottom: 5px;
	margin-right: 20px;
}

.imgborder4 {
	border: 1px dotted #666666;
	margin-bottom: 5px;
	margin-left: 20px;
}

.tableborder {
	border: 1px dotted #cccccc;
	margin-right: 10px;
}
.tableborder2 {
	border: 1px dotted #cccccc;
	margin-right: 10px;
	background-color:#F2F0E3;
}

#logo a.psswd:link {
	font-weight: bold;
	color: #818181;
	text-decoration: none;
}
#logo a.psswd:visited {
	font-weight: bold;
	color: #818181;
	text-decoration: none;
}
#logo a.psswd:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* forms --------------------------------------------------------------------------------------------------- */

.input_field {
	border:none;
	border-top:1px solid #CDCBAE;
	border-left:1px solid #CDCBAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #F2F0E3;
	width: 170px;
	height:18px;
	margin-bottom: 0px;
	margin-top: 6px;
}
textarea {
	border:none;
	border-top:1px solid #CDCBAE;
	border-left:1px solid #CDCBAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E2E2E2;
	margin-bottom: 0px;
	margin-top: 6px;
	padding:4px;
}
.LinkButtons {
	display:block;
	border:none;
	height:14px;
	margin-top: 6px;
}
        
.textarea
{
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    FONT-SIZE: 11px;
    BORDER-BOTTOM-WIDTH: 0px;
    WIDTH: 350px;
    COLOR: #000000;
    FONT-FAMILY: Verdana,Arial,Helvetica;
    HEIGHT: 130px;
    BACKGROUND-COLOR: #E2E2E2;
	border: 1px solid #E2E2E2;
}
.inputveld
{
	FONT-SIZE: 11px;
	WIDTH: 200px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #E2E2E2;
	border: 1px solid #E2E2E2;

}

A.rubrieklinkbutton:link {
	BORDER-RIGHT: #beb897 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #beb897 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; BORDER-LEFT: #beb897 1px solid; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #beb897 1px solid; BACKGROUND-COLOR: #ccc7ac; TEXT-DECORATION: none
}
A.rubrieklinkbutton:visited {
	BORDER-RIGHT: #beb897 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #beb897 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; BORDER-LEFT: #beb897 1px solid; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #beb897 1px solid; BACKGROUND-COLOR: #ccc7ac; TEXT-DECORATION: none
}
A.rubrieklinkbutton:active {
	BORDER-RIGHT: #beb897 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #beb897 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; BORDER-LEFT: #beb897 1px solid; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #beb897 1px solid; BACKGROUND-COLOR: #ccc7ac; TEXT-DECORATION: none
}
A.rubrieklinkbutton:hover {
	BORDER-RIGHT: #ccc7ac 1px solid; BORDER-TOP: #ccc7ac 1px solid; BORDER-LEFT: #ccc7ac 1px solid; BORDER-BOTTOM: #ccc7ac 1px solid; BACKGROUND-COLOR: #beb897
}
   
/* navigatie --------------------------------------------------------------------------------------------------- */
	
#container {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	BACKGROUND: url(../img/menu.jpg) 0px -25px;
	height:21px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 185px;
	border-top: 1px solid #E3E1D1;
	border-left: 1px solid #E3E1D1;
	border-right: 1px solid #E3E1D1;
	width:730px;
	z-index:100;
	visibility:visible;
}

#container ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#container li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 0px;
	list-style: none;
	display: inline;
	border-top: none;
	/* kadertje rond navigatie
	border-bottom: 1px solid #E3E1D1;
	border-left: 1px solid #E3E1D1;
	border-right: 1px solid #E3E1D1;*/
	height:20px;
	text-align:left;
	z-index:10;

}

.centered {
	text-align:center;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	width:210px;
	background-color:#FFFFFF;
	z-index:10;
}

li ul.sub2 { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	width:20px;
	background-color:#FFFFFF;
	z-index:10;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index:10;
}

li:hover ul, li.over ul {
	display: block;
	left: 0px;
	top:20px;
	z-index:10;
}

#container ul li a { /* first-level list */
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;	
	z-index:10;
}


#container ul li a:hover {
	color: #000000;
	text-decoration: none;
	z-index:10;
	
}

/*article list*/
#double .article{
	clear:both;
}
#double .article p{
	margin-top:0px;
	margin-bottom:15px;
}
#double .article img{
	border: 1px dotted #666666;
	margin-bottom: 5px;
	margin-right: 20px;
	display:block;
	float:left;
}
#double .article .articleFooter{
	display:block;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	text-align:right;
	padding-top:2px;
	margin-top:10px;	
}
#double .article .readMore{
	display:block;
	float:left;
}
#double .article .date{
	font-size: 10px;
	color: #999999;
	margin-bottom:10px;
}
ol {
	list-style-type: square;
}
#design {
	position:absolute;
	bottom:5px;
}
fieldset
{
	/*width:768px;*/ /*780 - 2 border fieldset - 10px*/
	display:block;
	border: 1px solid #CCCCCC;
}
fieldset legend
{
	color:#999999;
	padding-left:5px;
	padding-right:5px;
}
fieldset .fieldsetContent table.listing { 
	border-collapse: collapse; 
	border: solid 1px #C0C0C0; 
}

fieldset .fieldsetContent table.listing td{
	border: solid 1px #C0C0C0; 
	padding:4px;
}

fieldset .fieldsetContent table.listing th
{
	padding:4px;
	background-color:#E5E5E5;
	text-align:left;
}
.error{
	padding:4px;
	color:#CC0000;
	margin-top:4px;
	margin-bottom:10px;
	border: 1px dotted #CC0000;
}
.ok{
	padding:4px;
	color: #000000;
	margin-top:4px;
	margin-bottom:10px;
	border: 1px dotted #000000;
}
table.listing { 
	border-collapse: collapse; 
	border: solid 1px #999999; 
}

table.listing td{
	border: solid 1px #CCCCCC; 
	padding:4px;
}
table.listing th
{
	padding:4px;
	background-color:#E2E2E2;
	text-align:left;
	font-size:10px;
}
table.listing th .center
{
	text-align:center;
}
table.listing td td{
	border: none; 
}
.pagingBar
{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
.pagingBar .items{
	float:right;
}
.pagingBar .paging{
	float:left;
}
