/* body attributes */
* {
	font-size: 13px;
	margin: 0px;
}

body {
	background: url('/gfx/bg.gif') repeat-y center top;
	font-family: Arial, tahoma, arial, sans-serif;
	margin: 0px;
	text-align: center;
	color: #333;
}

a {outline: none; cursor: pointer;}
a:link {color: #00669f; text-decoration: none;}
a:visited {color: #00669f; text-decoration: none;}
a:hover {color: #00669f; text-decoration: underline;}
a:active {color: #00669f; text-decoration: underline;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #4D4D4D;
}

img {
	border: 0px;
	outline: none;
}


/* TEXT ELEMENTS */
h1 {
	font-size: 30px;
	font-weight: normal;
	position: relative;
	height: 50px;
	color: #00669f;
}

h2, h2 * {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 a:link, h2 a:visited {
	color: #333;
}
h2 a:hover {
	text-decoration: none;
}

h3 {
	margin-bottom: 18px;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	line-height: 16px;
	color: #4D4D4D;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	height: 1px;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}

/* FORM */
.text, textarea, .submit, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 220px;
}

.text, .submit, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 20px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
} 
.required label {
	font-weight: bold;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label  {
	float: left;
	width: 100px;
	padding-top: 4px;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
}

* html .customform .fieldtype-radio label, * html .customform .fieldtype-checkbox label {
	padding-top: 3px;
}

table.tf th, table.tf td {
	padding: 4px;
}

.tf #navn label {
	display: block;
	width: 100px;
}

/* MAIN */
#main {
	background: #efefef;
	width: 954px;
	min-height: 400px;
	margin: 0px auto;
	text-align: left;
}

/* TOP */
#top {
	background: url('/gfx/top-bg.png') no-repeat left top;
	height: 120px;
	margin-bottom: 0px;
	position: relative;
}

#top img {
	margin: 19px 0px 0px 30px;
}

#top .address {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #fff;
}

#top .address a:link, #top .address a:visited {
	color: #fff;
	text-decoration: none;
}

#pic {
	background: no-repeat center center;
	margin-bottom: 15px;
	height: 140px;
}

/* TOPNAV */
#topnav {
	font-size: 12px;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #333;
}

/* SEARCH */
#quicksearch .text {
	margin-right: 10px;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 12px;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */
#menu {
	float: left;
	width: 150px;
	margin: 50px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul ul {
}

#menu li {
	list-style: none;
	margin-bottom: 4px;
	padding-left: 30px;
}

#menu a {
	padding: 2px 0px 2	px 0px;
	display: block;
	color: #00669f;
	text-decoration: none;
	font-size: 15px;
}

#menu a:link, #menu a:visited {
	color: #00669f;
}

#menu li.act {
	background: #00669f;
}

#menu .act a, #menu .act ul .act a {
	color: #fff;
}

#menu .act ul a {
	font-weight: normal;
}

#menu .submenu {
	padding-left: 10px;
}

/* RIGHT */
#related {
	float: right;
	width: 200px;
	max-width: 180px;
	padding: 10px;
	margin: 50px 30px 0px 0px;
	background: #fff;
}

#related .box {
	margin-bottom: 10px;
}

#related .navi {
	font-size: 12px;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #333;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 12px;
}

/* CONTENT */
#content {
	margin-left: 180px;
	margin-right: 260px;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

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

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 12px;
}

/* FOOTER */
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}

/* LISTS */
.list div {
	font-size: 12px;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 12px;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 12px;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #333;
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	background-color: #acc0c7;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}