@charset "utf-8";
/* CSS Document */

body {
	background:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	text-decoration:none;
	color:#660033;
}
a:visited {
	text-decoration:none;
	color:#996699;
}
a:hover {
	text-decoration:underline;
	color:#330033;
}
.site {
	background:#FFFFFF;
	padding-left:65px;
	padding-right:65px;
	font-size:11px;
}
.bottom {
	font-size:10px;
	color:#666666;
	border-top:thin;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
}
.bottom2 {
	font-size:10px;
	color:#666666;
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.imagepad{
	padding-right:30px;
}
.bold{
	font-weight:bold;
	font-size:12px;
}
.gråfont{
	color:#666666;
	font-size:11px;
}
.font11{
	font-size:11px;
}
.skygger{
	background-image:url(images/sitedesign/skyggeleft.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.skyggel{
	background-image:url(images/sitedesign/skyggeright.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.vstroke{
	border-left:thin;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
}
