/*
Kunde: Vinjerock
(c) 2008 Kreativ Strek AS
Dokumentet er laget med enerett for www.vinjerock.no
*/

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

html, body {
	background:#bbd6ea url(../images/bg.jpg) no-repeat;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;
}

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

#toppbilde {
	position:absolute;
	top:0px;
	z-index:2;
	width:570px;
	height:216px;
	left:303px;
}

#vaer {
	position:absolute;
	top:223px;
	z-index:2;
	width:570px;
	height:30px;
	left:303px;
	font-family:Calibri, Arial;
	color:#6888a0;
	font-size:13px;
	line-height:25px;
}

#vaer img {
	margin-left:8px;
	margin-right:8px;
}

a#valdres {
	position:absolute;
	top:720px;
	z-index:2;
	width:90px;
	height:99px;
	left:174px;
	background:url(../images/valdres.png) no-repeat;
}

a#logo {
	position:absolute;
	top:0px;
	z-index:2;
	width:216px;
	height:216px;
	left:77px;
	background:url(../images/logo.png) no-repeat;
}

#content {
	position:absolute;
	z-index:2;
	top:257px;
	left:303px;
	width:491px;
	height:auto;
	display:block;
	padding:40px;
	padding-top:35px;
	background:#f1f7fb url(../images/content.jpg) no-repeat;
	min-height:750px;
	_height:750px;
}

.bedrift {
	width:491px;
	float:left;
	margin-bottom:20px;
	height:150px;
}

.bedriftsbilde {
	width:150px;
	float:left;
}

.bedriftstekst {
	width:300px;
	margin-left:191px;
}

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

p {
	font-family:Arial, Helvetica, Verdana, Tahoma;
	color:#4c4c4c;
	font-weight:normal;
} 

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

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

img  {
	border:0px;
}

/*----------Overskrifter----------*/


h1, h2, h3, h4, h5 {
	color:#6888a0;
}

h1 {
	font-size:30px;
	margin-top:0px;
	font-family:Calibri, Arial;
	font-weight:bold;
	line-height:34px;
}
	
h2 {
	font-size: 26px;
	line-height:28px;
	margin-top:0px;
	margin-bottom:16px;
	font-family:Calibri, Arial;
}

h3 {
     font-size:14px;
     line-height:17px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}


h5 {
	font-size: 14px;
	line-height:20px;
}

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

a { 
	text-decoration: none; 
	COLOR: #6888a0;
}

a:hover { 
	COLOR: #6888a0;
	text-decoration: underline; 
}

/*-------Hovedmeny-------*/


ul#meny {
	position:absolute;
	padding:0;
	margin:0;
	list-style: none;
	top:295px;
	width:179px;
	height:auto;
	z-index:10;
	left:124px;
}

ul#meny li a {
	display:block;
	cursor:pointer;
	font-size:12px;
}

ul#meny li {
	float:left;
	position:relative;
	list-style:none;
}

li a.menyvalg {
	background:url(../images/menu.png) no-repeat;
	_background:url(../images/menuie.png) no-repeat;
	font-weight:bold;
	color:#fff;
	width:167px;
	padding-left:12px;
	text-shadow: #5b7a92 1px 1px 2px;
	height:33px;
	line-height:32px;
}

li a.menyvalg:hover {
	text-decoration:none;
	background:url(../images/menu.png) no-repeat -179px 0px;
	_background:url(../images/menuie.png) no-repeat -179px 0px;
	color:#fff;
}


li a.menyvalgaktiv {
	background:url(../images/menu.png) no-repeat -179px 0px;
	_background:url(../images/menuie.png) no-repeat -179px 0px;
	color:#fff;
	font-weight:bold;
	width:167px;
	padding-left:12px;
	height:33px;
	text-shadow: #5b7a92 1px 1px 2px;
	line-height:32px;
}

li a.menyvalgaktiv:hover {
	text-decoration:none;
	color:#fff;
}

li a.submenyvalg {
	color:#6888a0;
	width:130px;
	line-height:14px;
	padding-left:29px;
	background:url(../images/pil.png) no-repeat 13px 10px;
	padding-top:8px;
	padding-bottom:8px;
}

li a.submenyvalg:hover {
	text-decoration:underline;
}

li a.submenyvalgaktiv {
	color:#6888a0;
	width:130px;
	line-height:14px;
	padding-left:29px;
	background:url(../images/pil.png) no-repeat 13px 10px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

li a.submenyvalgaktiv:hover {
	text-decoration:none;
}