/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

		h3 { font: 1.1em Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px 1px #ccc; padding: 0; color: #000; text-align:left; }

.bilde {
	margin: 15px;
}
.logo {
	margin: 15px 0 0 0;
}

.styling {
	border: 1px outset #AEBBA4;
	padding: 3px;
	marging-right:5px;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

a {
	text-decoration: none;
	color: #4566B7;
}

a:hover {
	text-decoration: none;
	color:#8A3923;
}

/** HEADER */

#header {
	width: 770px;
	height: 90px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
	color: #898F7D;
}

#header h2 {
	padding-left: 25px;
	font-size: 10px;
}

/** MENU */

#menu {
	width: 750px;
	margin: -2.5em auto 1em auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 0 0 2em;
	text-decoration: none;
	font-weight: bold;
	color: #898F7D;
}

#menu a:hover {
	color:#8A3923;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0 auto 1em auto;
	background: #FFFFFF;
	border: 1px dotted #898F7D;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 500px;
	padding: 25px 20px 0 20px;
}

#columnB {
	float: right;
	width: 190px;
	padding: 25px 20px 0 10px;
	border-left:1px dotted #898F7D;

}

#columnB h2 {
	padding-top: .45em;
	font-size: medium;
}

/** FOOTER */

#footer {
	clear: both;
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
}

/* highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: thin solid gray;
}
.highslide:hover img {
	border: thin solid black;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


