body {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 62.5%;
	background: #192134 url(designbilder/bg.jpg) repeat-x;
	color: #e7f1ff;
	margin: 0;
	padding: 0;
	}
/*////////////////////////////////////////////////////////////////
		Felles stiler
//////////////////////////////////////////////////////////////////*/
p, h1, h2, h3, h4 ,h5, h6, li, td, th, div, form {
	font-size: 1em;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #c0c0c0;
	}

img { border: none; }/* Fjerner border på bilder som er link i IE6 */

* {
	outline: none;
}

#header, #main, #footer {
	width: 955px;
	margin: 0 auto;
	}


/*////////////////////////////////////////////////////////////////
			Highslide
//////////////////////////////////////////////////////////////////*/
.bilderamme {
	float: left;
	padding: 0 4px 1px 0;
	}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	}
.highslide img {
	border: 3px solid #313131;
	width: 180px;
	}
.highslide:hover img {
	border: 3px solid #FFF;
	}
.highslide-image {
    border: 3px solid #FFF;
	}
.highslide-image-blur {
	}
.highslide-caption {
    display: none;
    color: #333;
 
    border: 2px solid #FFF;
    border-top: none;
    padding: 5px;
    background-color: #FFF;
	}
.highslide-display-block {
    display: block;
	}
.highslide-display-none {
    display: none;
	}
.highslide-loading {
    display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
    background-color: #000;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
	}

.highslide-loading {
    display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
    background-color: #000;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
	}

/*////////////////////////////////////////////////////////////////
		Header
//////////////////////////////////////////////////////////////////*/
#header {
	background: transparent url(designbilder/header.jpg) no-repeat;
	height: 305px;
	}
#header #header_flash {
	background: transparent;
	height: 235px;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity:0.5;
	}
	
/*////////////////////////////////////////////////////////////////
		Meny i header
//////////////////////////////////////////////////////////////////*/
#header #menycontainer {
	position: relative;
	}
#header #meny{
	position: absolute;
	left: 60px;
	top:  6px;
	background: transparent;
	width: 840px;
	height: 28px;
	margin: 0 0 0 0;
	z-index: 350;
	border: 0px solid ;
/*	width: 100%;  precision for Opera */
}

#header #meny dl, #header #meny dt, #header #meny dd, #header #meny ul, #header #meny li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 150;
}

#header #meny dd {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90; 
	opacity:0.9;
}

#header #meny dl {
	float: left;
	width: 75px;
	line-height: 29px;
	background: transparent url(designbilder/meny-btn.jpg) no-repeat;
	margin-left: 1px;
}
#header #meny dt {
	cursor: pointer;
	text-align: center;
	background: transparent;
	margin: 0 2px 0 2px;/*Luft når en hover over*/
}
#header #meny dd {
	display: none;
	border: 1px solid #6a8571;
	border-top: 0 none;
	width: 110px;
	margin-top: 2px;
	z-index: 120;
	position: absolute;
}
#header #meny li {
	text-align: center;
	background-color: #e7f1ff;
	z-index: 150;
}
#header #meny li a, #header #meny dt a {
	color:#344137;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#header #meny li a:hover, #header #meny li a:focus, #header #meny dt a:hover, #header #meny dt a:focus {
	background: #637599;
	color: #fbfbf9;
}




/*////////////////////////////////////////////////////////////////
		Main
//////////////////////////////////////////////////////////////////*/
#main {
	background: transparent url(designbilder/main.jpg) repeat-y;
	}
#main a:link, #main a:visited {
	text-decoration: none;
	color: #c0c0c0;
	font-weight: bold;
	}
#main a:hover {
	color: #f2f0d8;
	text-decoration: underline;
	}
/*////////////////////////////////////////////////////////////////
		Left and Rightcol 
//////////////////////////////////////////////////////////////////*/
#main #leftcol, #main #rightcol{
	background: transparent;
	float: left;
	margin-top: 10px;
	}

/************ Leftcol ************/
#main #leftcol {
	width: 660px;
	}
#main #leftcol {
	font-size: 1.1em;
	}
/************ Rightcol ***********/
#main #rightcol {
	width: 250px;
	}
	
#main #rightcol h2 {
	font-size: 1.2em;
	padding: 4px 15px 4px 30px;
	background: transparent url(designbilder/right-h2.jpg) no-repeat 15px 6px;
	*background-position: 15px 7px;
	_background-position: 15px 7px;
	}
	
#main #rightcol p {
	font-size: 1em;
	padding: 4px 15px 4px 30px;
	}
#main #rightcol table {
	font-size: 1em;
	width: 80%;
	_width: 80%;
	margin-left: 30px;
	border-collapse: collapse;
	}
#main #rightcol table th {
	padding: 3px 0;
}
#main #rightcol table td {
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	padding: 5px 0;
}
#main #rightcol ul {
	margin: 0 0 0 45px;
	padding: 0;
	list-style-type: square;
	color: #c0c0c0;
	}
#main #rightcol ul li {
	margin: 0;
	padding: 0;
	}
#main #rightcol ul li a {
	display: block;
	_width: 90%;
	margin: 0;
	padding: 0;
	}



/*////////////////////////////////////////////////////////////////
		Content klassene
//////////////////////////////////////////////////////////////////*/
#main #leftcol .content_top, #main #leftcol .content_middle, #main #leftcol .content_bottom {
	width: 580px;
	margin: 0 0 0 60px;
	border: 0px solid white;
	}
#main #leftcol .content_top h2 {
	font-size: 1.4em;
	padding-bottom: 8px;
	}
#main #leftcol .content_top h3 {
	font-size: 1em;
	padding-bottom: 8px;
	}
#main #leftcol .content_middle p {
	padding-bottom: 6px;
	padding-top: 6px;
	}
#main #leftcol .content_middle h2 {
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 1.4em;
	}
#main #leftcol .content_middle p img {
	background: #313131;
	padding: 3px;
	margin: 1px 4px 0 0;
	width: 200px;
	float: left;
	}
#main #leftcol .content_middle h6 img {
	margin: 15px 0 0 0;
	}

#main #leftcol .content_middle p .kjop-btn {
	background: transparent;
	padding: 0;
	margin: 0;
	width: auto;
	float: left;
}
#main #leftcol .content_middle table {
	width: 95%;
	border-collapse: collapse;
}
#main #leftcol .content_middle table th {
	padding: 8px 0;
	font-size: 1.1em;
}
#main #leftcol .content_middle table tr {
	
}
#main #leftcol .content_middle table td {
	padding: 8px 0;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}
#main #leftcol .content_middle table td.no-border {
	border: 0 none;
}

#main #leftcol .content_middle fieldset table{
	margin: 10px 0;
	_margin: 15px 0;
}

#main #leftcol .content_middle fieldset table th{
	text-align: left;
	padding: 5px 0;
	padding-left: 10px;
}

#main #leftcol .content_middle fieldset table td{
	border: none;
	padding: 0;
	padding-left: 10px;
}

#main #leftcol .content_middle input {
	border: 2px solid #687ea5;
	padding: 3px 0;
	width: 250px;
	background: #fff;
	color: #000;
	font-weight: bold;
	_width: 230px;
	}
#main #leftcol .content_middle input.login-left {
	background: transparent url(designbilder/btn-logginn-left.jpg) no-repeat;
	color: #FFF;
	width: 108px;
	height: 35px;
	border: none;
	}
#main #leftcol .content_middle fieldset p, #main #leftcol .content_middle fieldset h6 {
	border: 0px solid red;
	_padding-left: 10px;
}
#main #leftcol .content_bottom {
	clear: both;
	}
#main #leftcol .content_bottom p {
	padding: 10px 0;
	color: #b5c0d6;
	}
#main #leftcol .content_bottom .endre {
	background-color:#4F689B;
	}
#main #leftcol .content_bottom input {
	border: 1px solid #FFF;
	background: #687ea5;
	color: #FFF;
	padding: 3px 0;
	}
#main #leftcol .content_bottom input.login-left {
	background: transparent url(designbilder/btn-logginn-right.jpg) no-repeat;
	color: #FFF;
	width: 108px;
	height: 35px;
	border: none;
	}
/*///////////////////	 Galleri preview 	///////////////////*/
#main #leftcol .content_middle #galleri_relativ {
	position: relativ;
	}
#main #leftcol .content_middle #galleridiv {
	width: 600px;
	height: 450px;
	z-index: 5000; 
	background-color: #000;
	border: 3px solid #FFF;
	text-align: left;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -303px; 
	margin-top: -225px;
	
	_margin-top: -250px;
}
#main #leftcol .content_middle #galleridiv img {
	position:absolute;
	top: -20px;
	right: -25px;
	z-index: 250;
}
#main #leftcol .content_middle #galleridiv img a:hover {
	cursor: pointer;
} 
#main #leftcol .content_middle #galleridiv noscript {
	border: 2px solid red
	z-index: 1000;
}



/*////////////////////////////////////////////////////////////////
		Slide (Gjestebok)
//////////////////////////////////////////////////////////////////*/
#container {
	width: 550px;
	margin: 0 0 30px 60px;
	}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color: #FFF;
	font-weight: bold;
	width:557px;
	padding: 10px;
	background: transparent url('designbilder/gjestebok-bar.jpg') no-repeat;

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border: 1px solid #333;
	border-top: none;
	background-color:#4F689B;
	width:573px;
	margin-left: 1px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer input, textarea {
	width: 400px;
	border: 1px solid #FFF;
	background: #3E537B;
	color: #FFF;
	font-size: 1.2em;
	padding: 2px 0;
	}
.dhtmlgoodies_answer table {
	margin: 10px 4px;
	border-collapse: collapse;
	}
.dhtmlgoodies_answer table td {
	padding: 4px;
	}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}






/*////////////////////////////////////////////////////////////////
		Footer
//////////////////////////////////////////////////////////////////*/
#footer {
	background: transparent url(designbilder/footer.jpg) no-repeat;
	height: 65px;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #c0c0c0;
	}
#footer a:hover {
	color: #999;
	text-decoration: underline;
	}
#footer #footertxt {
	position: relative;
	color: #999;
	font-size: 0.9em;
	}
#footer #footertxt span {
	display: block;
	margin: 0 0 0 60px;
	padding-top: 6px;
	}
#footer #footertxt #footer-left {
	position: absolute;
	top:  40px;
	left: 60px;
	_left: 0;
	}
#footer #footertxt #footer-right {
	position: absolute;
	top: 40px;
	left: 690px;
	_left: 625px;
	}
/*////////////////////////////////////////////////////////////////
		Diverse klasser
//////////////////////////////////////////////////////////////////*/
.CLEAR_BOTH {
	clear: both;
	}
.skille-content {
	background: transparent url(designbilder/skille-content.jpg) no-repeat 60px;
	height: 50px;
	clear: both;
	}
.skille-rightcol {
	background: transparent url(designbilder/skille-rightcol.jpg) no-repeat 8px;
	height: 50px;
	}
.input-right {
	width: 180px;
	padding: 3px 0;
	border: 2px solid #687ea5;
	background: #fff;
	color: #000;
	font-weight: bold;
	}
.login-right {
	background: transparent url(designbilder/btn-logginn-right.jpg) no-repeat;
	color: #FFF;
	width: 108px;
	height: 35px;
	border: none;
	font-weight: bold;
	}
.KJOP{
	font-size: 1.4em;
	margin: 20px 0;
}
.LESMER{
	font-size: 1.2em;
}
.bold{
	font-weight:bold;
}
.fieldset-float{
	float:left; 
	width: 260px; 
	height: 165px;
}
