body {
	font: normal 0.70em/1.5em Verdana, Arial, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #E8E8E8;
}
#Wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../../vs_images/bgsides.gif);
	background-repeat: repeat-y;
	background-position: center;

}
#SiteHolder {
	padding-top: 10pt;
	margin-right: auto;
	margin-left: auto;
	width: 853px;
}
/*
img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
} 
*/
input { 
	vertical-align: middle; 
} 
label { 
	cursor: pointer; 
}
.error
{
    color:Red;
}

#TopMenuHolder {
	background-image: url(../../vs_images/menubg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DEDEDE;
} 
/*
UL {
	padding:0px;
	margin:8px 0px 0px;
}
*/
#TopMenu {
	float: left;
	border-right: 1px solid #D9D9D9;
	padding:0px;
	margin:8px 0px 0px;
}
#TopMenu li{
	display:inline;
	list-style-type:none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-left-color: #D9D9D9;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}
#TopMenu .LIActiveItem {
	border-bottom:none;
}
#TopMenu a:link, #TopMenu a:visited {
	float: left;
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background-image: url(../../vs_images/menu-inact.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	background-position: bottom;
}
#TopMenu a:hover {
	background-image: url(../../vs_images/menu-inact-hoover.gif);
	background-repeat: repeat-x;
}
#TopMenu .ActiveItem:link, #TopMenu .ActiveItem:visited, #TopMenu .ActiveItem:hover  {
	background-image: url(../../vs_images/menu-act.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: top;
}
#MainBoody {
	width: 853px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
}
#LeftCol {
	float: left;
	width: 24%;
}
#MidCol {
	float: left;
	width: 48%;
	padding-right: 15px;
	padding-left: 20px;
}
#RightCol {
	float: left;
	width: 23%;
}
H1.BoxHeading {
	font-size:1em;
	border: 1px solid #D9D9D9;
	background-image: url(../../vs_images/menu-inact.gif);
	background-repeat: repeat-x;
	background-position: 1px 8px;
	font-family: arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 4px;
	/*EditMenuName:Boxrubrik;*/
}

.EditorContent {
}

#PageFooter 
{
    border-top:solid 1px #909090;
	clear:both;
	width:100%;
	margin-top: 2em;
	margin-bottom: 1em;
}
#PageFooter img 
{
    border:0px;
}
H1.LeftMenuHeading {
	font-size:1em;
	border: 1px solid #D9D9D9;
	background-image: url(../../vs_images/menu-inact.gif);
	background-repeat: repeat-x;
	background-position: 1px 8px;
	font-family: arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 4px;
}
#LeftMenu a:link, #LeftMenu a:visited {
	text-decoration:none;
	color:#000000;
}
#LeftMenu a:hover {
	text-decoration:underline;
}
#LeftMenuHolder {
    padding:0px;
    margin:8px 0px 0px;
}
#LeftMenuHolder li {
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding-bottom:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	padding-top: 0.5em;
	padding-left: 0.6em;
}
#LeftMenuHolder li ul {
	padding-left:0.5em;
	margin: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
#LeftMenuHolder li ul li {
	border-bottom:none;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.LeftMenuActive {
	background-color: #DCDCDC;
}
.ActiveMenuItem {
	font-weight:bold;
}
H1.PageName {
	font-size:1.5em;
	padding:0em 0em 0.5em;
	margin:0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
} 
#BreadCrumb {
	width:99%;
	padding-top:5px;
	padding-bottom:0px;
	font-size: 0.9em;
}
#BreadCrumb ul 
{
    margin-left: 0px;
    padding-left: 0px;
}

#BreadCrumb li {
	text-decoration:none;
	display:inline;
	padding-right: 5px;
	background-image: url(../../vs_images/breadcrumb-dot.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
#BreadCrumb a:link, #BreadCrumb a:visited  {
	color:#666;
	padding-left:5px;
	text-decoration: none;
} 
#BreadCrumb a:hover {
	text-decoration:underline;
}
/* Startsidan*/
body#StartPage #MainBoody {
	padding-top:20px;
}
/* Kontorssidan*/
body#Office #MidCol {
	width:45%;
}
body#OfficeWide #MidCol {
	width:70%;
}
body#OfficeWide #RightCol {
	position:absolute;
	visibility:hidden;
}

body#SubpageWide #MidCol {
	width:70%;
}
body#SubpageWide #RightCol {
	position:absolute;
	visibility:hidden;
}
body#SubpageFullWidth #MidCol {
	width:100%;
	padding: 0px;
}
body#SubpageFullWidth #RightCol {
	position:absolute;
	visibility:hidden;
}
body#SubpageFullWidth #LeftCol {
	position:absolute;
	visibility:hidden;
}
.PrintAndDate {
	width: 99%;
	color:#666;
	padding-bottom:0.5em;
}

.PrintAndDate a:link, .PrintAndDate a:visited {
	text-decoration:none;
	color:#666;
}
.PrintAndDate a:hover {
	text-decoration:underline;
}
.PageDate {
	float: left;
	width: 45%;
}
.Print {
	float: right;
	width: 45%;
	text-align: right;
	cursor: pointer;
}
.hidden 
{
    display:none;
}
.boldtext
{
    font-weight: bold;
}
.Dekor {
	float: right;
}
.Logo {
	float: left;
}
#LogoHolder {
	width: 100%;
	float: left;
	background-color: #DEDEDE;
}

#LogoHolder img 
{
    border:0px;
}


/* Firefox standard solution in order to fill container-div*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Musik nytt */
.EmbedMusic
{
	 float:right;
	 border-style:none;
	}
	
/* Diamant-sidor design */
.DivFloatLeft
{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	vertical-align:middle;	
	font-weight:bold;
	}
	
.DivFloatLeftWide
{
	float:left;
	width:100%;
	margin-bottom:4px;
	vertical-align:middle;
	font-weight:bold;
	
		}
.DivLine
{
	width:100%;
	border-bottom-color:Gray;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	}
	
.DivLine2
{
	width:100%;
	border-top-color:Gray;
	border-top-style:dashed;
	border-top-width:1px;
	margin-top:8px;
	}	
	
.DivHeader
{
	font-weight:bold;
	}	
	
.DiamondLabelInfo
{
	font-size:small;
	}	
	
.DiamondLogInOut
{
	float:right;
	text-decoration:none;
	border: none;
	border: 1px solid #D9D9D9;
	background-image: url(../../vs_images/menu-inact.gif);
	background-repeat: repeat-x;	
	padding: 2px 4px 2px 4px;
	margin-bottom: 6px;
	width: 60px;	
	text-align:center;
	}	