P, DIV, UL, OL
{
	font-family: Arial;
	font-size: 12px;
}

A
{
	color: #006699;
	text-decoration: underline;
}

A IMG
{
	border: 0;
	color: white;
}

H1, H2, H3
{
	color: #006699;
	font-weight: normal;
}

H1
{
	font-size: 24px;
}

H2
{
font-size: 17px;
}

.main
{
	width: 860px;
	margin: 25px auto;
}

.header
{
	height: 90px;
	background-color: #43493F;
	
	padding: 15px;
	
	margin-bottom: 1px;
}

.header .logo
{
	float: left;
}

.header .hva
{
	float: right;
}

.menu
{
	background-image: url(/media/gfx/menu.gif);
	background-repeat: repeat-x;
	
	height: 39px;
}

.menu A
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu UL
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 6px;
	list-style-type: none;
}

.menu UL LI
{
	color: white;
	float: left;
	
	padding: 5px 25px;
}

.menu UL LI.active
{
	background-color: #FFA215;
}

.body
{
	padding: 15px;
	background-color: #F4F4F4;
}

.body .column-1
{
	width: 150px;
	float: left;
}

.body .column-1 UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.body .column-1 UL LI
{
	margin: 7px 0;
}

.body .column-2
{
	width: 664px;
	float: left;
	border-left: 1px dotted gray;
	padding-left: 15px;
}

.clear-both
{
	clear: both;
}

.align-center
{
	text-align: center;
}

.zijkant-image
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	
	clear: both;
}

.banner-image
{
	text-align: center;
}

.zijkant
{
	clear: both;
	background-image: url(/media/gfx/box.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #EEEEEE;
	
	padding: 10px;
	
	float: right;
	width: 160px;
	margin-left: 15px;
	margin-bottom: 15px;
}


.zijkant H3
{
	font-size: 13px;
	margin: 5px 0;
	border-bottom: 1px dotted gray;
}
