/* CSS Document by Arve */


body {
	margin:0;
	padding:0;
	background-color:#EFEFEF;}


/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container { 
	width:1018px;
	background-image:url(../gfx/bgContainer.jpg);
	background-repeat:repeat-y;
	margin:0 auto;}


/* HEADER 
------------------------------------------------------------------*/
#header {
	width:1005px;
	padding:0 6px;
	position:relative;}
	
#header .topLine {
	background-color:#0B4580;
	height:45px;
	padding:5px 0 3px 13px;}
	
#header .slideshow {
	width:1005px;
	height:130px;
	overflow:hidden;}
	
#header h1 {	
	font-size:2.4em;
	color:#FFF;
	font-weight:normal;
	margin:0 0 4px 0;
	padding:0;}
	
#header h1 a:link,
#header h1 a:visited {	
	color:#FFF;
	text-decoration:none;}
	
	
/* MAINCONTENT
------------------------------------------------------------------ */
#main {
	width:980px;
	padding:20px 15px 15px 20px;}
	
/* frontpage boxes & colums*/
.box {
	width:238px;
	margin-bottom:20px;}
	
.box h1 {
	font-size:1.5em;}
	
.box p {
	padding:0;
	margin:0 0 9px 0;}
	
.box ul {
	margin-top:0;
	padding-top:0;}
	
.box li {
	margin:0;
	padding:0;}
	
.box .header {
	background-image:url(../gfx/box/boxHeader.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:11px;}
	
.box .middle,
.box .middleHigh,
.box .middleMedium,
.box .middleSmall {
	background-image:url(../gfx/box/boxMiddle.gif);
	background-repeat:repeat-y;
	padding:5px 10px 5px 15px;}
.box .middle {
	min-height:298px; height:auto !important; height:298px;}	
.box .middleHigh {
	min-height:651px; height:auto !important; height:651px;}	
.box .middleMedium {
	min-height:200px; height:auto !important; height:200px;}	
.box .middleSmall {
	min-height:145px; height:auto !important; height:145px;}	
.box .footer {
	background-image:url(../gfx/box/boxFooter.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:12px;
	font-size:0;}

.column {
	float:left;
	width:238px;
	margin-right:7px;}	
	
#bekreftelse { /* used on form submit */
	color:#B20E21;
	font-size:1.00em;
	font-weight:bold;
	float:left;
	text-transform:uppercase;
	display:none;}


/* FOOTER (outside the #container)
------------------------------------------------------------------ */
#footer {
	background-image:url(../gfx/bgFooter.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:1018px; 
	margin:0 auto;
	color:#999999;
	font-size:80%;
	text-align:center;}
	
#footer a:link,
#footer a:visited {
	color:#999999;}
	
#footer p {
	display:inline;
	margin:0;
	padding:0;}
	
	
/* BOX ARTICLE PAGES ETC 
--------------------------------------------------------------- */
.boxArticle {
	width:963px;}
.boxArticle .header {
	background-image:url(../gfx/box/boxTextpagesHeader.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:9px;}
	
.boxArticle .middle {
	background-image:url(../gfx/box/boxTextpagesMiddle.gif);
	background-repeat:repeat-y;
	padding:5px 15px 10px 15px;}

.boxArticle .footer {
	background-image:url(../gfx/box/boxTextpagesFooter.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:11px;}
	
	
/* Misc textpages css 
--------------------------------------------------------------- */

#breadcrumbsWrapper {
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:10px;
	height:20px;
	border-bottom:1px solid #E7E7E7;}

#breadcrumbs {
	float:left;
	width:60%;}

.ingress {
	font-size:1.2em;}
	
.text {
	font-family:Arial, Helvetica, sans-serif;}
	
	
/* BackLink & Print & Tip a friend
----------------------------------------------- */

.back a{
	padding-left:25px;
	background:url(../gfx/btn_back.gif) no-repeat;
	float:left;
	margin-right:30px;
	color:#000000;
	font-size:0.9em;}

.print a{
	padding-left:25px;
	background:url(../gfx/btn_print.jpg) no-repeat;
	float:left;
	margin-right:30px;
	font-size:0.9em;}

.tip a{
	padding-left:25px;
	background:url(../gfx/btn_tip.gif) no-repeat;
	float:left;
	margin-right:30px;
	font-size:0.9em;}

