/* Dette er stylesheet-filen. Hvis man f.eks. skal legge inn nye
   farger på alle skriften kan det gjøres her. */

body {
	font-size:14pt;
}

div {
  zoom:1;
}

a:link {
	color: #192;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #192;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #192;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #192;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
  color:#192;
  font-style: normal;
  margin-top:0;
  margin-bottom:0.2em;
  font-size:20pt;
}

h3 {
	margin-top:0;
	margin-bottom:0.5em;
	padding-top:0;
	font-size:30pt;
	color:#666;
	letter-spacing:-1px;
	font-family:"Lucida Grande", Arial, sans-serif;
}

h4 {
	font-size:16pt;
	margin-top:0;
	margin-bottom:0;
}

th {
	text-align: left;
	padding-right:2em;
}

.kontakttabell {
	margin-bottom:1.5em;
	margin-top:0.5em;
	width:60%;
	border:1px solid #c0c0c0;
	padding:0.5em;
}

.nyhet {
	margin-bottom:1em;
}

.gjestebokinnlegg {
	margin-bottom:1em;
	border:1px solid #c0c0c0;
	padding:0.4em;
}

.kontaktinfo {
	margin-top:0.5em;
	width:100%;
	text-align:center;
}

#contframe {
  position:relative;
  background:#fff;
  margin-top:2em;
  margin-left:10%;
  margin-right:10%;
  border:1px solid #999;
}

#topbanner {
	margin:0;
	background-image:url('backdrop.png');
	background-repeat:repeat-x;
	border-bottom:1px solid #999;
	height:200px;
	margin-bottom:1.5em;
	text-align:center;
}

#menu {
	float:left;
	margin-left:1em;
	margin-right:2em;
	display:inline;
}	

#teller {
	position:absolute;
	left:0.3em;
	bottom:0.3em;
	color:#666;
	font-size:10pt;
}

#contents {
	position:relative;
  background:#fff;
  top:0;
  margin-right:1em;
  overflow:auto;
 zoom:1;
}
