﻿/*
Kunde: Valdres Flyklubb
© 2007 Kreativ Strek AS - www.kreativstrek.no
Dokumentet er laget med enerett for www.valdresflyklubb.no
*/

/*----------Attributter for dokumentet----------*/

html, body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

/*----------Layout-DIV'er----------*/

#bilde {
	position:absolute;
	top:0px;
	left:0px;
	width:832px;
	height:294px;
	z-index:1;
	background-image: url(../images/header.jpg);
}

a#vaer {
	position:absolute;
	top:259px;
	left:609px;
	width:73px;
	height:34px;
	z-index:2;
	cursor:pointer;
}

a#booking {
	position:absolute;
	top:259px;
	left:692px;
	width:130px;
	height:34px;
	z-index:2;
	cursor:pointer;
}


#wrap {
	top:325px;
	left:208px;
	height:auto;
	width:349px;
	z-index:1;
	padding-bottom:40px;
	margin:0;
	position:absolute;
}

#hoyrewrap {
	position:absolute;
	top:325px;
	left:603px;
	width:229px;
	height:auto;
	z-index:1;
}

.infoboks {
	float:left;
	position:relative;
	width:189px;
	height:auto;
	background:#c9e2f9 url(../images/bokstopp.gif) no-repeat;
	padding:20px;
	padding-bottom:0px;
}

.infostopp {
	float:left;
	position:relative;
	width:229px;
	background:url(../images/boksfot.gif) no-repeat;
	height:20px;
	margin-bottom:20px;
}

/*----------Tekststiler----------*/

p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #414141;
	line-height:19px;
	text-decoration: none;
} 

p a {
	color: #0c7118;
	text-decoration: none;
}

p a:hover {
	color: #0c7118;
	text-decoration: underline;
}


.skjult {
	display: none;
	visibility: hidden;
}


/*----------Attributter for bilder----------*/

img {
	border:0px;
}

.saksbilde {
	float:right;
	margin-bottom:21px;
	margin-left:20px;
}

/*----------Overskrifter----------*/


h1, h2, h3, h4, h5 {
	font-family: Arial, Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#112138;
}

h2 {
	font-size:22px;
	margin-bottom:18px;
}

h3 {
	font-size:17px;
	margin-bottom:10px;
}


/* HERE IS THE WHOLE THING */

ul#meny{
	position:absolute;
	top:324px;
	left:0px;
	height:auto;
	width:171px;
	list-style: none;
	padding:0;
	margin:0;
}

ul#meny li {
	display: block;
	float:left;
}
		
ul#meny li a {
	display: block;
}		
		
li a.menyvalg {
	width:153px;
	height:auto;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	font-weight:bold;
	text-align:right;
	padding-right:18px;
	padding-top:8px;
	padding-bottom:8px;
	color: #162a46;
	margin-top:1px;
	text-decoration: none;
	background:#c9e2f9;
}

li a.menyvalg:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:#162a46;
	text-shadow: #0d1b2f 2px 2px 0px;
}

li a.menyvalgaktiv {
	width:153px;
	height:auto;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	font-weight:bold;
	text-align:right;
	padding-right:18px;
	padding-top:8px;
	padding-bottom:8px;
	color: #ffffff;
	margin-top:1px;
	text-decoration: none;
	background:#162a46;
	text-shadow: #0d1b2f 2px 2px 0px;

}

li a.menyvalgaktiv:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:#162a46;
}

li a.submenyvalg {
	width:153px;
	height:auto;
	border:0px solid;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	font-weight:normal;
	text-align:right;
	padding-right:18px;
	padding-top:0px;
	padding-bottom:12px;
	color: #bcdbf3;
	margin-bottom:0px;
	margin-top:0px;
	text-decoration: none;
	background:#162a46;
}

li a.submenyvalg:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	background:#162a46;
}




/*----------Linker i dokumentet----------*/

a { 
	font-weight: bold;
	text-decoration: none; 
	COLOR: #353535;
}

a:hover { 
	COLOR: #353535;
	font-weight: bold;
	text-decoration:underline;
}





