* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #666;
	background-color:#FFF;
}

p {
	margin: 0 0px 11px 0px;
}

h1 {
	margin-bottom: 5px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 14px;
	background: transparent url("../images/line.gif") repeat-x bottom left;
}

h2 {
	margin-bottom: 10px;
}

ul {
	margin: 0 12px 5px 22px;
	list-style-position: inside;
	list-style-image: url("../images/pijl.jpg");
}
ol {
	list-style-position: inside;
}

li {
	font-weight: normal;
	margin-bottom: 3px;
}

a {
	color: #c9e32a;
	text-decoration: underline;
/*	border-bottom: dotted 1px #AFF0F9;*/
}

a:hover {
/*	color: #ddd;*/
	text-decoration: underline;
}
#verkavelist {
	width: 625px;
}
#verkavelist img {
	width: 16px;
	height: 16px;
	border: none;
}

#verkavelist table {
	width: 458px;
	border-collapse: collapse;
	background: #c9e32a; /* #ebf39b; #8DA33B */
	border: 1px solid #c2c2c2;
	margin-bottom: 12px;
}

#verkavelist th {
	padding: 4px;
	border-bottom: 1px solid #c2c2c2;
}

#verkavelist td {
	height: 25px;
	background: #fcfcfc;
	padding: 4px;
}

#verkavelist tr.alternate td {
	height: 25px;
	background: #f5f5f5;
	padding: 4px;
}

#verkavelist tbody tr:hover td {
	height: 25px;
	background: #ebf39b;
}
