html {
	font-size: 100%;
	background: #fffff9;
}
body {
	color: #000;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
	background: url(images/design/flag.png) no-repeat bottom;
	width: 788px;
	height: 165px;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 90px;
	top: 0;
}
#main {
	width: 788px;
	margin: 15px auto 0;
	background: url(images/design/red_dott.png) repeat-y 180px 0;
	position: relative;
}
#main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#main #nav {
	width: 180px;
	float: left;
	margin-bottom: 90px;
}
#main #openinghours {
	border-top: 2px solid #b70000;
	width: 165px;
	height: 40px;
	margin-top: 20px;
	padding: 20px 5px 20px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	clear: both;
}
#main #content {
	width: 568px;
	float: left;
	padding: 0 15px 15px 25px;
}
#footer {
	width: 788px;
	border-top: 2px solid #b70000;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}
/***********formatteringer for #nav*************/
#nav ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	color: #010080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-indent: 5px;
	height: 22px;
	line-height: 22px;
}
#nav ul ul li a {
	font-size: 12px;
	font-weight: normal;
	text-indent: 15px;
}
#nav ul li a:hover {
	color: #f00;
}
#nav ul li a.active {
	color: #f00;
	cursor: default;
}
/*********formatteringer for #openinghours *************/
#openinghours h2 {
	font-size: 12px;
	margin: 0;
}
#openinghours p {
	margin: 0;
	font-size: 10px;
}
/*********formatteringer for #content *************/
#content #logged {
	font-size: 0.7em;
	color: #c0c0c0;
	position: absolute;
	right: 70px;
	top: -45px;
}
#content * {
	margin-top: 0;
}
#content h1 {
	font-size: 1.5em;
	color: #b70000;
}
#content h2 {
	font-size: 1em;
	margin: 3em 0 0.2em 0;
	color: #b70000;
}
#content p, #content ul, #content ol, #content table, #content legend, #content input {
	font-size: 0.8em;
}
#content p.error { /* for innloggingssiden */
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
#content p.ingress {
	font-size: 0.9em;
	font-weight: bold;
}
#content p img {
	float: right;
	margin: 0 0 10px 15px;
}

/***** skjemaer *****/
#content fieldset {
	padding: 20px;
	margin-top: 0.5em;
}
#content fieldset legend {
	color: #000;
	padding: 0 10px;
}
#content form {
	margin: 20px 0 0 0;
}
#content form p {
	margin: 0.3em 0;
}
#content form p label {
	float: left;
	text-align: right;
	width: 130px;
	margin-right: 10px;
	position: relative;
	top: 0.2em;
}
#content form p label.required {
	font-weight: bold;
	color: #b70000;
}
#content form p label.required:after {
	content: "*";
}
#content form p input[type=text], #content form p input[type=password], #content form p select, #content form p textarea {
	width: 325px;
}
#content form input#submit {
	width: auto;
	margin-left: 140px;
}

/***** tabeller *****/
#content table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 560px;
}
#content table caption {
	text-align: right;
	padding: 0.4em 0;
}
#content table caption a {
	background-color: #dcdcdc;
	border-width: 2px;
	border-style: solid;
	border-color: #eee #666 #666 #eee;
	padding: 0.1em 0.4em;
	text-decoration: none;
	color: #000;
	height: 1.2em;
	line-height: 1.2em;
}
#content table caption a:hover {
	border-color: #666 #eee #eee #666;
}
#content table thead tr th {
	text-align: left;
}
#content table#prisliste {
	font-size: 0.9em;
}
#content table#prisliste td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

#content table thead tr th, #content table tbody tr td {
	padding: 0.4em 0;
}
#content table tbody tr td.adminknapper a {
	background-color: #dcdcdc;
	border-width: 2px;
	border-style: solid;
	border-color: #eee #666 #666 #eee;
	padding: 0.1em 0.4em;
	text-decoration: none;
	color: #000;
}
#content table tbody tr td.adminknapper a:hover {
	border-color: #666 #eee #eee #666;
}

/*********formatteringer for utleie *************/
#content .utleie{
	padding-bottom: 15px;
}
#content .utleie:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#content .utleie .utleiebilde{
	float: left;
	width: 154px;
	overflow: hidden;
	margin-right: 10px;
}
#content .utleie .utleiebilde img{
	border: 2px solid #eaac07;
}
#content .utleie .utleiebolig .boligknapper{
	clear: both;
	text-align: right;
}
#content .utleie .utleiebolig hr{
	clear: left;
	margin-top: 15px;
}
#content .utleie .utleiebolig .boligknapper img{
	margin-left: 10px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}
#content .utleie .utleiebolig p.utleieknapper {
	float: right;
}
#content .utleie .utleiebolig p span.bilder, #content .utleie .utleiebolig p span.detaljer {
	padding: 3px 10px;
	background-image: url(images/design/button.png);
	float: right;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #fff;
}
#content .utleie .utleiebolig p span.detaljer a {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content table {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 99%;
	border: 2px solid #041997;
	table-layout: fixed;
	border-collapse: collapse;
}
#content table caption {
	text-align: left;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table thead tr th, #content table tfoot tr th {
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #041997;
	border-top: 2px solid #041997;
	border-left: 1px solid #fff;
	padding: 3px 0 3px 5px;
	background-color: #041997;
	color: #fff;
}

#content table colgroup.headercolumn {
	text-align: left;
}
#content table colgroup.rightaligned {
	text-align: right;
}
#content table tbody tr td {
	text-align: left;
	border-bottom: 1px solid #eaac07;
	border-left: 1px solid #ccc;
	padding: 3px 3px 3px 5px;
	vertical-align: top;
}
#content table.booking thead tr th, #content table.booking tbody tr td, #content table.booking tbody tr th {
	padding: 2px 0;
	text-align: center;
	font-weight: normal;
	font-size: 12px !important;
}
#content table.booking thead tr th {
	font-weight: bold;
}
#content table.booking tbody tr th {
	border-bottom: 1px solid #eaac07;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
#content table.booking tbody tr td.opptatt {
	background-color: #c00;
}
#content table.booking tbody tr td.opptatt a {
	text-decoration: none;
	color: #fff;
	cursor: default;
	display: block;
}
#content table.booking tbody tr td.ledig {
	background-color: #fff; /*#0c0;*/
}
#content table.booking tbody tr td.ledig  a {
	text-decoration: none;
	color: #000;
	cursor: default;
	display: block;
}

/*********formatteringer for #footer *************/
#footer address {
	font-size: 0.8em;
}