/*

Body
Basic Typography
Additional 'House-style' Typography and Styling
Forms
System Links
Header, Menu, Content
Foldertree

*/


/* BODY */
body
{
	margin:0px;
	padding:0px;
}

/* BASIC TYPOGRAPHY */
body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#222;
}
h1
{
	margin:10px 0px 5px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:50px;
	font-weight:normal;
	color:#000;
}
h3
{
	margin:10px 0px 5px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	color:#000;
}
h4
{
	margin:10px 0px 5px 0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	color:#6C260D;
}
p
{
	margin:6px 0px 3px 0px;
	padding:0px;
	line-height:16px;
}
a
{
	color:#00F;
	text-decoration:underline;
}
a:hover
{
	color:#009;
	text-decoration:underline;
}


/* ADDITIONAL 'HOUSE-STYLE' TYPOGRAPHY AND STYLING */
.link,
.jslink
{
	cursor:pointer;
}
.node
{
	padding:0px;
	background-color:#fff;
}
.node.dir
{
	padding:0px 0px 0px 22px;
	background:#fff url(images/folder.png) 0% 50% no-repeat;
}/*
.node.dir.hover
{
	background-image:url(images/folder_go.png);
}*/
.node.file
{
	padding:0px 0px 0px 22px;
	background:#fff url(images/icons/file.png) 0% 50% no-repeat;
}
.node.file.ext-pdf { background:#fff url(images/icons/pdf.png) 0% 50% no-repeat; }
.node.file.ext-doc { background:#fff url(images/icons/doc.png) 0% 50% no-repeat; }
.node.file.ext-docx { background:#fff url(images/icons/doc.png) 0% 50% no-repeat; }
.node.file.ext-jpg { background:#fff url(images/icons/picture.png) 0% 50% no-repeat; }
.node.file.ext-png { background:#fff url(images/icons/picture.png) 0% 50% no-repeat; }
.node.file.ext-gif { background:#fff url(images/icons/picture.png) 0% 50% no-repeat; }
.node.file.ext-bmp { background:#fff url(images/icons/picture.png) 0% 50% no-repeat; }
.node.file.ext-txt { background:#fff url(images/icons/txt.png) 0% 50% no-repeat; }
.node.file.ext-xls { background:#fff url(images/icons/xls.png) 0% 50% no-repeat; }
.node.hyperlink
{
	padding:0px 0px 0px 22px;
	background:#fff url(images/link.png) 0% 50% no-repeat;
}/*
.node.hyperlink.hover
{
	background-image:url(images/link_go.png);
}*/

.name
{
	font-size:110%;
	font-weight:normal;
	color:#00F;
}
.name a,
.name .a
{
	color:#00F;
	text-decoration:none;
}
.name a:hover,
.name a.hover,
.name .a.hover
{
	color:#009;
	text-decoration:underline;
}
.desc
{
	font-style:italic;
}


/* FORMS */
textarea
{
	border:1px solid #ccc;
	padding:3px;
	background-color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:16px;
}


/* SYSTEM LINKS */
.systemlink
{
	display:inline-block;
	line-height:16px;
	height:16px;
	padding:0px 0px 0px 20px;
	background-color:#fff;
}
.systemlink.back
{
	background:#fff url(images/arrow_left.png) 0% 50% no-repeat;
}


/* HEADER, MENU, CONTENT */
body
{
	background:#fff url(images/hulpmiddelen-background.jpg) top left repeat-x;
}
.header
{
	padding:15px 15px 5px 15px;
	height:100px;
}
.header h1
{
	color:#fff;
	padding:0px 0px 0px 55px;
	background:transparent url(images/tabs_48.png) top left no-repeat;
}
.header h1 a,
.header h1 a:hover
{
	color:#fff;
}

.menu
{
	padding:10px;
	color:#444;
}
.menu a
{
	display:inline-block;
	padding:7px 10px;
	margin:0px 5px;
	background-color:#e5e5e5;
	font-size:120%;
	text-decoration:none;
	color:#000;
}
.menu a:hover
{
	background-color:#9EC9FF;
}
.menu a.active,
.menu a.active:hover
{
	background-color:#333;
	color:#fff;
}

.content
{
	padding:15px 15px 15px 15px;
}


/* FOLDERTREE */
.foldertree
{
	border:1px solid #ccc;
	padding:10px 0px;
}
.foldertree ul
{
	padding:0px;
	margin:0px 0px 0px 15px;
}
.foldertree ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
.foldertree ul li a
{
	display:inline-block;
	padding:3px 3px 3px 20px;
	background:transparent url(images/folder.png) 0% 50% no-repeat;
	text-decoration:underline;
	font-weight:normal;
	color:#222;
}/*
.foldertree ul li a:hover
{
	background:transparent url(images/folder_go.png) 0% 50% no-repeat;
}*/
.foldertree ul li a.active,
.foldertree ul li a.active:hover
{
	text-decoration:none;
	font-weight:bold;
}
/*
.foldertree ul li a.active.lastone,
.foldertree ul li a.active.lastone:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#85B710;
}
*/

