﻿/*  html, body and other global defaults
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	background:	#E8E8E8 url(../img/bg.png) repeat-x;
	color: #303030;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;	
}

html, body {
	margin:	0;
	padding: 0;
}

body {
	text-align:	left;
	width: 974px;
	margin:	0 auto;
}   

table {
	border: none;
	border-collapse: collapse;
}

table tr th,
table tr td {
	vertical-align: top;
}

/*  Baseline values for browser consistency
---------------------------------------------*/

img {
	border:	0;
}

a {
	outline: 0;
}            

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*  Default links
---------------------------------------------*/

a:link, a:visited {
	color: #0300CC;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1.logo a {
	position: absolute;
	display: block;
	background: url(../img/logo.png) no-repeat;
	text-indent: -10000px;
	top: 29px;
	width: 210px;
	height: 35px;
	margin-left: 10px;
}

/* Typo
---------------------------------------------*/

h1, h2, h3, h4 {
	color: #303030;
}

p,
ul {
	margin: 9px 0 9px 0;
	line-height: 18px;
}

h2 {
	margin: 9px 0 9px 0;	
}

h3 {
	margin: 9px 0 9px 0;	
	font-size: 13px;
}

p.right {
	text-align: right;
}

/* Img 
---------------------------------------------*/

img.img_right {
	float: right;
	margin-left: 10px;
}


/* Page Layout
---------------------------------------------*/

#header {
	display: block;
	height: 126px;
	background: url(../img/header_bg.png) no-repeat;

}

#wrapper-main {
	background: url(../img/content_bg.png) repeat-y;
}

#content {
	padding: 0 0 0 11px;
	width: 700px;
}

#content-right {
	float: right;
	width: 225px;
	padding-right: 22px;

}

#footer {
	background: url(../img/fotter_bg.png) no-repeat;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 20px;
	color: #666;
}

/* Navigation
---------------------------------------------*/

#menu {
	position: absolute;
	display: block;
	top: 92px;
	width: 700px;
	margin: 0 0 0 10px;
	list-style: none;
}

#menu li {
	float: left;
	list-style: none;
	margin-right: 15px;
}

#sub-menu {
	margin: 0 0 0 5px;
	list-style: none;
}

#sub-menu li {
	list-style: none;
	margin: 2px 0 9px 0;
}

#menu li a,
#sub-menu li a {
	font-weight: bold;
	color: #000000;
}

#menu li a:hover,
#sub-menu li a:hover {
  color: #0300CC;
  text-decoration: none;
}

#menu li a.current,
#sub-menu li a.current {
  color: #0300CC;
}

#lang_menu {
	position: absolute;
	display: block;
	top: 88px;
	height: 11px;
	width: 45px;
	margin-left: 915px;
	list-style: none;
}

#lang_menu li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#lang_menu li img {
 margin-bottom: 11px;
}

/* Form
---------------------------------------------*/

table.input-form tr td {
	padding-bottom: 2px;
	padding-top: 2px;
}

.input-label {
	padding-right: 20px;
	padding-top: 3px;
}

input.input-text {
	background: white; /*url(../img/input_bg.png) no-repeat;*/
  border: 1px solid #CCCCCC;
	width: 205px;
	height: 20px;
	padding: 6px 6px 2px 6px;
	font: 12px Arial, Helvetica, sans-serif;
	outline: none;	  
}

textarea.input-text {
	background: white; /*url(../img/input_bg.png) no-repeat;*/
  border: 1px solid #CCCCCC;
	padding: 6px 6px 2px 6px;
	font: 13px Arial, Helvetica, sans-serif;
	outline: none;	  
}

input.input-button {
	background: white; /*url(../img/login_bg.png) no-repeat;*/
	width: 69px;
	height: 26px;
	padding: 0;
	border: 1px outset #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

/* Form
---------------------------------------------*/

table.product-list {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 12px 0;
}

table.product-list tr th.product-list-product {
	border: 1px solid #666666;
	text-align: left;
	padding: 0px 6px;
}

table.product-list tr th.product-list-comment {
	border: 1px solid #666666;
	text-align: left;
	padding: 0px 6px;
}

table.product-list tr td.product-list-product {
	border: 1px solid #666666;
	padding: 0px 6px;
}

table.product-list tr td.product-list-comment {
	border: 1px solid #666666;
	padding: 0px 6px;
}                            	

/* regular table */
table.table {
	border: 1px solid #CCCCCC;
}

table.table tr th.top-header {
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
	white-space: nowrap;
}

table.table tr th.left-header {
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
	text-align: left;
	white-space: nowrap;
}

table.table tr td {
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
}

p.citat {
	font-size: 14px;
	color: #0300CC;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

p.sub-citat {
	font-size: 10px;
	color: #666;
	margin: 3px 0 0 10px;
}

.content-wrapper {
	width: 690px;
}

#page-illustration {
	float: right;
	margin-left: 20px;
	background-color: #eee;
	color: #333;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#page-illustration p {
	margin-top: 0;
}
/* -------- olika storlekar och positioner ---------- */

.content-top-elt {
	margin-top: 0;
}

.lista-margin-left{
	margin-left: 30px;
}

.div_float_left_bredd_45 {
	width: 45px;
	float: left;
}

.margin-bottom_5 {
	margin-bottom: 5px;
}

.div_float_left {
	float: left;
	width: 270px;
}


.div_550px_bred {
	width: 550px;
}

.floatLeft_100px_bred {
	width: 100px;
	float: left;                
}

.floatLeft_200px_bred {
	width: 200px;
	float:left;
}

.margin-b-20px {
	margin-bottom: 20px;
}

.margin-left-43px {
	margin-left: 43px;
}

.position_alla_nyheter {
	position: absolute;
	top: 665px;
	margin-left: 140px;
}

.position_alla_nyheter p {
	font-size: 11px;
}

.margin-b-80 {
	margin-bottom: 80px;
}

.div-button-position {
	float: left;
	width: 70px; 
	margin-right: 5px;
}

.textfalt {
	outline: none;
}

a.email img {
	vertical-align: middle;
}