/* Stylesheet */

body
{
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y:scroll;
}

body1
{
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y:scroll;
}

tr
{
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}

b
{
    font-weight: bold;
}

center
{
    text-align: center;
}

img
{
    border: 0px;
}

div.body
{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

div.body1
{
	background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: relative;
	font-family: Verdana;
    font-size: 12px;
    color: #000000;
}

div.body2
{
	background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: relative;
	font-family: Verdana;
    font-size: 12px;
    color: #000000;
	text-align: center;
}

table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0px;
}

.str10
{
    font-size: 10px;
}

.sidenavn
{
    font-size: 30px;
    font-weight: bold;
}

.menu
{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

.dokumenter
{
    font-size: 14px;
    font-weight: bold;
}

a:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : none;
}

a:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : none;
}

a:hover
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
.invis_input{
	background-color:#ffffff;
	font-family: Verdana;
	font-size:12px;
	border-style:none;
	width:568px;
}