body {
	font-family: tahoma;
	font-size: 11px;
	background-color: #F4F4F4;
}

.forside{
	font-weight: bold;
	color: #9B9993;
	padding: 2 2 2 0;
	font-size: 15px;
	font-family: tahoma;
}

.pagehead{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9B9993;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.brodtekst,table{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.filelink{
	color: #9B9993;
}

.maintable{
	border: 1px solid silver;
	background-color: #ffffff;
}

.toptable{
	background-color: #ffffff;
	border-bottom: 1px solid silver;
}

.rightmenuhead{
	background-color: #d4d4d4;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	color: #225776;
}

.rightmenu{
	border-left: 1px solid silver;	
}

.content,.menulevel1{
	margin-left: 10px;
}

.bund{
	border-top: 1px solid silver;
	height: 20px;	
	padding-left: 10px; 
}

.bundcell{
	border-right: 1px solid silver;
	text-align: center;
	padding-right: 5px;
}

.langcell{
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	}

.menulevel1cell{
	color: #225776;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none
}

.menulevel2{
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: none
}

.menulevel3{
	color: #000000;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none
}

.menulevel1:hover,.menulevel2:hover,.menulevel3:hover{
	text-decoration: underline;
}

.frontnews{
	padding-left: 5px;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #225776;
}

a:hover{
	text-decoration: underline;
	color: #225776;
}

.logininput{
	height: 18px;
	width: 130px;
}

.label{
	font-weight: bold;
}

.knap,.formfield{
	font-family:  sans-serif, verdana, arial, helvetica;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
}

.formfield{
	width: 100%;
}

.loginlabel{
	padding-left: 5px;
	font-weight: bold;
}

textarea{
	overflow: auto;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #ccc;
	width: 100%;
}

form label {
  display: block;
  float: left;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

.required {
  background-image: url(../images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
  padding-left: 20px;
  display: block;
}
.problem {
  background-image: url(../images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
  width: 30px;
  color: red;
  padding-left: 20px;
  width: 100%
}

.completed {
  background-image: url(../images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
  width: 30px;
  color: red;
  padding-left: 20px;
  width: 100%
}

.icon {
	margin-right: 5px;
}

.listhead{
	background-color: #9B9993;
	font-weight: bold;
	color: black;
}

.listcontent{
	padding: 2px;
	border-top: 1px solid silver;
}