/*
/////////////////////////////////////////////////
// LAYOUT 
/////////////////////////////////////////////////
*/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

body{
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../img/layout/bg_main_gradient.jpg);
	background-repeat: repeat-x;
}

h1, p{
	padding:0;
	margin:0;
}
#wrapper-outer {
	width: 712px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#innhold {
	font-size:95%;
	margin-left: 150px;
	width: 520px;
	padding-top: 0px;
}
#nav {
	width: 112px;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topp {
	background-image: url(../img/layout/topp.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
#footer {
	background-image: url(../img/layout/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
}
#footer-txt {
	font-size: 12px;
	color: #A7AAB1;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 1px;
}


#topp h1 {
	font-size: 72px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color: #6F737C;
}

#nav ul a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDBFC4;
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 16px;
	font-size: 95%;
	background-position: 6px;
	width: 100%; /* Hack for IE*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBFC4;
}

/* Border top, hack for firefox
   Må ligges i første link (forsiden)
   på hver eneste side
*/
.first-link{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBFC4;
}
#wrapper-inner {
	background-image: url(../img/layout/middle.gif);
	background-repeat: repeat-y;
}
#wrapper-bg-crossfade {
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../img/layout/bg_crossfade.gif);
	background-repeat: no-repeat;
}

#nav ul a:hover{
	background-image: url(../img/layout/pil_nivaa1_on.gif);
	color: #6F737C;
	background-color: #EFF1F1;
}

#nav ul a.active{
	background-image: url(../img/layout/pil_nivaa1_on.gif);
	color: #6F737C;
	background-color: #EFF1F1;
	font-size: 95%;
	cursor:text;
}

#innhold a{
	background-color: #f5f5f5;
	color:#6F737C;
	text-decoration:underline;
}

#innhold a:hover{
	color:#999999;
	text-decoration:underline;
}

#box-link {
}

#innhold h1 {
	font-size: 18px;
	letter-spacing: 2px;
	color: #6F737C;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#innhold p {
	margin-bottom:1.1em;
}

#innhold ul {
	list-style: square;
}

.galleri-sub{
	background:url(../img/layout/bg_galleri_subheader.gif) no-repeat;
	padding-left: 25px;
	color: #999999;
}

.reference-sub{
	background:url(../img/layout/bg_reference_subheader.gif) no-repeat;
	padding-left: 25px;
	color: #999999;
}

.reference p.txt{
	color:#666666;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}


/*
/////////////////////////////////////////////////
// SKJEMA 
/////////////////////////////////////////////////
*/

.input-green-push{
	background-image: url(../img/layout/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#6F737C;
	margin-bottom:3px;
	padding-left:2px;
	border: 1px solid #a5acb2; /* Firefox hack*/
}

/*
/////////////////////////////////////////////////
// BILDER
/////////////////////////////////////////////////
*/
table.galleri img {
	border: 1px solid #BDBFC4;
	padding: 3px;
}

img.rollover-js{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

/*
/////////////////////////////////////////////////
// DIVERSE
/////////////////////////////////////////////////
*/

/* Bruk til skrift som skal 'tones' ned en smule*/
.subtil{
	color:#666666;
}

/* Feilmeldinger, heading */
.error{
	color:#FF9900;
	font-weight:bold;
}

/* Påkrevde felt (*)*/
.required{
	color:#70737c;
}

/* 'Rydder' en float*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

/* Filtrert banneord */
.banword{
	color:#ccc;
	text-decoration: line-through;
}

.small{
	font-size:10px;
	letter-spacing:2;
}

.small-link{
	color:#9C9CA4;
}

a.small-link:hover{
	color:#9C9CA4;
	text-decoration:underline;
}

/*
/////////////////////////////////////////////////
// GJESTEBOK
/////////////////////////////////////////////////
*/

/* Luft under innleggene */
table.gbook-show{
	margin-bottom:10px;
}

/*
/////////////////////////////////////////////////
// PAGINASJON
/////////////////////////////////////////////////
*/

#innhold div.pagination-dotted ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#innhold div.pagination-dotted ul li{
	display: inline;
}

#innhold div.pagination-dotted{
	margin:20px 0 10px 0;
	width:90%;
	padding:3px 0; /* Kritisk for å fremvise border korrekt */
	text-align:center;
}

#innhold div.pagination-dotted li a.pagination-link{
	margin-right:1px;
	text-decoration: none;
	border: 1px solid #BDBFC4;
	background:#FFFFFF;
	padding:0 3px;
}

#innhold div.pagination-dotted li a:hover.pagination-link{
	background:#EFF1F1;
}

#innhold div.pagination-dotted a.pagination-current{
	margin-right:1px;
	text-decoration: none;
	/*font-weight:bold;*/
	border: 1px solid #BDBFC4;
	background:#EFF1F1;
	padding:0 3px;
}

#innhold .pagination-info{
	width:90%;
	text-align:center;
}

#innhold .pagination-info-pgnumber{
	font-weight:bold;
}

