/* ---
CSS for undersider på
www.veng.no
--- */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 10px;
}
div.block {
	width: 700px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 10px;
	float: left;
	clear: both;
}
div.block img {
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
}

h2 {
	font-size: 18px;
	color: #00529E;
}
h3 {
	font-size: 14px;
	color: #232323;
}

p, div, table, td, ul, ol, li {
	font-size: 11px;
	color: #333;
}

/* Linklist */
ul {
	list-style-type: none;
}
li {
	display: block;
	margin-bottom: 2px;
}	
ul li a {
	height: 50px;
	padding: 15px 60px;
	color: #0D486E;
	text-decoration: none;
	width: 500px;
	border-bottom: 1px dotted #ccc;
	display: block;
	clear: both;
}

ul li a:hover {
	height: 50px;
	padding: 15px 60px;
	color: #0D486E;
	text-decoration: none;
	width: 500px;
}

ul li a.excel { background: #fff url(../secure/img/excel.jpg) left center no-repeat; }
ul li a.pdf { background: #fff url(../secure/img/pdf.jpg) left center no-repeat; }
ul li a.ie { background: #fff url(../secure/img/ie.jpg) left center no-repeat; }

table td { vertical-align: top; text-align: left; }