body
{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	background-color: #fff;
}

#maincontainer
{
	margin: 0 auto;
	width: 100%;
}

#logo
{
	height: 55px;
	background-color: #000;
	border-bottom: 1px solid #333;
	width: 100%;
}

#mainpict
{
	height: auto;
	background-color: #000;
	border-bottom: 1px solid #333;
	width: 100%;
}

#contentholder
{
	margin: 0 auto;
	width: 900px;
}

#content
{
	float: left;
	width: 630px;
	margin: 0;
	padding: 0;
}

h1, h2, .stretchtoggle, h5, h6
{
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #c78304;
}

h1
{
	padding: 0;
	margin: 24px 0 15px 0;
	font-size: 24px;
	color: #666;
	border-bottom: 1px solid #c78304;
	padding-bottom: 4px;
}

h2
{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

h3, h4
{
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

h5
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666;
	padding: 4px 0;
}

#content li
{
	font-size: 13px;
	color: #333;
	line-height: 1.1em;
	padding: 4px 0;
}

#content p, #modal p, #frontcontent p, td, #newsletter p
{
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
}

#content p a, #modal p a, #content li a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #c78304;
}

#content p a:hover, #modal p a:hover, #content li a:hover
{
	border-bottom: 1px solid #c78304;
	color: #000;
}

#content .newslink
{
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #c78304;
}

p.pictextleft, p.pictextright
{
	min-height: 220px;
}

p.pictextleft img { margin-right: 20px; }

p.pictextright img { margin-left: 20px; }

p.pictextright a:hover img, p.pictextleft a:hover img
{
	-webkit-transform: scale(1.05);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transform: scale(1.05);
	-moz-transition: all 0.4s ease-in-out;
}

p u
{
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #c78304;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

hr
{
	clear: both;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

td img { border-bottom: 1px solid #fff !important; }

blockquote
{
	background-color: #eee;
	font-size: 12px;
	line-height: 1.4em;
	float: left;
	padding: 12px 10px;
	margin: 0 20px 10px 0;
	width: 200px;
	border: 1px solid #ddd;
	text-align: left;
	font-style: oblique;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 2px 6px #ddd;
	color: #333;
	text-shadow: #fff 0px 1px 0px;
}

blockquote strong { font-style: normal; }

blockquote.citat
{
	width: 450px;
	float: none;
	margin-bottom: 30px;
	background-image: url(quotationmark.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

blockquote.citat em
{
	font-style: normal;
	font-weight: normal;
}

blockquote.citat em, blockquote.citat strong { color: #444; }


/* NAVIGATION */
#kwick
{
	height: 40px;
	background-image: url(tabbag.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#kwick ul
{
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	width: 760px;
}

#kwick a
{
	display: block;
	text-decoration: none;
	color: #ccc;
}

#kwick .active a
{
	color: #333;
	text-shadow: #fff 0px 1px 1px;
}

#kwick li
{
	float: left;
	list-style-type: none;
}

#kwick .kwick
{
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 40px;
	width: 108px;
	padding: 0px;
	background: #fff;
	margin-bottom: 0px;
}

#kwick .last { border-right: 0; }

#kwick .kwick span {}

#kwick .kwick
{
	background-color: #000;
	background-image: url(tabbag.png);
}

#kwick .kwick:hover
{
	background-color: #333;
	background-image: url(tabbag_hover.png);
	text-shadow: #000 0px -1px 0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#kwick .active, #kwick .active:hover
{
	background-color: #fff;
	background-image: none;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#kwick .first { }

#kwick .last { }

/* SIDEBOXE */

#boxcontainer
{
	float: right;
	margin-top: 54px;
	width: 250px;
}

.box
{
	background-color: #eee;
	font-size: 12px;
	line-height: 1.4em;
	padding: 12px 20px 20px 20px !important;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 2px 6px #ddd;
	color: #666;
	text-shadow: #fff 0px 1px 0px;
}

.box strong
{
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #555;
	border-bottom: 1px solid #dec7b7;
	padding-bottom: 4px;
	display: block;
	margin-bottom: 0;
	background-image: url(box_watch.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.box a
{
	text-decoration: none;
	color: #666;
}

.box a:hover
{
	text-decoration: none;
	color: #000;
}

.box strong.dk
{
	background-image: url(box_dk.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.box strong.uk
{
	background-image: url(box_uk.png);
	background-position: right top;
	background-repeat: no-repeat;
}


#references
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 16px 0;
}

/* ADDRESS */

#address
{
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	color: #666;
	clear: both;
	line-height: 30px;
}

#address a
{
	text-decoration: none;
	border-bottom: 1px dotted #c78304;
	color: #666;
}

#address a:hover
{
	border-bottom: 1px #c78304 solid;
	color: #333;
}

#copyright
{
	font-size: 10px;
	text-align: center;
	padding: 6px 0 12px 0;
	color: #dedede;
}

#copyright a
{
	color: #dedede;
	text-decoration: none;
	border-bottom: 1px dotted #dedede;
}

#copyright a:hover
{
	color: #bbb;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

/* LIGHTBOXES */

#modal
{
	background-color: #FFF;
	padding: 0;
	margin: 0;
	background-image: url(modal_back_white.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#modal p, #modal h1, #modal h2
{
	margin: 0 30px;
	line-height: 1.2em;
	background-color: transparent;
}

#modal p, #modal h1 { margin-bottom: 5px; }

#modal h1 { padding-top: 15px; }

#multipict {}


/* FORM */

#newsletter
{
	background-color: #FFF;
	background-image: url(frontnavibag.png);
	background-repeat: repeat-x;
	padding: 20px;
	margin: 0;
}

#newsletter table { width: 100%; }

#newsletter textarea, #newsletter select { width: 100%; }

.fullwidth
{
	width: 100%;
}

#newsletter .submitbutton
{
	width: 120px;
	background-color: #ccc;
	background: url("bag_buttons.png") repeat-x;
	background-position: 0% 0px;
	color: #222;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 7px 2px 7px;
	border: 1px solid #666;
	border-bottom-color: #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: #eee 0px 1px 0px;
	margin: 0;
}

#newsletter .submitbutton:hover
{
	color: #000;
	background-position: 0% -19px;
}

#newsletter .submitbutton:active
{
	color: #000;
	text-shadow: #000 0px 0px 5px;
	background-position: 0% -38px;
}

#newsletter .label
{
	font-weight: bold;
	text-align: right;
	width: 30%;
	white-space: nowrap;
	padding: 0 5px 0 0;
}

.errors
{
	color: #800;
	text-align: center;
	font-size: 12px;
	border: 1px solid #9AA5B0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	text-shadow: #fff 0px 1px 0px;
	padding: 6px;
	margin-bottom: 10px;
}