/*CSS voor VGG-PTP website*/
/*Algemene opmaak*/

html, body {
	font-family: Verdana, Arial;
	margin: 0px;
	background-color: #F8F9C6;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top;
	}

table, td {
	font-size: 11px;
	border-color: #000000;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:active, a:hover {
	color: #DC7F43;
	text-decoration: none;
	}

/*opmaak voor specifieke onderdelen van de website, alfabetisch geordend*/
	
.buttons {
	font-size: 13px;
	text-align: center;
	}

.contactsubmit {
	padding-top: 20px;
	Text-align: right;
	}

.datum {
	padding: 5px;
	text-align: center;
	}

.downtitel {
	font-weight: bold;
	color: #F8F9C6;
	background-color: #B07047;
	}

.Error {
	font-size: 11px;
	color: red;
	}

.foldersubmit {
	padding-top: 20px;
	Text-align: center;
	}
	
.groeptitel {
	font-weight: bold;
	}

.info {
	padding: 5px;
	}
	
.info2 {
	padding: 0px 0px 30px 0px;
	text-align: justify;
	}

.info3 {
	padding-top: 20px;
	}

.invulveld {
	font-size: 11px;
	}

.leftmenu {
	position: relative;
	padding-left: 5px;
	padding-top: 10px;
	}

.leftmenulabel {
	font-weight: bold;
	font-size: 12px;
	color: #B07047;
	text-align: center;
	padding-top: 5px;
	width: 170px;
	}

.login {
	padding: 10px 1px 10px 1px;
	text-align: center;
	}

.mnieuws {
	text-align: right;
	padding-top: 10px;
	}

.ndatum {
	color: #6C6C6E;
	font-size: 9px;
	text-align: left;
	padding: 0px;
	}

.nieuws {
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	}

.ntitel {
	font-weight: bold;
	padding: 10px 0px 10px 5px;
	}

.onderbalk {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	}

.ptitel {
	font-weight: bold;
	font-size: 15px;
	color: #B07047;
	padding-bottom: 0px;
	}

.tekst {
	padding: 5px 5px 5px 5px;
	}

.tekst2 {
	padding-top: 0px;
	text-align: justify;
	}

.tekst2 a:link {
	color: #0000CC;
	text-decoration: underline;
	}

.tekst2 a:visited {
	color: #551A8B;
	text-decoration: underline;
	}

.tekst2 a:active {
	color: #FF0000;
	text-decoration: underline;
	}

.topmenu {
	padding-left: 145px;
	padding-bottom: 2px;
	}

.topmenutxt {
	font-size: 13px;
	}

.zoekres {
	font-size: 10px;
	padding-bottom: 10px;
	}

.zoekreslink a:link {
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
	}

.zoekreslink a:visited {
	font-size: 12px;
	color: #551A8B;
	text-decoration: underline;
	}

.zoekreslink a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	}
	
.zoekresnav a:link {
	color: #0000CC;
	text-decoration: underline;
	}

.zoekresnav a:visited {
	color: #0000CC;
	text-decoration: underline;
	}

.zoekresnav a:active {
	color: #FF0000;
	text-decoration: underline;
	}

.zoektabel {
	padding: 10px 2px 5px 4px;
	}

/*opmaak voor de treemenu*/

#treemenu1 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.treeview ul { /*CSS for Tree Menu*/
	margin: 0px;
	padding: 0px;
	width: 0px;
	}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 16px;
	margin-bottom: 0px;
	}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: url(../images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	}

.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}

.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	}