/** STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
HTML {
	font-size: 70%;
}
BODY {
	COLOR:#5f5f5f;
	FONT-FAMILY:"Trebuchet MS", Arial;
	MARGIN-LEFT:0px;
	MARGIN-TOP:0px;
	background-color: #e0ddd5;
	font-style: normal;
	font-weight: normal;
}
A:link, A:active, A:hover, A:visited {
	COLOR: #003399;
}
P {
	LINE-HEIGHT: 1.4em;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:15px;/*Required for same look in Firefox and IE*/
}
UL {
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:5px;
	MARGIN-LEFT:20px;
}
HR {
	border: none;
	border-top: 1px solid #bababa;
	height: 1px;
	margin-top: auto;
	margin-bottom: auto;
}
/** STYLES FOR TEMPLATE ELEMENTS *****************************************************/
/*************************************************************************************/
.H1header {
	FONT-SIZE:150%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:10px;
	color:#00325E;
}
.H2header {
	FONT-SIZE:120%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:8px;
	MARGIN-TOP:0px;
	color:#00325E;
}
.H3header {
	FONT-SIZE:100%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:5px;
	MARGIN-TOP:0px;
	color:#00325E;
}
/** STYLES FOR EDITOR DROP DOWN LIST (PARAGRAPH FORMAT) ******************************/
/*************************************************************************************/
h1 {
	FONT-SIZE:160%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:10px;
	MARGIN-TOP:0px;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
h2 {
	FONT-SIZE:130%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:8px;
	MARGIN-TOP:0px;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
h3 {
	FONT-SIZE:120%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:5px;
	MARGIN-TOP:0px;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
/** STYLES FOR EDITOR DROP DOWN LIST (ADAPTED STYLE) *********************************/
/*************************************************************************************/
.ImportantEditor {
	FONT-WEIGHT:normal;
	background-color:#808080;
	color:#FFFFFF;
}
.ImagetextEditor {
	FONT-WEIGHT:normal;
	FONT-SIZE:90%;
	width:350px;
	
}
/** STYLES FOR THE BASEFILE **********************************************************/
/** The class names below are used in the basefile (/Templates/Framework/Framework1.master) */
/*************************************************************************************/
.WebBody {
	background-color: #e0ddd5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;/*bugfix for Opera*/
	height: 100%;
}
.WebMain {
	position: absolute;
	top: 0px;
	min-height: 100%;
	height:auto;
	width:100%;
}
.WebMainContainer {
	height:auto;
	margin-bottom: 72px;
}
.WebMainContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.WebTopContainer {
	background-image: url(Images/WebBackground.gif);
	background-repeat: repeat-x;
	height: 100px;
}
.WebHeaderContainer {
	background-image: url(Images/WebHeader.gif);
	background-repeat: no-repeat;
	background-position:center;
}
.WebHeader {
	width: 723px;
	height: 100px;
	margin:auto;
	padding-left:37px;
}
.WebHeaderLogo {
	float:left;
	margin-top:15px;
}
.WebHeaderLoginPrint {
	float:right;
	font-size:110%;
	width:auto;
	margin-right: 37px;
	margin-top:34px;
	border:none;
	color:white!important;
}
.WebHeaderLoginPrint a {
	color:white!important;
}
.WebHeaderMenuContainer {
	position: absolute;
	top: 71px;
	width:686px;
}
.WebHeaderTopMenu {
	float:left;
	font-size:110%;
	width:490px;
}
.WebHeaderSearch {
	float:right;
	margin-top:4px;
}
.WebTopMenu {
	color:#666666!important;
	height:28px;
}
.WebTopMenuItem {
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	height:21px;
	margin-right:0px!important;
}
.WebTopMenuItemSelected {
	background-image: url(Images/WebTopMenu.gif);
	background-repeat: repeat-x;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	height:21px;
	margin-right:0px!important;
}
.WebMiddleContainer {
	height: auto;
	width: 100%;
	text-align:center;
}
.WebContent {
	height: auto;
	width: 686px;
	margin:auto;
	padding:0px;
	text-align:left;
	padding-left:37px;
	padding-right:37px;
	padding-top:20px;
}
.WebContentLeft {
	float: left;
	width: 166px;
	height: 100%;
	margin-top:10px;
}
.WebContentRight {
	float: right;
	width:462px;
}
.WebBottomContainer {
	background-image: url(Images/WebFooterBg.gif);
	background-repeat: repeat-x;
	background-color:#747474;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 52px;
}
.WebFooterContainer {
	background-image: url(Images/WebFooter.gif);
	background-repeat: no-repeat;
	background-position:center;
}
.WebFooter {
	padding-top:10px;
	height: 42px;
	width: 686px;
	margin:auto;
	padding-left:37px;
	padding-right:37px;
	text-align: left;
	color:white;
	font-size:110%;
}
.WebFooterText {
	float:left;
}
.WebFooterText div {
	margin-bottom:5px;
}
.WebFooterText a {
	color:white!important;
}
.WebClear {
	clear:both;
}
.WebSearch {
	font-size:110%;
	color:#666666;
	font-family:"Trebuchet MS", Arial;
}
.StudioLogotype {
	background-image: url(Images/StudioLogotype.gif);
	background-repeat:no-repeat;
}
.StudioExpressLogotype {
	background-image: url(Images/StudioExpressLogotype.gif);
	background-repeat:no-repeat;
}
._WebLeftMenu ul {
	margin:0px;
	padding:0px;

}
.WebLeftMenu {
	
	float: left;

	margin-bottom: 10px;

}

._WebLeftMenu li {
	list-style:none;
	padding:3px;
	margin-left:15px;
}
._WebLeftMenu a {
	padding:3px;
	margin-left:1px;
	line-height:14px;
}
._WebLeftMenuSelected {
	margin-left:0px!important;
	border:1px solid #C4C4C4;
	background-color:#F0F0F0;
}
._WebLeftMenu_level_1 {
	margin-left:-20px!important;
	line-height:130%;
	FONT-SIZE:110%;
}
._WebLeftMenu_level_2, .WebLeftMenu_level_3, .WebLeftMenu_level_4, .WebLeftMenu_level_5 {
	margin-top:1px!important;
	line-height:110%;
}
/*************************************************************************************
This stylesheet will be used for the templates included in Litium Studio. Changes
below will change the appearance of the pages using the templates in the folder
"Templates".
**************************************************************************************/


/** STYLES FOR LITIUM STUDIO TEMPLATES ***********************************************/
/*************************************************************************************/
.Intro {
	FONT-SIZE:110%;
	FONT-WEIGHT:bold;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:10px;
}
.Text {
	FONT-SIZE:110%;
	FONT-WEIGHT:normal;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:10px;
}
.Normal {
	FONT-SIZE:110%;
}
.Textbold {
	FONT-WEIGHT:bold;
}
.Factheader {
	FONT-WEIGHT:bold;
	COLOR:white;
	BACKGROUND-COLOR:#555555;
	PADDING:5px;
}
.Facttext {
	FONT-WEIGHT:normal;
	BACKGROUND-COLOR:#DDDDDD;
	PADDING:5px;
}
.Imagetext {
	FONT-WEIGHT:normal;
	MARGIN-TOP:2px;
	TEXT-ALIGN:left !important;
	width:250px;
	background-color:#ebebeb;

}
.Date {
	COLOR:#AAAAAA;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:0px;
}
.Linklist {
	FONT-WEIGHT:normal;
	MARGIN-TOP:20px;
}
.Linkicon {
	MARGIN-RIGHT:3px;
	HEIGHT:10px;
}
.Filelist {
	FONT-WEIGHT:normal;
	MARGIN-TOP:20px;
}
.Fileicon {
	MARGIN-RIGHT:5px;
}
.Productlist {
	FONT-WEIGHT:normal;
	MARGIN-TOP:20px;
}
.Newslist {
	FONT-WEIGHT:normal;
	MARGIN-TOP:20px;
}
.Form {
}
.InputItem {
	FONT-SIZE:110%;
	MARGIN-BOTTOM:10px;
	COLOR:#000000;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
.InputItemFixedWidth {
	FONT-SIZE:110%;
	MARGIN-BOTTOM:10px;
	WIDTH:300px;
	COLOR:#000000;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
.InputItemFullWidth {
	FONT-SIZE:110%;
	MARGIN-BOTTOM:10px;
	WIDTH:100%;
	COLOR:#000000;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
.SelectItemFixedWidth {
	FONT-SIZE:110%;
	MARGIN-BOTTOM:10px;
	WIDTH:305px;
	FONT-WEIGHT:bold;
	COLOR:#000000;
	FONT-FAMILY:"Trebuchet MS", Arial;
}
.MarginSingle {
	MARGIN-TOP:10px;
}
.MarginDouble {
	MARGIN-TOP:20px;
}
.Image {
	MARGIN-TOP:20px;
}
.ImageCenter {
	TEXT-ALIGN:CENTER;
	MARGIN-TOP:20px;
}
.ImageLeft {
	TEXT-ALIGN:LEFT;
	MARGIN-TOP:20px;
}
.ImageRight {
	TEXT-ALIGN:RIGHT;
	MARGIN-TOP:20px;
}
.ImageLeftFloat {
	FLOAT:LEFT;
	MARGIN-TOP:10px;
	MARGIN-RIGHT:10px;
	MARGIN-BOTTOM:10px;
	DISPLAY:INLINE;
}
.ImageRightFloat {
	FLOAT:RIGHT;
	MARGIN-TOP:10px;
	MARGIN-LEFT:10px;
	MARGIN-BOTTOM:10px;
	DISPLAY:INLINE;
}
.ColumnSpace {
	HEIGHT:10px;
	WIDTH:10px;
}
.CrossHorizontal {
	FONT-SIZE:1%;
	HEIGHT:2px;
	BACKGROUND-COLOR:#555555;
}
.CrossHorizontalCell {
	FONT-SIZE:1%;
	PADDING-BOTTOM:10px;
	PADDING-TOP:10px;
}
.CrossVertical {
	FONT-SIZE:1%;
	WIDTH:2px;
	BACKGROUND-COLOR:#555555;
}
.CrossVerticalCell {
	FONT-SIZE:1%;
	HEIGHT:100%;
	PADDING:5px;
}
.threeColumnLeft {
	VERTICAL-ALIGN:top;
	WIDTH:350px;
	padding-right:5px;
}
.threeColumnMiddle {
	VERTICAL-ALIGN:top;
	WIDTH:189px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.threeColumnRight {
	VERTICAL-ALIGN:top;
	WIDTH:189px;
	padding-top:5px;
	padding-left:5px;
}
.threeColumnLineV {
	padding-top:5px;
	BACKGROUND-IMAGE: url(../templates/common/images/dotlineV_bg.gif);
}
.threeColumnLineH {
	MARGIN-TOP:5px;
	MARGIN-BOTTOM:5px;
	HEIGHT:1px;
	BACKGROUND-IMAGE: url(../templates/common/images/dotlineH_bg.gif);
}
.twoColumnTable {
	WIDTH:100%;
	HEIGHT:350px;
}
.twoColumnLeft {
	VERTICAL-ALIGN:top;
	PADDING-RIGHT:20px;
}
.twoColumnRight {
	VERTICAL-ALIGN:top;
	WIDTH:180px;
	PADDING-LEFT:20px;
}
.twoColumnInnerTable {
	MARGIN-TOP:20px;
}
.twoColumnInnerOne {
	HEIGHT:100%;
	WIDTH:33%;
	VERTICAL-ALIGN:top;
	PADDING-TOP:10px;
	PADDING-RIGHT:10px;
}
.twoColumnInnerTwo {
	HEIGHT:150px;
	WIDTH:34%;
	VERTICAL-ALIGN:top;
	PADDING-TOP:10px;
	PADDING-LEFT:10px;
	PADDING-RIGHT:10px;
}
.twoColumnInnerThree {
	HEIGHT:150px;
	WIDTH:33%;
	VERTICAL-ALIGN:top;
	PADDING-TOP:10px;
	PADDING-LEFT:10px;
}
.twoColumnLineH {
	HEIGHT:1px;
	BACKGROUND-COLOR: #9A9A9A;
}
.twoColumnLineV {
	WIDTH:1px;
	BACKGROUND-COLOR: #9A9A9A;
}
.Fileheader {
	FONT-SIZE:110%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:5px;
	BORDER-BOTTOM:1px solid black;
}
.Fileitem {
	FONT-SIZE:110%;
	FONT-WEIGHT:normal;
	MARGIN-BOTTOM:5px;
}
.Linkheader {
	FONT-SIZE:110%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:5px;
	BORDER-BOTTOM:1px solid black;
}
.Linkitem {
	FONT-SIZE:110%;
	FONT-WEIGHT:normal;
	MARGIN-BOTTOM:5px;
}
.Productname {
	FONT-SIZE:110%;
	FONT-WEIGHT:bold;
	MARGIN-BOTTOM:5px;
}
.Productlink, A.Productlink:link, A.Productlink:active, A.Productlink:hover, A.Productlink:visited {
}
.Productdesc {
	FONT-SIZE:110%;
	FONT-WEIGHT:normal;
}
.ProductRowItem1 {
	PADDING:5px;
	PADDING-LEFT:0px;
}
.ProductRowItem2 {
	PADDING:5px;
	PADDING-LEFT:0px;
}
.ProductColumnItem1 {
	PADDING:10px;
	border-left:1px solid #9A9A9A;
	WIDTH:33%;
}
.ProductColumnItem2 {
	PADDING:10px;
	border-left:1px solid #9A9A9A;
	WIDTH:34%;
}
.ProductColumnItem3 {
	PADDING:10px;
	border-left:1px solid #9A9A9A;
	WIDTH:33%;
}
.ProductitemLineH {
	HEIGHT:1px;
	BACKGROUND-COLOR:#9A9A9A;
}
.ProductitemLineV {
	PADDING:10px;
	border-left:1px solid #9A9A9A;
}
.Productitem {
	FONT-SIZE:110%;
	LINE-HEIGHT:20px;
}
.Productitemlist {
	PADDING-RIGHT:20px;
	WIDTH:150px;
}
.ProductitemlistLineV {
	border-left:1px solid #9A9A9A;
}
.Newsimage {
	FLOAT:left !important;
	MARGIN-LEFT:10px;
	DISPLAY:INLINE;
	padding:5px;
	margin:5px;
	border:1px solid #ccc;
	width:90px;

	display:block;
	

}
.Newsdate {
	FONT-SIZE:13px;;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	
}
.Newsheader {
	FONT-SIZE:110%;
	FONT-WEIGHT:bold;
}
.Newslink, A.Newslink:link, A.Newslink:active, A.Newslink:hover, A.Newslink:visited {
}
.Newsintro {
	FONT-SIZE:100%;
	FONT-WEIGHT:normal;
	width:350px;
	float:left;
}
.Newsitem1 {
	PADDING:5px;
	PADDING-LEFT:0px;
}
.Newsitem2 {
	PADDING:5px;
	PADDING-LEFT:0px;
}
.Breadcrumb {
	FONT-SIZE:110%;
	FONT-WEIGHT:normal;
	COLOR:gray;
}
A.Breadcrumb:link, A.Breadcrumb:active, A.Breadcrumb:hover, A.Breadcrumb:visited {
	COLOR:gray!important;
}
/** SYSTEM ERROR MESSAGE *************************************************************/
/** System errors shown together with add-on-templates *******************************/
/*************************************************************************************/
.litErrorFieldset {
	MARGIN-TOP:10px;
	MARGIN-BOTTOM:10px;
}
.litErrorLegend {
	COLOR: #FF0000! important;
	FONT-SIZE:110%;
	PADDING-RIGHT:6px;
}
.litErrorDiv {
	PADDING-TOP:8px;
	PADDING-BOTTOM:5px;
}
.litErrorIcon {
	WIDTH:16px;
	HEIGHT:16px;
	MARGIN-RIGHT:3px;
}
.litErrorMsg {
	COLOR: #FF0000! important;
	FONT-SIZE:110%;
}
/** STYLES FOR THE LEFT MENU *********************************************************/
/** CSS for the left menu, new in version 4.1 ****************************************/
/*************************************************************************************/
.LeftMenu ul {
	margin:0;
	margin-top:4px;
	padding:0;
}
.LeftMenu li {
	list-style:none;
	padding:3px;
	margin-left:15px;
}
.LeftMenu a, .LeftMenu a:link, .LeftMenu a:active, .LeftMenu a:hover, .LeftMenu a:visited {
	color:#666666;
}
.LeftMenu a {
	text-decoration:none;
	padding:2px;
	margin-left:1px;
	line-height:14px;
}
.LeftMenu a:hover {
	text-decoration:underline;
}
.LeftMenu_Selected {
	margin-left:0px!important;
	border:1px solid #CCCCCC;
	background-color:White;
}
.LeftMenu_StartPage {
}
.LeftMenu_level_1 {
	margin-left:-20px!important;
	line-height:130%;
	FONT-SIZE:110%;
}
.LeftMenu_level_2, .LeftMenu_level_3, .LeftMenu_level_4, .LeftMenu_level_5 {
	margin-top:1px!important;
	line-height:110%;
}
#header {
	background-image: url(Images/header_bg.gif);
	background-repeat:no-repeat;
	height: 245px;
	width: 769px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	background-image: url(Images/wrapper_bg.gif);
	background-repeat: repeat-y;
	width: 729px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#footer {
	/* Mattias var är du????? */
	font-style: normal;
	background-image: url(Images/footer_bg.gif);
	height: 20px;
	width: 729px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
#header #header_static_links {
	float: right;
	width: 150px;
	margin-top: 20px;
	color: #FFFFFF;
}
#header #header_static_links a {
	color: #FFFFFF;
	font-weight:bold;
}
#header .mainmenu {
	margin-top: 0px;
	margin-left: 19px;
	margin-right: 20px;
	padding-top:200px
}
#header .mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header .mainmenu .mainmenuitem {
	float: left;
	height: 10px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px !important;
	margin-left: 0px;
}
#header .mainmenu a {
	color: #00325E;
	text-decoration: none;
}
#header .mainmenu a:hover {
	text-decoration: underline;
}
#header .mainmenu a:hover {
	text-decoration: underline;
}
#header .mainmenu .selected {
	background-color: #fbfbfb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ececec;
	border-left-color: #ececec;
	float: left;
	height: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 0px;
}
#rightcontent {
	float: right;
	width: 160px;
	CLEAR:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color:White;
}

.rightcol{

	width:170px;
	float:right;
	padding-left:10px;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	border-left:1px dotted #bbb;
}

.rightcol ul{

	padding:0;
	margin:0;
}

.rightcol ul li{

	padding:0;
	margin:0;
}


.rightcol img{
	
	margin-bottom:5px;
	border:0;
}

#content_rightmargin {
	padding-right: 180px;
}
.News {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	display:block;
    clear:left;
	width:470px !important;

}
.News .Newslink {
	text-decoration: none;
	color: #5f5f5f;
	display: block;
	width:470px !important;
}
#aspnetForm #wrapper #content_rightmargin .News .Newslink:hover {
	text-decoration: underline;
}
.News .Newslink h3 {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.News .Newslink img {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.NewsH3header {
	color: #acacac;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#rightcontent .H2blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #085EA3;
	padding: 3px;
	margin-left: -10px;
	border-top:3px solid #00325E;
}
#rightcontent .H2Grey {
	color: #00325E;
	background-image: url(Images/teaser_title_bg.gif);
	background-repeat: repeat-x;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin: 0px 0px 5px -10px;
	padding: 5px 4px 4px;
}
a.Startpage {
	color: #FFFFFF;
	background-color: #4781af;
	padding: 3px;
	margin-left: -10px;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border-style: none;
	clear: both;
	float: none;
}

.lagikon img{
height:70px;
width:100px;
}


.spelarikon img{
height:100px;
width:90px;
}

.spelarikon{
	display:block;
	float:left;
	background-color:#f0f0f0;
	border:1px solid #ddd;
	height:140px;
	width:95px;

	margin-right:10px;
	margin-bottom:10px;
	padding:5px 0 0 5px;
}




.lagikon{
	display:block;
	float:left;
	background-color:#f0f0f0;
	border:1px solid #ddd;

	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	padding-bottom:0;
}


.newspic1{
	height:60px !important;
	width:90px !important;
	padding:5px;
	float:left;
}


.link1
{
    font-weight:bold;
    font-size:13px;
}

h1
{
	color:#00325E;
}