@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing:0;
}






/*reset sheet ferdig */
body{
	/*background:url(GFX/BG.jpg);
	background-repeat:no-repeat;
	*/

	background:url(GFX/BG.png);
	background-attachment:fixed;
}

a{
	text-decoration:none;
}


h1{
	font-size:2em;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#37373d;
}

h2{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#37373d;
}

h3{
	font-size:0.8em;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#37373d;
}

p{
	font-size:1em;
	line-height:1.5em;
	font-family:"Times New Roman", Times, serif;
	color:#37373d; 
}




#bg{
	width:100%;
	min-height:100%;
	position:absolute;
	background:url(GFX/BGgrad1.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}



#container{
	margin:auto;
	width:919px;
	overflow: hidden;
    height: auto;
    padding-bottom: 17.6em;
}

#header{
	float:left;
	margin:0px 0px 10px;
	width:917px;
	height:100px;
	padding-top:30px;
	background:url(GFX/header.png);
	text-align:center;
	border: #595959 solid 1px;
	border-top:0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;  
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
}

#header a{
	display:block;
	width:100%;
	height:100%;
	
}

#mainContent{
	width:919px;
	padding: 20px 0px 20px 0px;
}

#contPos{
	width:919px;
	margin:auto;
}

#meny{
	float:left;
	background:url(GFX/innholdbg.png);
	width:202px;
	height:142px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	border: #595959 solid 1px;
	/*-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-top-right: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottom-right: 10px;	*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius-top-left: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius-bottom-left: 10px;
}

#ragnhildMeny{
	float:left;
	background:url(GFX/innholdbg.png);
	padding-top:5px;
	margin-top:20px;
	width:202px;
	height:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	border: #595959 solid 1px;
	/*-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-top-right: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottom-right: 10px;	*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius-top-left: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius-bottom-left: 10px;
}
	


/*MENY*/

.dropdown {
	display:block; 
	position:relative; 
	margin-top:10px;
}

.dropdown dt {
	width:187px; 
	border-top:1px solid #595959; 
	border-bottom:1px solid #595959; 
	padding:8px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(GFX/BG.png)
}

.dropdown .upperdd {
	border-bottom:none
}

.dropdown dd {
	position:absolute; 
	top:0; 
	overflow:hidden; 
	width:208px; 
	display:none; 
	background:#95a7bd; 
	opacity:0
}

.dropdown ul {
	width:206px;
	border:1px solid #595959; 
	list-style:none
}

.dropdown li {
	display:inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#595959; 
	text-decoration:none; 
	background:url(GFX/BG.png);
	width:196px
}

.dropdown a:hover {
	background:#d9e1e4; 
	color:#000; 
	opacity:0.6
}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}

/* MENY SLUTT*/


#content{
	float:left;
	/*
	orginal padding uten #editsone
	
	padding:20px;
	*/
	/*Padding med #editSone*/
	padding:00px 40px 20px 00px;
	
	margin-left:10px;
	width:663px;
	background:url(GFX/innholdbg.png);
	border:#595959 solid 1px;
 	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;  
	border-radius-top-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;  
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;

}

#editKnapp{
	margin:auto;
	width:250px;
	height:26px;
}

#editSone{
	float:left;
	padding:20px;
	width:663px;
}

#galleri{
	width:615px;
	margin:auto;
	padding:5px;
	border: #595959 solid 0px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;  
	border-radius-top-right: 10px;	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;  
	border-radius-top-left: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;  
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;

}

	

#footerpos{
	margin:auto;
	width:919px;
}

#footer{
	position:absolute;
	bottom:0;
	width:919px;
	height:79px;
	background:url(GFX/innholdbg.png);
	text-align:center;
	border:solid #595959 1px;
	border-bottom:none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
 	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;  
	border-radius-top-left: 10px;
	border-radius-top-right: 10px;

}

#footertext{
	text-align:center;
	width:700px;
	margin:17px auto;
}

/*Edit side*/

#edit{
	float:left;
	padding:20px;
	margin-left:10px;
	margin-top:30px;
	width:663px;
	background:url(GFX/innholdbg.png);
	border:#595959 solid 1px;
	 -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;  
	border-radius-top-left: 10px;
 	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;  
	border-radius-top-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;  
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
}

#output{
	float:left;
	padding:20px;
	margin-left:10px;
	margin-top:30px;
	width:663px;
	background:url(GFX/innholdbg.png);
	border:#595959 solid 1px;
	 -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;  
	border-radius-top-left: 10px;
 	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;  
	border-radius-top-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;  
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
	}
	


