/*   
Theme Name: Verse Overheid 2.0
Theme URI: www.verseoverheid.nl
Description: Theme for Verse Overheid
Author: M.Borman 
Author URI: http://www.twitter.com/MFBorman
Version: v.0.0.1
.
General comments:
Free to use
.
*/


/*  Algemene declaraties */

body {
	margin-left: 2%;
	margin-right: 2%;
/*	min-width: 600px; //Gebruiken indien nodig */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: verdana;
	font-size: 10px;
   color: #444444; /*
	letter-spacing: 1px; */
}

a:link {
	color: #d27105;
	text-decoration: none;
}

a img {
   border: 0px;
	padding: 5px;
}

a:visited {
	color: #d27105;	
	text-decoration: none;
}

a:hover {
	color: #d27105;
	text-decoration: underline;
}

a:active {
	color: #d27105;
	text-decoration: none;
}


ul {
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 1em;
}

li {
	width: 70%;
	padding: 0em 0 1em 30px;
	margin:  0 0 1em 0;
	list-style: none;
	background: url(edit_add.png) no-repeat;
}

.clickable { 
	cursor: pointer;
}

.clickable:hover {
	background: #f9f9f9;
	border-left: 1px solid #5cad21;
}

