
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  RESET ALL CSS STYLES CROSS BROWSER
//
///////////////////////////////////////////////////////////////////////////////////
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, 
acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, 
strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
html,body { height:100%; } /* This is key for IE6! */
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Globals, redifined styles
//
///////////////////////////////////////////////////////////////////////////////////
*/

html{ height: 100%; } /* Fix body-height in FF */

body{
	background: url(../images/framework/background-gradient.gif) repeat-x fixed 0 bottom;
	margin: 0px;
}

body, p, h1, h2, h3, h4, h5, h5{
	font-family: Verdana;
	font-size: 12px;
	color: #424242;
	line-height: 1.4em;
}



h1{ font-size: 22px; }
h2{ font-size: 20px; }
h3{ font-size: 18px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
h6{ font-size: 12px; }

p,h1,h2,h3,h4,h5,h6{ margin: 0px; font-weight: normal; color: #424242;}

a:link{ color:#1A5BA9; text-decoration:underline; }
a:hover{ color:#1A5BA9; }
a:visited{ color:#424242; text-decoration:underline; }

strong {
	font-weight: bold;
}

select{
	border: solid 1px #1A5BA9;
	color: #1A5BA9;
	background-color: white;
	font-size: 11px;
}

.image_holder{ font-size:1px; }

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Header
//
///////////////////////////////////////////////////////////////////////////////////
*/

#base{ margin: 65px auto 0px auto; width: 940px; }

#header #logo{ float: left; clear: both; }
#header #stripe{ margin-top: 20px; }

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Navigation
//
///////////////////////////////////////////////////////////////////////////////////
*/

/* All lists */


#navigation, #navigation ul { padding: 0; margin: 0; list-style: none; line-height: 1;  }
#navigation{ margin-top: 29px; float: right; margin-right: 20px; clear: both; }
#navigation a { color: #1A5BA9; text-decoration: none; display: block;}

/* All list items */
#navigation li { 
	float: left;
	margin-left: 15px;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	/* Removed -> width: 100px;  NB! width needed or else Opera goes nuts */
}

/* Second-level lists */
#navigation li ul { 
	position: absolute;
	/*background: url(../images/framework/navigation-background-trans.png);*/
	background-color: white;
	border-left: solid 1px #1A5BA9;
	border-right: solid 1px #1A5BA9;
	border-bottom: solid 1px #1A5BA9;
	width: 160px;
	padding-top: 10px;
	left: -999em;
	z-index: 10000;
}

#navigation li ul li{
	font-size: 12px;
	float: none;
	padding: 6px 10px 6px 10px;
	margin: 0px;
	border-bottom: 1px solid #9FBADB;
}

a:hover {
	color: black !important;
}

/* Third-and-above-level lists */
#navigation li ul ul { 
	display: none;
	margin: -17px 0 0 150px; 
	padding-top: 0px; 
}
#navigation li ul ul li { 
	padding: 6px 10px 6px 10px; 

}

#navigation li:hover ul ul, 
#navigation li.sfhover ul ul { 
	left: -999em; 
}

#navication li {
	position:relative;
}

/* Lists nested under hovered list items */
#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 
	left: auto; 
}

#navigation li:hover ul {
	overflow: visible;
}

/* Secondary navigation */
#navigation_secondary a{ text-decoration: none;  color: #1A5BA9; }
#navigation_secondary h6{ font-weight: bold; color: #424242; }
#navigation_secondary li{ margin-top: 5px; }
#navigation_secondary ul{ list-style-type: none; padding: 0px; }
#navigation_secondary ul li ul{ padding: 0px 0px 0px 15px; }
#navigation_secondary ul li ul a{ color: gray; }


#sitemenu {
	float: right;
	
}

#sitemenu li {
	float: left;
}

#sitemenu img {
	opacity: .4;
	filter: alpha(opacity=40)
}

#sitemenu li.active img,
#sitemenu a:hover img {
	opacity: 1;
	filter: alpha(opacity=100)
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Frontpage
//
///////////////////////////////////////////////////////////////////////////////////
*/

#frontpage{
	background-color: #FAFBF8;
	height: 470px;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Content
//
///////////////////////////////////////////////////////////////////////////////////
*/

#content{
	padding: 50px 0px 50px 0px;
	background-color: white;
}

#content_transparent{
	padding: 50px 0px 50px 0px;
}

.col_1{
	width: 170px;
	float: left;
	padding-left: 25px;
}

.col_2{
	float: left;
	width: 500px;
	padding: 0px 25px 0px 25px;
}

.col_3{
	float: left;
	width: 170px;
	padding-right: 25px;
}

.col_full {
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
}

#content_transparent .col_2{
	width: 690px;
}

.clear{ clear: both; }

.col_1 h6{ font-weight: bold; color: #1A5BA9; }
.col_3 h6{ font-weight: bold; color: #1A5BA9; }
.ingress{ font-weight: bold; }


.contact_sheet{
	background-color: white;
}

.contact_sheet td{
	width: 82px;
	text-align: center;
}

.contact_sheet .info{
	background-color: #1A5BA9;
	width: auto;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Footer
//
///////////////////////////////////////////////////////////////////////////////////
*/

#footer{
	margin: 20px 0px 20px 0px;
	text-align: center;
	color: #1A5BA9;
}



.order-form th {
	font-weight: bold;
	width: 130px;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 11px;
	text-align: right;
}

.order-form.remiss th h5 {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 20px;
	font-weight: bold;
}

.order-form.remiss textarea {
	width: 100% !important;
	height: 7em;
}

.order-form td {
	padding: 2px;
}

.order-form input[type=text],
.order-form textarea {
	width: 300px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.order-form.remiss input[type=text],
.order-form.remiss textarea {
	width: 270px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


.small-input {
	width: 100px !important;
}

#file-list input {
	float: left;
	clear: both;
	margin-bottom: 4px;
}

#file-list {
	padding-bottom: 10px;
}

.validation-errors {
	color: red;
	margin-left: 150px;
	margin-bottom: 10px;
}

.required {
	color: red;
}

.box-frontpage-right select {
	background-color: inherit !important;
	border: 1px solid LightGray !important;
	color: inherit !important;
	font-size: inherit !important;
}

.box-frontpage-right select optgroup {
	font-size: 11px;
	font-style: normal !important;
}

.box-frontpage-right {
	position: relative;
	width: 273px;
	float: left;
	height: 455px;
	padding: 15px 10px 0 20px;
	background: white url(../images/kart-forside-morkere.gif) no-repeat -15px 172px;
}

.box-frontpage-right h4 {
	font-weight: bold;
	margin-bottom: 7px;
}

#frontpage {
	background-color: white !important;
}

#order {
	margin-top: 15px !important;
}

.box-frontpage-right h5 {
	font-size: 11px;
	color: #1A5BA9;
}

.country-link-list {
	position: absolute;
	top: 405px;
	left: 175px;
	font-size: 11px;	
}
