.error { border: thin solid red; }
.error_text { color: red; }
.message { width: 90%; border: thin solid green ; background-color: #eeffee; padding: 1em; } 

h1, h2, h3, h4, h5, p, td, body, .diskret {
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	color: navy;
	font-weight: bold;
}

.meny h1 {
    color: yellow;
    font-size: 130%;
    font-weight: bold; 
}

h2 {
	color: green;
}

body {
	background-color: white;
	background-image: url(pic/bakgrunn.gif);
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.layouttabell {
	width: 950px;
	margin-left:auto; 
	margin-right:auto;
	border-spacing: 0;
	border:none;
}

.toppmeny {
	background-color: navy;
	padding-bottom:0px;
	margin:0;
}

.toppmeny ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.toppmeny li {
	float: left;
	margin: 0 0.15em;
}

.toppmeny li a {
	height: 2em;
	line-height: 2em;
float: left;
width: 10em;
display: block;
border: none;
color: white;
text-decoration: none;
text-align: center;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(72,137,207)),

    color-stop(0.82, rgb(38,75,171))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(72,137,207) 26%,
    rgb(38,75,171) 82%
);

}

.toppmeny li a:hover {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(82,147,217)),

    color-stop(0.82, rgb(48,85,181))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,147,217) 26%,
    rgb(48,85,181) 82%
);
}
	

.layout {
    width: 750px;
    border-right: none;
    border-left: thin #cccccc solid;
    border-bottom: thin #cccccc solid;
    border-top: none;
    padding: 1em;
    padding-bottom: 3em;
    margin-bottom: 1em;
    background-color: white;
    background-image: url(pic/gradient.png);
    background-repeat: repeat-x;
}

.navibar {
  width: 200px;
  float: left;
	padding: 0px;
}

.header {
	background-color: white;
}

.footer {
	text-align: center;
}

.meny{
    background-color: #dddddd;
    color: #303030;
    padding: 1em;
    padding-top: 0em;
margin: 0;
}
.meny a{
    color: #606060;
    text-decoration: none;
display:block;
width: 100%;
padding: 2px;

}
.meny a:hover {
	background-color: #606060;
	color: #dddddd;
}
.linker {
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 0em;
    color: #404040; 
    font-size: 8pt;
    border-bottom: 1px #404040 solid;
    border-top: 1px #404040 solid;
    border-left: 1px #404040 solid;
    border-right: 1px #404040 solid;
    background-color: #cccccc;
}

.linker a {
    text-decoration: none;
    color: #404040; 
}

.overskrift {
	font-size: 14pt;
	font-weight: bold;
	color: navy;
}

.forside {
	text-align: center;
}

.tittel {
    text-align: center;
    font-size: 150%;
}

.info {
	font-style: italic;
	padding: 5px;
}

.timestamp {
	color: gray;
	font-size: 80%;
}

.center {
	text-align: center;
}


p.naviline {
	font-weight: bold;
}

.watermark {
	font-size: 80%;
	color: gray;
}

a.watermark {
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

.belop {
    text-align: right;
}

.right, .info {
    float: right; 
    clear: right;
}

img.right {
    margin-left: 1em;
    margin-bottom: 1em;
}

.info {
    border: 1px black solid;
    width: 15em;
}

.black {
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
}

.feilmelding {
    font-weight: bold;
    color: red;
}

table {
	padding: 10px;
}

td {
	vertical-align: top;
}

th {
	font-weight: bold;
	color: white;
	background-color: navy;
	text-align: left;
}

.diskret {
  text-align: right;
  font-size: 70%;
  color: gray;
}

a img {
	border: none;
}

