@charset "UTF-8";
/* CSS Document */

/* 
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
   
   Generated by:
    * Blueprint CSS Grid Generator (2009-01-13) [http://kematzy.com/blueprint-generator/]
    
  == STRUCTURE: ========================
   * Page width:            754 px
   * Number of columns:     9
   * Column width:          82 px
   * Margin width:          2 px
  ======================================
   
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
	font-size:30px;
	line-height:24px;
	margin-bottom:0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Trebuchet MS", Arial, 		Helvetica, sans-serif;}
h4 {
	margin:0 0 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; padding-left: 5px;
	padding-bottom: 5px; color: white;
}
h5 {
	color:#999;
	font-size:12px;
	letter-spacing: 2px;
	font-family: Helvetica
}
h6 {color:#00FF00;
	font-size:11px;
	line-height:20px;
	letter-spacing: 2px;
	font-family: Helvetica;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin:0 0 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p img {float:left;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}


ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2009-01-13) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            754 px
    * Number of columns:     9
    * Column width:          82 px
    * Margin width:          2 px
   ======================================

   By default, the grid is 754px wide, with 9 columns 
   spanning 82px, and a 2px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 758px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}

/* Body margin for a sensile default look. */
body {
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

.break {
	border-top-style:solid; border-top-color:#000; border-top-width:thick;
	padding-top: 5px; margin-top: 5px;
}

.break2 {
	border-bottom-style:solid; border-bottom-color:#000; border-bottom-width:thick;
	padding-bottom: 5px; margin-bottom: 5px;
	padding-top: 5px; margin-top: 5px;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9 {float:left;margin-right: 2px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

div.footer {
	font-size: 12px;
}

div.border {border-right-color:#B3B3B3; border-right-style:solid; border-right-width:thin; }

div.vit {color:#FFF}

/* Use these classes to set the width of a column. */
.span-1  { width: 82px;}
.span-2  { width: 166px;}
.span-3  { width: 250px;}
.span-4  { width: 334px;}
.span-5  { width: 418px;}
.span-6  { width: 502px;}
.span-7  { width: 586px;}
.span-8  { width: 670px;}
.span-9, div.span-9 { width: 754px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 84px;}
.append-2  { padding-right: 168px;}
.append-3  { padding-right: 252px;}
.append-4  { padding-right: 336px;}
.append-5  { padding-right: 420px;}
.append-6  { padding-right: 504px;}
.append-7  { padding-right: 588px;}
.append-8  { padding-right: 672px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 84px;}
.prepend-2  { padding-left: 168px;}
.prepend-3  { padding-left: 252px;}
.prepend-4  { padding-left: 336px;}
.prepend-5  { padding-left: 420px;}
.prepend-6  { padding-left: 504px;}
.prepend-7  { padding-left: 588px;}
.prepend-8  { padding-left: 672px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:0px;
  margin-right:1px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:84px;
  margin-right:81px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -84px;}
.pull-2 { margin-left: -168px;}
.pull-3 { margin-left: -252px;}
.pull-4 { margin-left: -336px;}
.pull-5 { margin-left: -420px;}
.pull-6 { margin-left: -504px;}
.pull-7 { margin-left: -588px;}
.pull-8 { margin-left: -672px;}
.pull-9 { margin-left: -756px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9 {float:left;position:relative;}


.push-1 { margin: 0 -84px 1.5em 84px;}
.push-2 { margin: 0 -168px 1.5em 168px;}
.push-3 { margin: 0 -252px 1.5em 252px;}
.push-4 { margin: 0 -336px 1.5em 336px;}
.push-5 { margin: 0 -420px 1.5em 420px;}
.push-6 { margin: 0 -504px 1.5em 504px;}
.push-7 { margin: 0 -588px 1.5em 588px;}
.push-8 { margin: 0 -672px 1.5em 672px;}
.push-9 { margin: 0 -756px 1.5em 756px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box {
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}

.box2 {
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}

.box3 {
	width:400px;
	color:#FFF;
	background-color:#000;
}

/* Use this to create a horizontal ruler across a column. */
hr {
	background: #000;
	color: #000;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

hr.space {
  background: #fff;
  color: #fff;
}

hr2 {
	background: #000;
	color: #000;
	clear: both;
	float: none;
	width: 100%;
	height: 0.4em;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

hr2.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

#meny {
	font-size:16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

#meny li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: helvetica;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	text-transform: lowercase;
	}
	
#meny a:link, #meny a:visited {
	float: left;
	margin-right:10px;
	color: #000;
	text-decoration: none;
	}

#meny a.active:link, #meny a.active:visited, #meny a:hover {
	text-decoration: line-through;
	color: #ff7126;
}

#bild {padding-bottom:10px;}

#info {color:#73BE1E; font-size:12px; line-height:12px; padding-top: 10px;}
#gra {color:#999; font-size:12px; line-height:12px; padding-top: 10px;}

#stad {
	line-height:20px;
	letter-spacing: 2px;
	font-family: Helvetica;
}

#text_under {font-size:20px; line-height:22px; }
#text_under_rod {font-size:20px; line-height:22px; color:#FF1A20;}

#main {
	margin-bottom: 5px;
}

.black { background-color:#000; color:#FFF;}

a:link {color:#000;
text-decoration:none;}

a:hover {text-decoration:line-through;}

#minitabs {

	}

#minitabs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #000;
	text-transform: lowercase;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	margin-right:10px;
	color: #000;
	text-decoration: none;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
