/*
	Colors:
	Dark green header: 1f4333
	Menu grayish: abb7b0
*/

/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }
table { table-layout: fixed; }

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float:left; }
.fr { float:right; }
.underline { text-decoration: underline; }
.nowrap { white-space: nowrap; }

.std-margin { margin: 10px;}
.std-margin-top { margin-top: 10px; }


/* LAYOUT */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background: #fff url('../../static/gfx/bgpat.png') repeat top center;
	font: 11px/150% verdana, sans-serif;
	color: #000;
	height: 100%;
}

a:link, a:visited, a:active {
	color: #6c92b1;
}
a:hover {
	text-decoration: underline;
}


/* LAYOUT */


#obg {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	background: transparent url('../../static/gfx/fbg.png') repeat-y top center;
}

#top {
	width: 872px;
	height: 120px;
	margin: 0 auto;
	background: #1f4333 url('../../static/gfx/top-logo.png') no-repeat 10px 0;
}
	#top #languages {
		width: 870px;
		text-align: right;
		color: #ccc;
		padding-top: 98px;
	}
		#top #languages img {
			vertical-align: middle;
		}

#frame {
	width: 872px;
	margin: 0 auto;
}
	#menu {
		float: left;
		width: 160px;
		background-color: transparent;
		color: #1f4333;
		_overflow: hidden;
	}
		#menu ul {
			margin: 8px;
		}
		#menu ul li {
			padding: 2px 5px 2px 18px;
			font: bold 12px tahoma, sans-serif;
			background: transparent url('../../static/gfx/menu-dot.png') no-repeat left 4px;
		}
		#menu ul li.active {
			background: transparent url('../../static/gfx/menu-dot-a.png') no-repeat left 4px;
		}
			#menu ul li a {
				color: #1f4333;
				text-decoration: none;
			}
			#menu ul li a:hover {
				color: #fff;
			}
				#menu ul ul {
					margin: 0;
					display: none;
				}
					#menu ul ul li {
						font-weight: normal;
					}
		
		#reflogo {
			padding: 0 10px;
		}
	
	#content {
		float: left;
		width: 540px;
		margin: 10px;
		padding-bottom: 120px;
		background-color: #fff;
	}
		#content p, #content ul, #content h1, #content h2, #content h3, #content h4 {
			margin: 1em 10px;
		}
		
		#content ul li {
			background: transparent url('../../static/gfx/std-dot.png') no-repeat left center;
			padding-left: 18px;
			margin: 0.75em 0;
		}
			#content ul.std-list {
				list-style: disc;
				padding-left: 2em;
			}
				#content ul.std-list li {
					margin: 0;
					padding: 0;
					background: none;
				}
		
		#content h1 {
			color: #1f4333;
			font-size: 22px;
			font-weight: bold;
		}
		#content h2 {
			color: #1f4333;
			font-size: 17px;
			font-weight: bold;
			clear: both;
		}
		#content h3 {
			color: #1f4333;
			font-size: 13px;
			font-weight: bold;
		}
	
	#sidebar {
		float: left;
		width: 150px;
	}
		#sidebar ul li {
			margin-top: 10px;
		}
			.sidebox {
				padding: 8px;
				font: 10px/120% arial, sans-serif;
			}
			.sidebox.dark {
				background-color: #abb7b0;
			}
			.sidebox.light {
				background-color: #fff;
				border: 1px #1f4333 solid;
			}
				.sidebox img {
					margin: 1px;
				}
				.sidebox h3 {
					font-size: 11px;
					margin: 1px 0;
				}
				.sidebox em {
					color: #c00;
					font: bold 11px verdana, sans-serif;
				}
				
				.sidebox a:link, .sidebox a:visited {
					color: #000;
					text-decoration: none;
				}
				.sidebox a:hover {
					color: #333;
					text-decoration: none;
				}

address {
	padding: 15px 10px;
	font: normal 10px verdana, sans-serif;
}
	address img {
		display: block;
		margin: 5px 0;
	}
	address a:link {
		color: #1f4333;
	}

table {
	margin-left: 10px;
	width: 520px;
}
table.table-list {
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
	table.table-list td {
		padding: 5px;
		border-top: 1px #ccc solid;
		border-right: 1px #ccc solid;
	}
table td.h, table tr.h td { font-weight: bold; }

.underline {
	text-decoration: underline;
}

.section {
	border-top: 1px #000 solid;
	padding-top: 10px;
}

.quotebox {
	width: 300px;
	padding: 15px;
	margin: 10px auto;
	background-color: #fcff96;
	background-color: #fcff96;
	border-right: 2px #999 solid;
	border-bottom: 2px #999 solid;
	font: italic 13px georgia, serif;
}

.superheader {
	color: #1f4333;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
}

.border-top {
	border-top: 1px #1f4333 solid;
	padding-top: 0.5em;
}
td.price { text-align: right; width: 100px; font-weight: bold; }
table.vdist td { padding: 3px 0; }
.underline-strong strong { text-decoration: underline; }

.sideimg {
	float: right;
	width: 180px;
	margin: 0 0 10px 10px;
	font: 10px verdana, sans-serif;
}
	.sideimg img {
		display: block;
	}

.newslist li a {
	color: #036;
}
	.newslist li em {
		display: inline-block;
		color: #888;
		width: 110px;
	}

/* FORM */

form .text, form textarea, form select {
	border: 1px #1f4333 solid;
	width: 300px;
	font: 11px/130% verdana, sans-serif;
	padding: 1px;
}
form .check {
	vertical-align: text-top;
}
form .button {
	background-color: #abb7b0;
	border: 1px #1f4333 solid;
	padding: 2px 10px;
	font-size: 11px;
}
#content form p {
	margin: 0.5em 10px;
}

.highlighted {
	color: #393;
	font-weight: bold;
}

.selvaerelse { width: 400px; }


#content a.fr { display: none; }



/* DBBOX */
#dbbox {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 270px;
	height: 560px;
	top: -560px;
	left: 50%;
	margin-left: -165px;
}
	#dbbox p {
		height: 20px;
		line-height: 19px;
		padding: 0 5px;
		background-color: #ddd;
		border: 1px #ccc solid;
		font-weight: bold;
		color: #666;
	}
		#dbbox button {
			float: right;
			border: 1px #ccc solid;
			background-color: #eee;
			font: 11px verdana, sans-serif;
			margin: 1px 0;
		}
	#dbframe {
		margin: 10px;
	}
#dbbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
}
