/*
CSS for Hardanger Fjordhytter
Copyright Trygve Laupsa 

/* -----------------------------------------------  OPPSETT LAYOUT PÅ SIDA ----------------------------------------------------*/
/* Definerer body taggar */
body
{
	background:#F8F8E0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	text-align: center;
	margin: auto;
}
/* Definerer posisjon for hovedcontainar */
#containar
{
	width: 780px;
	height: 591px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: auto;
	overflow: visible;
}
/* Definerer topp */
#topp
{	
	width: 780px;
	height: 56px;
	padding: 27px 0 0 50px;
	margin: 0 0 0 0;
	text-align: left;
	background: url(/images/topp.jpg) no-repeat;
}
/* Definerer meny */
#meny
{
	width: 171px;
	height: 484px;
	float: left;
	background: #DB7421;
	background: url(/images/meny.jpg);
	background-position:center;
}
/* Definerer svart-fade mot grått */
#spacer
{
	width: 12px;
	height: 484px;
	float:left;
	background: url(/images/spacer.gif);
	background-position:center;
	
}	
/* Definerer hovud */
#hovud
{	
	padding: 10px 5px 0 10px;
	width: 556px;
	height: 474px;
	float: left;
	background: #BCC5CA;
	overflow:auto;
}
/* Definerer hogre */
#hogre
{	
	width: 26px;
	height: 484px;
	float:left;
	background: url(/images/hogre.jpg);
	/*background: #DB7421;*/
}
/* Definerer botn */
#botn
{	
	width: 780px;
	height: 34px;
	clear: both;
	text-align: left;
	background: url(/images/botn.jpg) no-repeat;
	padding: 12 0 0 18;
}
#hardangerfjord {
	margin-top:105px;
}
/*------------------------------------------------ OPPSETT LINKAR, FONTAR OSB.....-----------------------------------*/

/*Definerer fargar linkar */
a.link{
color: #0000FF;
}
a.visited{
color: #FF0000;
}
/* Definerer oppsett overskrift */ 
.overskrift
{
	font-size:  14px;
	font-weight:  bold;
}
.mega
{
	font-size:  22px;
	font-weight:  bold;
}
/* Definerer oppsett bold tekst */ 
.bold
{
	font-weight:  bold;
	font-size:  13px;
}
/* Definerer oppsett normal tekst */
.normal
{
	font-weight:  normal;
	font-size:  13px;
}
/* Definerer oppsett liten tekst */ 
.litentekst
{
	font-size:  10px;
}
/* Definerer oppsett kvit tekst */ 
.kvit
{
	font-weight:  normal;
	color: #FFFFFF;
	font-size: 10px;
}
/* Tar vekk rammer på bilder */
img
{
	border:  0;
}
/*hyttene - til bruk plantegningar */
#hyttene
{
	float:left;
	height:380px;
	width:270px;
/*	border: 1 solid #ff0000;*/
}
/*loftet - til bruk plantegningar */
#loftet
{
	clear:right;
	width:270px;
	height:380px;
/*	border: 1 solid #ff0000;*/
}
/*skjema - til bruk booking/kontakt side */
#skjema
{
	width:50px;
}
textarea
{
 	width:200px;
}
#kart {
	position:absolute;
	margin-top:330px;
}
.form {
	font-family: verdana,arial;
	font-size: 10px;
}
.namn {
	font-family: normal;
	font-size: 10px;
}

.melding {
	font-family: verdana,arial;
	font-size: 11px;
}
.inputbutton {
	/*background: #DB7421;*/
	background:#FFFFFF;
	color:#000000;
	font-weight: normal;
	font-size: 13 px;
	margin-top: 8px;
	margin-bottom: 0px;

}
.inputbutton2 {
	background: #DB7421;
	/*background:#FFFFFF;*/
	color:#FFFFFF;
	font-weight: normal;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 0px;
	border: 1px #DB7421 solid;

}
.feilinput {
	/*background: #DB7421;*/
	background:#FFFFFF;
	color:#000000;
	font-weight: normal;
	font-size: 13 px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 2px #FF0000 solid;
}
.knapp {
	background: #FFFFFF;
	color:#000000;
	font-family: courier;	
	font-weight: normal;
	font-size: 13 px;
	margin-top: 2px;
	margin-bottom: 0px;
	border: 1px #000000 solid;
}
/* Setter farge og style for årstidene sida */
.arstidene_1,.arstidene_2,.arstidene_3,.arstidene_4,.arstidene_3_link {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.arstidene_1 {
padding-top:50px;
padding-left:0px;
font-size:18px;
}
.arstidene_2 {
padding-top:0px;
padding-left:30px;
}
.arstidene_3 {
padding-top:18px;
padding-left:30px;
}
.arstidene_4 {
padding-top:20px;
padding-left:15px;
font-size:13px;
}
/* Slutt årstidene style */
/* Start aktivitetar style */
li {
padding-top:5px;
}
#aktiv_boks {
text-align:left;
}
#aktiv_meny {
padding-left:10px;
}
#aktiv_tekst {
width:380px;
height:161px;
padding-right:10px;
float:left;
}
#aktiv_bildekolonne {
float:right;
}/* Slutt aktivitetar style */
h1 {
	font-size: 13px;
	font-weight:bold;
}