body
{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

a.{ text-decoration: underline; }
a:link { color: #336699; }
a:visited { color: #336699; }
a:active { color: #336699; }
a:hover { color: #6699CC; }

a.meny { text-decoration: none; }
a.meny:link { color: black; }
a.meny:visited { color: black; }
a.meny:active { color: black; }
a.meny:hover { color: #6699CC; }
/*a.meny:hover { color: #229C1A; }*/

a.punktlista { text-decoration: none; }
a.punktlista:link { color: #336699; }
a.punktlista:visited { color: #336699; }
a.punktlista:active { color: #336699; }
a.punktlista:hover { color: #6699CC; }


/* ----- external links ----- */
a.pdf:link {
	color: #336699;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/pdf.png") center right no-repeat;
	padding-right: 30px;
}

a.pdf:visited {
	color: #336699;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/pdf.png") center right no-repeat;
	padding-right: 30px;
}


a.pdf:active {
	color: #336699;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/pdf.png") center right no-repeat;
	padding-right: 30px;
}

a.pdf:hover {
	color: #6699CC;
	background-color: transparent;
	text-decoration: underline;
	background: url("images/pdf.png") center right no-repeat;
	padding-right: 30px;
}


.dimlink {
    color: #ccc;
}

.headline
{
	color: #336699;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
}

.headline_black
{
	color: #000000;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
}

.headline_xl
{
	color: #336699;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 120%;
}

.file_info
{
	color: grey;
	font-size: 10px;
}

.img_left
{
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	
}

.img_right
{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	clear: both;
}

.hr
{
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 85%;
}


#container
{
	width: 768px;
	padding: 0px;
	line-height: 140%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
}

.box_top
{
	background: url(images/box_top.jpg);
	height: 119px;
	padding-left: 25px;
}

.box_middle
{
	background: url(images/box_middle.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	margin-top: -10px;
	padding-left: 45px;
	padding-right: 50px;
	padding-bottom: 20px;
	
}

.box_bottom
{
	background: url(images/box_bottom.gif);
	height: 33px;
	padding: 0px;
}

.odd
{
	background-color: #EFEFEF;
}

