
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 background-image: url("../site_img/bodybackground.png");
 background-repeat: repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

/* ======== header ======== */

#header {
 color: black;
 width: 900px;
 float: left;
 padding: 10px;
 border: none;
 height: 48px;
 margin: 0;
 background: transparent;
	text-align: right;
	vertical-align: bottom;
}

#header a img {
	border: none;
	}

/* ======== navigation ======== */

#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 0 10px 0 10px;
 border: none;
 margin: 0;
 background: transparent;
 height: 60px;
}

* html #navigation a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #navigation a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#navigation a {
  background-image:none;
	display:block;
	color: #777;
	text-decoration:none;
	float:left;
	font-size: 0.9em;
}

#navigation a span {
	padding: 8px 1px 0 1px;
	display:block;
  background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
#navigation a:hover, #navigation a.active {
	text-decoration:none;
	color:#93101a;
}

#navigation a:hover span, #navigation a.active span {
  background: url(../site_img/mainhover.png) top repeat-x;
	text-decoration: none;
}

.menusep {
	width:20px;
	height:30px;
	float:left;
	display:block;
}

/* ======== leftcolumn ======== */

#leftcolumn { 
 color: black;
 border: none;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 195px;
 float: left;
}

* html #leftcolumn a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #leftcolumn a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#leftcolumn a {
  background-image:none;
	display:block;
	color: #777;
	text-decoration:none;
	clear: both;
	height: 30px;
	font-size: 0.9em;
	vertical-align: middle;
	margin: 0 0 25px 0;
}

#leftcolumn a span {
	padding: 5px 0 5px 15px;
	display:block;
  background: url(../site_img/subback.png) left repeat-y;
	text-decoration:none;
	cursor:pointer;
	vertical-align: middle;
  }
  
#leftcolumn a:hover, #leftcolumn a.active {
	text-decoration:none;
	color:#93101a;
}

#leftcolumn a:hover span, #leftcolumn a.active span {
  background: url(../site_img/subhover.png) left repeat-y;
	text-decoration: none;
}

/* ======== content ======== */

#content { 
 float: left;
 color: black;
 border: none;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 400px;
 display: inline;
}

#content p {
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

#content p.noblock {
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}


#content li {
	margin-left: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#content h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #471a1a;
}

#content h2 {
	font-size: 1em;
	margin: 1.8em 0 1.0em 0;
	font-weight: bold;
	color: #471a1a;
}

#content a {
	color: #93101a;
	text-decoration: underline;
}

#content a:hover {
	color: #c90614;
	text-decoration: none;
}

#content hr {
	margin: 25px 5px 25px 5px;
}

#content br {
	clear: both;
}

#content table {
	width: 80%;
	border: none;
	line-height: 1.4em;
	padding-bottom: 1em;
}

#content td {
	width: 50%;
}

#content td.liste {
	width: auto;
	padding-right: 1em;
	vertical-align: top;
}

#content .small {
	font-size: 90%;
}

#content .verysmall {
	font-size: 80%;
}

#content .subtitle {
	font-size: 90%;
	margin-top: 0;
	font-weight: normal;
	line-height: 1em;
}

.left {
	float: left;
	padding: 1em 1em 1em 0;
}

.banner {
	padding-bottom: 1em;
}

/* ======== pressebilder ======== */

#contentwide { 
 float: left;
 color: black;
 border: none;
 background: white;
 margin: 30px 5px 30px 0px;
 padding: 10px;
 height: auto;
 width: 700px;
 display: inline;
}

.presspics td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
}


.title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 6px;
}


/* ======== rightcolumn ======== */

#rightcolumn { 
 color: #333;
 border: none;
 margin: 0;
 padding: 0;
 height: auto;
 width: 215px;
 float: right;
}

#rightcolumn br {
	clear: both;
	}

#rightcolumn h1 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 0.2em;
	padding-top: 0.8em;
	font-weight: bold;
	color: #471a1a;
}

#rightcolumn h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	padding-top: 0.8em;
	font-weight: bold;
	color: #471a1a;
}

#rightcolumn p {
	text-align: left;
	line-height: 1.4em;
	margin: 0.4em 0 0.5em 0;
	font-size: 0.8em;
}

#rightcolumn .news {
	margin-top: 1.5em;
	font-weight: bold;
	line-height: 1.8em;
	color: #471a1a;
	clear: both;
}

#rightcolumn .small {
	margin-top: 1.5em;
	font-weight: normal;
	line-height: 1.8em;
	color: #471a1a;
	clear: both;
}

#rightcolumn a {
	color: #93101a;
	text-decoration: underline;
}

#rightcolumn a:hover {
	color: #c90614;
	text-decoration: none;
}

#rightcolumn .inner {
	padding: 0 15px 0 15px;
	margin: -8px 0 -8px 0;
	background: url(../site_img/box-back.png) left repeat-y;
}

/* ======== footer ======== */

#footerline { 
 width: 100%;
 height: 10px;
 clear: both;
 color: black;
 border: none;
 background: url(../site_img/footerbackground.png) repeat-x;
 margin: 0;
 padding: 0;
}

#footer { 
 width: 900px;
 clear: both;
 color: #777;
 border: none;
 background: transparent;
 margin: 0 auto;
 padding: 0;
 font-size: 0.8em;
}

#footer img {
 border: none;
 margin: 0;
 padding: 0;
 vertical-align: bottom;
}

#footer a {
	color: #93101a;
	text-decoration: none;
}

#footer a:hover {
	color: #c90614;
	text-decoration: underline;
}



/* ======== the rest ======== */

#preload {
	display: none;
}

.right {
	text-align: right;
	float: right;
}

.left {
	text-align: left;
	float: left;
}

.noborder {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

.inl_left {
	float: left;
	padding-right: 5px;
}
