﻿
/* ------------- General Tags ------------- */
html, body
{
	width: 100%;
	height: 610;
	margin: 0;
	padding: 0;
	color: #000000; /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}


body {
	font-size: 70%;
	line-height: 1.4em;
	font-family: "DM Sans", sans-serif;
}

.forstarkt
{
}

h1, h2
{
	font-family: "DM Sans", sans-serif;
	font-style: normal;
	padding: 10px 5px 3px 0px;
}
h1
{
	/*font-size: 2.0em;
	Changed by PW
	*/
	line-height: 105%;
}
h2 {
	line-height: 120%;
}
h3 {
	line-height: 130%;
}
h4, h5, h6{
	line-height: 135%;
}

h1, h2, h3, h4, h5, h6
{
	border: none;
}

h3, h4, h5, h6, #titelfras
{
	font-family: "DM Sans", sans-serif;
	font-style: normal;
	margin: 0;
}
h3, h4, h5, h6
{
	font-size: 1.1em;
}
p
{
	padding: 0.1em 10px 0.5em 10px;
}

.clearfix
{
	display: inline-block;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* ------------- Areas and ContentPlaceHolder  ------------- */
#total
{
	height: 600;
}

#bodyHeader {
	text-align: right;
	background-color: #7d0037;
	padding: 0;
	margin: 0;
	height: 72px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7d0037;
}

#ContentPlaceHolderLogin
{
	width: 980px;
}

/* Bread */
#breadContainer {
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #afa59b;
	clear: left;
}
#breadContainer a:link
{
	color: #990000;
	text-decoration: underline;
}

#breadContainer a:visited
{
	color: #990000;
	text-decoration: underline;
}

#breadLeft
{
	/*	padding: 5px;*/
	float: left;
	padding: 3px 5px 6px 5px;
}


#breadRight
{
	padding: 5px;
	float: right;
}


#breadmiddle
{
	padding: 5px 15px 5px 5px;
	float: right;
}

/* menu +  scene */
#bodyContainer
{
	background-image: url(../images/backgroundTwoColumns.png);
	background-repeat: repeat-y;
	min-height: 418px;
	_height: 418px;
	width: 1003px;
}

body.threeColumns #bodyContainer
{
	background-image: url(../images/backgroundThreeColumns.png);
	background-repeat: repeat-y;
}

/* Menu */
#leftMenuContainer
{
	width: 200px;
	float: left;
}

#leftMenu
{
	padding-bottom: 0.5em; /*padding-right: 0.5em; */ /* 	padding-top: 10px; 	padding-left: 10px; 	padding-bottom: 10px; 	padding-right: 10px;*/
}

/* Scene */
#sceneContainer
{
	width: 780px; /*884px;*/
	float: left;
}

#scene
{
	/* 	padding-top: 10px; 	padding-left: 10px; 	padding-right: 10px; 	padding-bottom: 10px;*/
	padding: 10px 5px 3px 20px; /*background-color: Maroon;*/
}

.sceneTab
{
	/* 	padding-top: 10px; 	padding-left: 10px; 	padding-right: 10px; 	padding-bottom: 10px;*/
	padding: 10px 20px 10px 20px; /*background-color: Maroon;*/
	border-bottom: 1px solid #929B9C;
	border-left: 1px solid #929B9C;
	border-right: 1px solid #929B9C;
}

#scene_leftContainer
{
	width: 555px; /*840-200(scene_right)-10(padding left side set at scene)*/ /*644*/
	float: left;
}

#scene_left
{
	/*width: 664px;*/ /*644*/
	padding-right: 10px; /*background-color:Green;*/
}

#scene_rightContainer
{
	float: left;
	width: 200px; /*200-10(padding right side set at scene)*/
}

#scene_right
{
	padding-left: 10px; /*background-color:Fuchsia;*/
}


/* Footer */
#footer {
	clear: both;
	height: 50px;
	text-align: center;
	padding-bottom: 0;
	padding-top: 5em;
	background-color: #7d0037;
	border-top: 1px solid #000;
	padding: 0;
	margin: 0;
}

#sidfotsinnehall
{
	padding: 0;
	margin: 0;
	height: 50px;
}
#sidfotsmeddelande
{
	color: #ffffff;
	float: left;
	padding: 15px 20px 15px 8px; /* ändrade sista till 8px från 20px, CH 1/11*/
	margin: 0;
}

#sidfotsmeddelande a:link
{
	color: #ffffff;
	text-decoration: underline;
}

#sidfotsmeddelande a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

#copyright
{
	float: right;
	text-align: right;
	padding: 15px 8px 15px 20px; /* ändrade andra från 20px till 8px, CH 071101*/
	margin: 0;
	color: #fff;
}

#version {
    float: left;
    text-align: left;
    padding: 15px 20px 15px 0;
    margin: 0;
    color: #fff;
    visibility: hidden;
}

/* ------------- Komponenter  ------------- */

/*** LOGO ***/
#logotyp {
	padding: 0;
	position: relative;
	float: left;
	/*	margin: 33px 0 20px;*/
	margin-left: 20px;
	margin-top: 15px;
}

/*** Links ***/
.underlinelinks a:link
{
	color: #990000;
	text-decoration: underline;
}

.underlinelinks a:visited
{
	color: #990000;
	text-decoration: underline;
}

#resultHeaderTabs a
{
	background-color: #339900;
	text-decoration: none;
}
