/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
*{
	margin: 0;
	padding: 0;
}




body {
	font-family: verdana;
	font-size: 12px;
	
	background-color: #F1EDE1;
	height: 100%;
}

a {
	color: #E3026C;
	font-weight: bold;
}

li {
display: block;
}

#head a img{
	border-color: Black;
	
}
ul{
	padding-bottom: 20px;
}

#main ul{
	padding-left: 10px;
}

p{
	padding-bottom: 10px;
}
h2{
	font-size: 14px;
	color: #E3026C;
	padding-bottom: 10px;
}

#nav a{
	font-size: 13px;
	padding: 3px;
	line-height: 20px;
	
}

#page{	
	width:950px;
	position: relative; /*gjør at siden blir midtstilt*/
	margin: 10px auto; /*gjør at siden blir midtstilt*/
	
}

#nav{
	position: absolute;
	left: 2px;
	top:290px;
	z-index: 2;
}

#main{

	width: 350px;
	position: absolute;
	left: 352px;
	top:180px;
	z-index: 2;
}

#tabell{

	width: 350px;
	position: absolute;
	left: 220px;
	top:120px;
	z-index: 2;
}

#undermeny {
	color: #858585;
	text-decoration: underline;
	font-size: 12px;
	padding-top: 20px;
}

#undermeny a{
	color: #858585;
	
	font-size: 12px;
}


#head{
	position: absolute;
	left: 0px;
	bottom:60px;
	z-index: 2;
	
}
#figur{
	position: absolute;
	left: 280px;
	bottom:25px;
	z-index: 3;
	border: none;
}

#figur_pikene{
	position: absolute;
	left: 395px;
	bottom:79px;
	z-index: 3;
	border: none;
}
#figur_badepiker{
	position: absolute;
	left: 300px;
	bottom:16px;
	z-index: 3;
	border: none;
}
#figur_hanneprofil{
	position: absolute;
	right: 0px;
	bottom:16px;
	z-index: 3;
	border: none;
}


#figur img{
border:none;
}

#figur_pikene img{
border:none;
}

#bakgrunn{
	background-image: url(bilder/hovedbilde.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 680px;
	z-index: 1;
	
}

#bakgrunn_galleri{
	background-image: url(bilder/galleri.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 680px;
	z-index: 1;
	
}




