body {
	background-color: #999999;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

table, th, td {
	font-size: 12px;
	line-height: 18px;
	}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
h1 {
	font-size: 18px;
	}

h2 {
	margin: 40px 0px 0px 0px;
	font-size: 16px;
	color: #606060;
	}

a {
	text-decoration: underline; 
	color: #000000;
	}
a:hover {
	text-decoration: none; 
	color: #d00000;
	}
.maillink a {
	text-decoration: underline; 
	color: #ffffff;
	}
.maillink a:hover {
	text-decoration: none; 
	color: #d00000;
	}

ul {
	margin-left: 20px;
	margin-top: 8px;
	}
hr {
	color:#a0a0a0;
	width: 250px;
	text-align: left;
	height:1px;
	border:0px;
	margin: 10px 0px 10px 0px;
	}
blockquote {
	margin: 5px 0px 5px 30px;
	}
.activepage {
	color: #d00000;
	}

.boxleft {
/*	width: 131px;*/
	width: 16%;
	vertical-align: top;
	background-color: #cccccc;
	padding: 0px 12px 12px 12px;
	}
.boxright {
/*	width: 155px;*/
	width: 23%;
	vertical-align: top;
	background-color: #C4C4C4;
	padding: 73px 12px 12px 12px;
	}
.boxcontent {
/*	width: 470px;*/
	width: 61%;
	padding: 35px 12px 12px 20px;
	vertical-align: top;
	background-color: #CCCCCC;
	}

/* navigations-knapper */
.navibutton {
	width: 102px;
	line-height:14px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 3px;}
.navibutton a {
	width: 102px;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
	background-color: #b4b4b4; 
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
	border-right: 1px #808080 solid;
	display: block;
	}
.navibutton a:hover {
	color: #404040;
	background: transparent; 
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
	border-right: 1px #808080 solid;
	}
