body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background: #948163 url(../img/bg.jpg) repeat-x;
}

p {
	line-height: 14px;
}

td {
	font-size: 11px;
}

a.text {
color: black;
text-decoration: none;
}

a {
	color: #0457b2;
	text-decoration: none;
}

a.arrow {
	padding: 0 0 0 10px;
	background: url(../img/arrow.gif) no-repeat;
}

a:hover h1 { text-decoration: none; }
a:hover {
	color: #0000cd !important;
	text-decoration: none !important;
}

a img {
	border: none;
	
}


hr {
	height: 1px;
	color: #eaeaea;
	background-color: #eaeaea;
	padding: 0;
	margin: 5px 0 10px 0;
	*margin: 5px 0 5px 0;
	border-bottom: 0px solid #eaeaea;
	border-top: 0px solid #eaeaea;
	border-right: 0px;
	border-left: 0px; 
}

.introduction {
	font-weight: bold;
}
/*** Rubbar ************************************************************************/

h1 {
	font-family: garamond, times, serif;
	font-size: 32px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #000;
	font-weight: normal;
	clear: both;
}

h2 {
	font-family: garamond, times, serif;
	font-size: 23px;
	padding: 0 0 5px 0;
	color: #000;
	font-weight: normal;
	margin: 0;
	clear: both;
}

h3 {
	font-family: garamond, times, serif;
	font-size: 19px;
	padding: 0 0 5px 0;
	color: #000;
	font-weight: normal;
	margin: 0;
	clear: both;
}

/*** Positionering ********************************************************************/

div.layout-body {
	width: 1032px;
	margin: 0 auto;
	background: url(../img/bg_layout_body.png) repeat-y top center;
	padding: 0 0 0 52px;
	border: 0px solid red;
	overflow: hidden;
}

* html div.layout-body {
	background: url(../img/bg_layout_body.gif) repeat-y top center;
}

div.footer{
	width: 1032px;
	margin: 0 auto;
	padding: 0 0 0 52px;
	border: 0px solid red;
	height: 51px;
	background: url(../img/bottom_layout_body.png) no-repeat top center;
}

* html div.footer{
	background: url(../img/bottom_layout_body.gif) no-repeat top center;
}

div.container-left {
	width: 254px;
	border: 0px solid green;
	float: left;
}

div.logga{
	height: 265px;
}

div.container-left-slot {
	width: 254px;
	border: 0px solid red;
}

div.container-left-slot .normal {
	margin: 7px 0px 0 7px;
	padding: 16px;
}

div.container-right {
	border-left: 1px solid #e3e3e3;
	float: left;
	width: 725px;
}

div.container-right .full {
	height: 265px;
	border-bottom: 1px solid #e3e3e3;
	background: url(../img/standard_top.jpg) no-repeat; 
}

div.container-right .wide {
	width: 703px;
	border: 0px solid red;
	margin: 9px 0 0 11px;
}

div.content-Wide .content-left {
	width: 703px;
	border: 0px solid red;
	margin: 9px 0 0 11px;
}

div.content-Normal .content-left {
	width: 440px;
	border-right: 1px solid #e3e3e3;
	margin: 0 0 0 26px;
	padding: 0 26px 0 0px;
	float: left;
}

* html div.content-Normal .content-left {
	margin: 0 0 0 13px;
}

.content-right {
	width: 207px;
	padding: 0 12px 0 0px;
	float: right;
}

.content-right-xsl {
	background: #fff;
	width: 207px;
}

/** Puffar ********************************************************************/

div.puff-gray {
	padding: 3px;
	background: #f2f2f2;
	margin: 0 0 10px 0;
}

div.puff-gray-content {
	padding: 13px;
	background: #f2f2f2;
	border: 1px solid #fff;
}

.container-left-slot div.puff-gray-content {
	padding: 13px 25px;
}

div.splitbox {
	background: url(../img/bg_splitbox.gif) repeat-y top center;
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
}

div.split-left {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
}

div.split-right {
	float: right;
	width: 200px;
	padding: 10px 0 0 0;
}

.dela {
	text-align: center;
}

/** Login ********************************************************************/

div#loginbox  {
	padding: 10px 0 0px 0;
}

div#loginbox input {
	font-size: 11px;
	color: #555555;
	padding: 2px 0;
}

.username {
	border: 1px solid #ccc;
	background: #fff;
	width: 170px;
	padding: 2px 0 2px 2px !important;
}

.password {
	border: 1px solid #ccc;
	width: 102px;
	padding: 2px 0 2px 2px !important;
}

.submit {
	border: 0px solid #e4e4e4;
	width: 52px;
	color: #555555 !important;
	font-size: 10px !important;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 0 0 0 10px;
}

/** Form module */
input.input-text,
textarea.input-textarea
{
	width: 280px;
	border: 1px solid #ccc;
}


/** Layout parts */
#MastHead td {
	vertical-align: middle;
}

#MastHead img {
	display: block;
}

#MastHead .container {
	height: 248px;
}



#BodyLeft {
	/** Target width is 210 px, but the HTML4 model adds padding on top of that number... */
	width: 190px;
	background: #f1f3f3;
	padding-left: 20px;
	padding-top: 20px;
}

#BodyLeft .container {
	margin-right: 20px;
}

/*** Search ********************************************************************/

#searchForm {
	margin: 0;
	padding: 30px 0 30px 0px;
}

#searchWords {
	width: 160px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #666;
	padding: 2px;
}

#searchButton {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}


/*** Menu ********************************************************************/

div.menu-container {
	border-top: 1px solid #e3e3e3;
	background: #f2f2f2;
	padding: 3px;
	border-bottom: 1px solid #f2f2f2;
}

div.menu{
	padding: 23px 0 0 25px;
	border: 1px solid #fff;
}

div.menu ul.level-1 {
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

div.menu ul.level-2 {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

div.menu ul.level-3 {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}

div.menu ul li {
	margin: 0;
	padding: 2px 0 2px 0px;
	list-style-type: none;
}

ul.knappar {
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	background:  url(../img/bg_knappar.jpg) repeat-x;
	overflow: hidden;
}

ul.knappar li {
	margin: 0 3px 0 0;
	padding: 2px 26px 2px 26px;
	list-style-type: none;
	float: left;
	border-right: 3px solid #fff;
	line-height: 25px;
}

ul.knappar li.topmeny-item-last {
	border-right: 0px solid #fff;
}

ul.knappar li a {
	display: block;
	padding: 4px 0 0 0;
	}

/*** Image ********************************************************************/

img.margin-left {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}

img.margin-right {
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float:left;
}

.imgtext {
	color: #8c8c8c;
	font-size: 10px;
}

.imgtext-right {
	float: right;
	color: #8c8c8c;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*font-weight: bold;*/
	font-size: 10px;
}

.imgtext-left {
	/*width: 170px;*/
	float: left;
	color: #8c8c8c;
	/*font-weight: bold;*/
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 20px;
}

.imgtext-left img, .imgtext-right img {
	margin-bottom: 5px;
}



/**
 * .puff contains links that span the entire text contents, so we want it to look just like normal text.
*/
.puff a {
	color: #1f1f1f;
	text-decoration: none;
}

.gallery-list {
	display: none;
}



/**
 * gallery2 is the gallery used in some pages, as opposed to .gallery which is visible in the top.
*/
#gallery2-main .gallery2-description {
	display: block;
}

#gallery2-main img {
	display: block;
	margin-bottom: 15px;
}

.gallery2-list .gallery2-description {
	display: none;
}

.gallery2-list img { 
	margin-left: 13px;
	margin-bottom: 15px;
}

/* Formulär - ny ****************************************************/

form.form-module {
	background: #fff;
	padding: 0 0px 20px 0px;
}

.text-input {
	width: 97%;
}

form.form-module div.form-module-inside {
  padding-left: 0px;
  padding-right: 0px;
}

form.form-module div.form-module-bottom {
  padding: 0px 0px 0px 0px;
}

.row {
  overflow: hidden;
  height: 100%;
}

.col {
  float: left;
  padding: 5px 0 5px 0;
  width: 48%;
}

.col1 {
	
}

.col1, .col2, .col3 {
 width: 30%;
padding: 5px 3px 5px 0;
}

.colspan1 {
  /*width: 40%;*/
}

.colspan2 {
  width: 60%;
}

.colspan3 {
  width: 100%;
}

form.form-module select {
  border: 1px solid silver;
  width: 100%;
}

.popup {
  width: 100%;
}

.section {
  
}

.reset-button {
  float: left;
}

label.checkbox-label span, label.radio-button-label span {
  padding-left: 3px;
}

label.file-label, label.file-label span, label.textarea-label span, span.popup, label.checkbox-label, label.radio-button-label {
  display: block;
  padding: 2px 0 2px 0;
float: left;
}

.error {
  border: 1px dotted red;
  background-color: pink;
  display: block;
  padding: 3px;
  margin-top: 5px;
}

p.section {
	display: block;
	font-weight: bold;
}

.gallery-overlay {
	background-image: url(/img/gallery/transparent.png);
	overflow: hidden;
}

* html .gallery-overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	padding: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gallery/transparent.png", sizingMethod="scale");
}

.gallery-background {
	background: #fff url(/img/gallery/close.gif) no-repeat top right;
	padding: 15px;
	display: table;
	margin: 0 auto 0 auto;
	display: none;
}

.gallery-image {
	border: 1px solid red;
}

/*** Press galleri ********************************************************************/

div.press {
	padding: 0;
}

td.gallery-td {
	vertical-align: bottom;
	padding: 0 0 15px 0;
}

.gallery-name {
	display: none;
}

.gallery-img img {
	border: 0px solid #999;
	padding: 0 0 2px 0;
}

.gallery-weight, .gallery-description, .gallery-size, .gallery-download a {
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}

.gallery-weight {
	float: left;
	padding: 0 14px 0 0;
	background: url(/img/gallery/slash.gif) no-repeat right;
}

.gallery-size {
	float: left;
	padding: 0 0px 0 0px;
}

.gallery-download {
	padding: 0 0px 0 20px;
	background: url(/img/gallery/download.gif) no-repeat left;
	clear: both;
}

