/*
Kunde: ValdresBil
© 2005 Potetgutta - www.potetgutta.no
Dokumentet er laget med enerett for www.valdresbil.no
*/

/*----------Attributter for dokumentet----------*/

body {
	background: #fffde8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*----------Layout-DIV'er----------*/

#content {
	position:absolute;
	left:50%;
	width:797px;
	margin-left:-399px;
}

#flash {
	position:relative;
	display:block;
	float:left;
	width:797px;
	height:283px;
	background-color:#ffffff;
}

#meny {
	position:relative;
	display:block;
	float:left;
	width:797px;
	height:36px;
	background-image:url(../images/cellbg.jpg);
	border-bottom:1px #934532 solid;
	border-top:1px #934532 solid;
	z-index:2;
}

#bunn {
	position:relative;
	display:block;
	float:left;
	width:797px;
	height:62px;
	margin-bottom:40px;
	background-image:url(../images/bolgebunn.gif);
}

#tekst {
	position:relative;
	float:left;
	width:717px;
	height:auto;
	background:#f8f1dd;
	padding:40px;
	z-index:1;
}

.adresse {
	position:relative;
	background-image:url(../images/logo.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:11px;
	text-align:right;
	padding-right:40px;
	padding-top:12px;
	color:#934532;
	display:block;
	height:24px;
	border-bottom:1px #934532 solid;
	width:757px;
	margin:0;
}

.adresse a {
	color:#934532;
	text-decoration:none;
}

.adresse a:hover {
	color:#934532;
	text-decoration:none;
	border-bottom:1px dotted #934532;
}

/*----------Tekststiler----------*/

p {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:justify;
	color: #2c2c2c;
	line-height:18px;
	text-decoration: none;
	display:block;
} 

td {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:justify;
	color: #413C32;
	text-decoration: none;
}

.skjult {
	display: none;
	visibility: hidden;
}

/*----------Attributter for bilder----------*/

.saksbilde {
	float:right;
	background-color:#fffde8;
	padding:8px;
	display:block;
	margin-bottom:40px;
	margin-left:75px;
}


/*----------Overskrifter----------*/


h2 {
	font-family: Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#934532;
	margin-top:0px;
}

/*----------Linker i dokumentet----------*/

a { 
	font-weight: normal;
	text-decoration: none; 
	COLOR: #441b74;
}

a:hover { 
	COLOR: #441b74;
	font-weight: normal;
	text-decoration:underline;
}


/* HERE IS THE WHOLE THING */

#rollovermenu{
	position:relative;
	float:left;
	left:40px;
	width:757px;
	z-index:2;
}

#rollovermenu, #rollovermenu ul { /* all lists */
	list-style: none;
	padding:0;
	margin:0px;
}

#rollovermenu ul{
	margin-top:37px;
	width:140px;
}

#rollovermenu li, #rollovermenu ul li { /* all list items */
	cursor:pointer;
	position:relative;
	float:left;
	display:block;
}

li a.submenyvalg {
	background:#ffffff url(../images/cellbg.jpg) repeat-x;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#934532;
	text-decoration:none;
	line-height:11px;
	padding:10px 10px 11px 15px;
	cursor: pointer;
	position:relative;
	float:left;
	display:block;
	width:110px;
	z-index:2;
	border-bottom:1px solid #934532;
}

li a.submenyvalg:hover {
	background:#ffffff url(../images/cellbg.jpg) repeat-x;
	color:#934532;
	display:block;
	text-decoration:none;
	border-left:5px solid #934532;
	width:110px;
	padding:10px 10px 11px 10px;
}

#rollovermenu li ul { /* second-level lists */
	position:absolute;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left:0px;
	top:0px;
}

li.hovedboks {
	height:37px;
}

li a.hovedvalg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:13px;
	color:#934532;
	font-weight:normal;
	display:block;
	float:left;
	height:26px;
	padding-top:11px;
	text-decoration:none;
	padding-right:36px;
}

li a.hovedvalg:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:13px;
	color:#934532;
	font-weight:normal;
	display:block;
	height:26px;
	padding-top:11px;
	text-decoration:none;
}
