body {
 font-size: 11px;
 font-family: verdana;
 background-color: #D5D5D5;
 margin-top: 20px;
 margin-left: 0px;
}
body.admin {
 font-size: 11px;
 font-family: verdana;
 background-color: #D5D5D5;
 margin-top: 0px;
 margin-left: 18px;
}
body.nytt {
 font-size: 11px;
 font-family: verdana;
 background-color: #F0F0F0;
 margin-top: 0px;
 margin-left: 0px;
}
ol.statuelist {
	font-size: 13px;
	font-family: verdana;
	padding-left: 0px;
}
li.statuelist {
	font-weight: bold;
  margin-top: 12px;
}
a {
 text-decoration: none;
 padding: 0px;
 font-size: 11px;
 font-family: verdana;
 font-weight: bold;
 color: #A93918;
}
a:visited {
 color: #A93918;
 text-decoration: none;
}
a:hover {
 color: #3B3B3B;
 text-decoration: none;
}
a:link {
 color: #A93918;
 text-decoration: none;
}
a:active {
 color: #3B3B3B;
 text-decoration: none;
}
a.meny {
 text-decoration: none;
 padding: 0px;
 font-size: 12px;
 font-family: verdana;
 font-weight: bold;
 padding-right: 12px;
 padding-left: 12px;
}
a.meny:visited {
 color: #3B3B3B;
 text-decoration: none;
}
a.meny:hover {
 color: #A93918;
 text-decoration: none;
}
a.meny:link {
 color: #3B3B3B;
 text-decoration: none;
}
a.meny:active {
 color: #A93918;
 text-decoration: none;
}
a.foot {
 text-decoration: none;
 padding: 0px;
 font-size: 11px;
 font-family: verdana;
 color: #505050;
 font-weight: normal;
}
a.foot:visited {
 text-decoration: none;
 color: #505050;
 font-weight: normal;
}
a.foot:hover {
 text-decoration: underline;
 color: #505050;
 font-weight: normal;
}
a.foot:link {
 text-decoration: none;
 color: #505050;
 font-weight: normal;
}
a.foot:active {
 text-decoration: none;
 color: #505050;
 font-weight: normal;
}
td {
 font-size: 11px;
 font-family: verdana;
 color: #505050;
 background-color: #F0F0F0
}
.contact {
 white-space: nowrap;
}
.border {
 border: 1px solid #404040;
}
.border_bottom {
 border-bottom: 1px solid #404040;
}
.dottedline {
 border-bottom: 1px dotted #404040;
}
.border_top {
 border-top: 1px solid #404040;
}
.dark_line { /* Samma som border_bottom */
 border-bottom: 1px solid #404040;
}
.light_line {
 border-bottom: 1px solid #dddddd;
}
.linklist {
 border-bottom: 1px solid #404040;
 background-color: #8BA341
}
.padding {
 padding-top: 2px;
 padding-bottom: 2px;
}
.mail {
 border: 1px solid #909090;
 font-size: 11px;
 font-family: verdana;
 background-color: #f0f0f0;
 color: #303030;
 height: 22px
}
.bg {
 background-color: #F0F0F0;
}
.whitebg {
 background-color: #ffffff
}
.normaltext {
 color: #505050;
 font-size: 11px;
 font-family: verdana
}
.normalboldtext {
 color: #505050;
 font-size: 11px;
 font-family: verdana;
 font-weight: bold;
}
.headingtext {
 color: #505050;
 font-size: 15px;
 font-family: verdana;
 font-weight: bold;
 margin-bottom: 8px;
}
.biggertext {
 color: #505050;
 font-size: 12px;
 font-family: verdana;
 margin-bottom: 4px;
}
.admin_linklist{
 border-bottom: 1px solid #404040;
 background-color: #F7924B
}
.smalltext {
 color: #303030;
 font-size: 12px;
 font-family: verdana
}
.smallboldtext {
 color: #404040;
 font-size: 12px;
 font-family: verdana;
 font-weight: bold;
}
.underlinedsmalltext {
 color: #303030;
 line-height: 14px;
 font-size: 13px;
 font-family: verdana;
 border-bottom: 1px solid #cccccc
}
.overlinedsmalltext {
 color: #303030;
 line-height: 14px;
 font-size: 13px;
 font-family: verdana;
 border-top: 1px solid #999999
}