

#rightbox {
    background-image: url('Images/divider.png');
    background-repeat: no-repeat;
    float: right;
    width: 6px; 
	height: 512px 
}

.LinkItem
{
	text-decoration: none; color: #1010CC 
}

.LinkItem A
{
	text-decoration: none; color: #1010CC 
}

.LinkItem A:Hover
{
	text-decoration: underline; color: orange 
}

body {
	scrollbar-face-color:green;
	scrollbar-arrow-color: yellow;
    text-align: center;
    background-color: white;
    font-family: arial, sans-serif;
    font-size: 10pt;
    color: #1010CC;
}

/* BREAKS DESIGN
table {
table-layout: fixed; 
 font-size: 10pt;
} 
*/

#mainbox {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
}

#topbox {
    float: left;
    background-image: url('images/top.png');
    background-repeat: no-repeat;
    margin-top: 40px;
    margin: 0px;
    width: 750px;
    height: 113px
}

#top {
    margin-top: 60px;    
    margin-left: 20px;
    font-size: 10pt;
}


#middlebox {
    background-image: url('images/repeat.png');
    background-repeat: repeat-y;
    float: left;
    width: 750px;
    height: auto
}

#menubox {
    float: left;
    background-image: url('images/menu.png');
    background-repeat: no-repeat;
    width: 190px;
    height: 512px
}


#menu {
    margin-top: 50px;
    margin-left: 10px;
}

#contentbox {
    float: left;
    width: 500px;
    height: auto;
    
  }

#content {
    margin-left: 2px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#bottombox {
    width: 750px;
    height: 43px;
    background-image: url('images/bottom.png');
    background-repeat: no-repeat
}

/* STANDARD HELPERS */

.left {
    float: left;
}

.right {
    float: right;
}
.clear {
    clear: both;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.Lesmer {
 float: right;
 font-weight: bold;
 }

/* STANDARD HEADERS */
.overskrift {
   color: #00894F;
    font-size: 1.3em;
    font-weight: bold;

       }
h1 {
    color: #00894F;
    font-size: 1.3em;
}

h2 {
    color: #1010CC;
    font-size: 1em;
    font-weight: bold;
}

h3 {
    margin-top: 30px;
    color: #00894F;
    font-size: 1em;
}

a {
    color: #1010CC;
    text-decoration: underline;
}

a:hover {
    color: #FF9900;
    text-decoration: underline;
}
.ansatt_over a {
    text-decoration: none;
 color: #00894F;
    font-size: 1.3em;
    font-weight: bold;
}

#ansatte a:hover {
color: #1010CC;
    text-decoration: none;
}

#top a {
    color: #1010CC;
    text-decoration: none;
    margin-right: 17px;
    font-weight: bold;
}
#top a:hover {
    color: #FF9900;
    text-decoration: none;
}
#searchform {
    margin-right: 20px;
    float: right;
    vertical-align: top;
}
#searchform a {
    margin-right: 10px;
}
#menu ul {
    list-style-image: url('images/menuicon.png');
}
#menu li a {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5em;
}
#menu li a:hover {
    color: #FF9900;
    text-decoration: underline;
}
#menu li a.activeelement {
    color: #00894F;
    text-decoration: none;
}
#menu li a.activeelement:hover {
    color: #00894F;
    text-decoration: none;
}
#menu li a.activeelementactivatedself {
    color: #00894F;
    text-decoration: underline;
}
#menu li a.activeelementactivatedself:hover {
    color: #00894F;
    text-decoration: underline;
}
#menu ul.activelist {
    list-style-image: url('none');
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px
}

#menu .activelist li a {
    color: #00894F;
    text-decoration: none; 
}
#menu .activelist li a:hover {
    text-decoration: underline;
}
#menu .activelist li a.activated {
    text-decoration: underline;
}

#menu .activelist li a.activated:hover {
    text-decoration: underline;
}
/* Edit below to change the style of all virus-entries */
.txt{
	font-family : verdana,arial,helvetica ;
	font-size : 10px;
	background-color : white;		/* white, gray, black, red, yellow, green */
	color : black;
}

/* Edit below to change the style of Highrisk/Mediumrisk/Lowrisk */
.risktype {
	color : red ;				/* red, blue, black, green, yellow */
	font-family : verdana,arial,helvetica ;
	font-size : 10px ;
	font-style : normal ; 			/* italic */
	font-weight : bold ;			/* normal */

}

/* Edit below to change the width of the table. Value should not be less than 160px */
.maintable {
	width : 160px ;				/* 200px */

}
