@charset "utf-8";
/* CSS Document */

body {
	background-color:#515151;
	font-family: HelveticaNeue-Light, 'Helvetica Neue', 'Helvetica Neue Light', Arial, sans-serif;
	font-size:12px;
	color: rgb(64, 64, 64);
}
#innerwrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	min-height:900px;
}
.bislett_header {
	color: rgb(128, 0, 0);
	font-size: 36px;
}
#form a {
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}
#form {
	display:block;
	float:left;
	width:100%;
}
.label {
	display:block;
	float:left;
	width:200px;
}

.standard legend {
	font-weight:bold;
	padding:10px;
}
.standard fieldset {
	background-color:#FFFFFF;
	width:100%;
}
.standard .belopinput {
	width:40px;
}
.filler {
	float:left;
	margin-top:1px;
}
#fillerheader {
	float:left;
	margin-top:1px;
	height:40px;
}
.sum {
	border-left:#000066 solid 1px;
	border-bottom:#000066 solid 1px;
	text-align:center;
	background-color:#CCCCCC;
	margin-top:5px;
	color:#000000;
}
.first {
	border-left:#000066 solid 1px;
	border-top:#000066 solid 1px;
	text-align:center;
}
.second {
	float:left;
	width:100px;
	border-left:#000066 solid 1px;
	border-top:#000066 solid 1px;
	text-align:center;
}

.header {
	border-left:#000066 solid 1px;
	border-top:#000066 solid 1px;
	text-align:center;
	background-color:#003366;
	font-size:11px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	width:120px;
}
.headertooltip {
	margin: 10px;
	padding: 5px;
	border:#000000 solid 1px;
	width:auto;
	background-color: #E6EAE9;
	color: #000000;
	text-align:center;
	font-size:small;
}
.content {
	padding:20px;
	width:760px;
	background-color:#FFFFFF;
	float:left;	
	background-color:#FFFFFF;
	border:5px solid #666666;

}
a {
    color: #a64b3c;
    text-decoration: none;
}
a:visited {
    color: #a64b3c;
    text-decoration: none;
}
a:hover {
    color: #d67053;
    text-decoration: underline;
}
img {
	border:5px solid #CCCCCC; 
	margin:1px;
}
h2 {
	font-size:15px;
	color:rgb(64, 64, 64);
	margin:0px;
	padding:0px;
}
h3 {
	font-size:11px;
	color: rgb(166, 75, 60);
	padding:0px;
	margin:0px;
	padding-top:5px;
}
iframe.shown {
	border:0px solid #000;
	width:100%;
	float:left;
	margin:0px;
}
iframe.hidden {
	visibility: hidden;
	display:none;
}
#loader {
	width:100%;
	height:200px;
	padding-top:50px;
	text-align:center;
	display:none;
}
