body {
    text-align: center;
    background-color: white;
    font-family: arial, sans-serif;
    font-size: 12pt;
    color: #1010CC;
}
.feilmelding {
color:#FF0000;
}

#mainbox {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
}

#topbox {
    float: left;
    background-image: url('images/top.jpg');
    background-repeat: no-repeat;
    margin-top: 40px;
    margin: 0px;
    width: 750px;
    height: 113px;
}

#top {
    margin-top: 60px;    
    margin-left: 195px;
    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: 195px;
    height: 400px;
}

#menu {
    margin-top: 50px;
    margin-left: 10px;
}

#contentbox {
    float: left;
    width: 555px;
    height: auto;
}

#content {
    margin-left: 20px;
    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;
}


/* STANDARD HEADERS */

h1 {
    color: #FF9900;
    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: #00894F;
    text-decoration: underline;
}

#top a {
    color: #1010CC;
    text-decoration: none;
    margin-right: 17px;
    font-weight: bold;
}
#top a:hover {
    color: #00894F;
    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: #00894F;
    text-decoration: underline;
}
#menu li a.activeelement {
    color: #00894F;
    text-decoration: none;
}
#menu li a.activeelement:hover {
    color: #00894F;
    text-decoration: underline;
}
#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: 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;
}

  .hidden {
	position:absolute;
	left: -1500em;
}
.bla_border {
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #585593;
	border-right-color: #585593;
	border-bottom-color: #585593;
	border-left-color: #585593;
}
.agenda_tabell {
	border: medium dashed Silver;
}
.ProdInfoDetail				{ overflow: hidden; height:1px; color: red }
