/*---- REVIDES SKIN-----*/

*
{
	padding: 0em;
	margin: 0em;
}

/*firefox fix for borders around links*/
* :focus 
{ 
	outline:0 !important; 
}

/*IE7 fix for borders around links*/
img 
{ 
	border: none;
} 
/*------------------------------------*/

td
{

}

#Table1 td
{
	padding-right:5px;
}

#Form1
{
	background-color:#FFFFFF !important;
}

body
{
	padding: 0px 0px 0px 0px;
}

body,input
{
	font-size: 12px;
    font-family: "Arial","Helvetica", sans-serif;
}

ul
{
	margin:0em 0em 0em 1.2em;
	padding:0em;
}

.DNNAligncenter
{
	text-align:left;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, h1, h2, h3, h4, h5, h6, .Head, span
{
    font-family: "Arial","Helvetica", sans-serif;
    font-size: 12px;
}

h2, h3, h4, h5, h6, .Head, .SubHead
{
    font-weight: bold;
	margin:0em 0em 0em 0em;
}

.SubHead
{
    color:#000;
}

.Head
{
	font-size: 1.3em;
}

.ControlPanel 
{
    padding: 10px;
}

.LoginSkinItem
{
	margin:0em 0em 0em 0em;
}

.UserSkinItem
{
	margin:0em 1.0em 0em 0em;
}
/*** end DNN styles overrides ***/

/*  COPYRIGHT   */
a:link#dnn_dnnLOGIN_cmdLogin, a:visited#dnn_dnnLOGIN_cmdLogin, a:active#dnn_dnnLOGIN_cmdLogin, a:hover#dnn_dnnLOGIN_cmdLogin 
{
    color: #8a8a8a;
    text-decoration: none;
}

a:link#dnn_dnnUSER_cmdRegister, a:visited#dnn_dnnUSER_cmdRegister, a:active#dnn_dnnUSER_cmdRegister, a:hover#dnn_dnnUSER_cmdRegister{
    color: #8a8a8a;
    text-decoration: underline;
}
.SkinObject
{ /* Skapad av revide */
    font-family: "Arial","Helvetica", sans-serif;
	font-size:11px;
	color:#8a8a8a;
    text-decoration: none;
	font-weight:normal;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active, A.SkinObject:hover
{ /* Skapad av revide */
    font-family: "Arial","Helvetica", sans-serif;
	font-size:11px;
	color:#8a8a8a;
    text-decoration: none;
	font-weight:normal;
}

.SkinItem
{ /* Copyright */
	color:#8a8a8a;
	font-size:11px;
}

A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active, A.SkinItem:hover
{ /* Copyright */
    font-family: "Arial","Helvetica", sans-serif;
	font-size:11px;
	color:#8a8a8a;
    text-decoration: none;
	font-weight:normal;
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}
/*** end DNN styles overrides ***/

/*  LINKS   */
a:link, a:visited
{
	font-weight:normal;
	color: #34709b;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #34709b;
	text-decoration: underline;
}

.CommandButton{
    font-family: "Arial","Helvetica", sans-serif;
	font-size:9px;
	color:#000;
	font-weight:bold;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active , A.CommandButton:hover {
    color:#34709b;
	font-size:9px;
}

h3 span
{
	font-weight: normal;
}

h1
{
	font-weight:normal;
    color:#34709b;
	font-size: 22px;
	margin-bottom:5px;
}

h2
{
	font-weight:bold;
    color:#000;
	font-size: 14px;
	margin-bottom:5px;	
}

h3
{
	font-weight:bold;
    color:#000;
	font-size: 11px;
	margin-bottom:5px;
}

h4
{
    color:#000;
	font-size: 12px;
}

img
{
	border: solid 0px #6F5230;
}

#outer
{
	z-index: 2;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 920px;
	min-height:600px;
	background-color:transparent;
	padding: 10px 0px 0px 0px;
	margin: 0px auto !important;
}
#header
{
	background-color:#FFFFFF;
	position: relative;
	width: 100%;
	height: 135px;
	margin: 0px 0px 0px 0px;

}
#logotype
{
	background:#fff url('images/logotyp.gif') no-repeat;
	position: absolute;
	left:0px;
	top:0px;	
	height: 67px;
	width: 190px;

}
#header a
{
	cursor:pointer !important;
}
#menuHolder
{
	position:absolute;
	top:70px;
	width:100%;
	float:left;
	text-align:left;
	padding: 0px 0px 0px 0px;	
	z-index:100;
}
#menuBottom
{
	position:absolute;
	top:115px;
	background:#fff url('images/menuBottom.gif') no-repeat;
	width:900px;
	height:11px;
	z-index:90;	
}

#menuContainer
{
	font-size: 12px;
    z-index: 300;	
	float:left;
	position: relative;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

a.SkinItemSearch
{
    color: #fff;
    text-decoration: none;
}

a:hover.SkinItemSearch
{
    text-decoration: underline;
}

/* =================================================
    CSS STYLES FOR HouseMenu
================================================= */


/*----------------------adminMenu-------------------------*/

#adminMenu
{
	position:absolute;
	float:left;
	left:0;	
	display:inline;
	background-color:#FFFFFF;
}

#hostMenu
{
	position:absolute;
	float:left;
	left:130px;
	display:inline;
	background-color:#FFFFFF;
}

#adminMenu li, #hostMenu li
{
	list-style:none !important;
}


/* --------Index-------- */

#content
{
	background-color: #fff;
	float:left;
	width:902px;
	padding: 0px;
	z-index:99999;
}

#primaryContainer
{
	width:654px !important;	
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#primaryContent
{
	float:left;
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}
#rightContent
{
	width:240px;
	float: right;
	padding: 0px;
}

/*---Footer---*/

#footer
{
	border-top:1px solid #e8e8e8;
	color:#8a8a8a;
	position: relative;
	float:left;
	clear: both;
	margin:12px 0px 0px 20px;
	padding:12px 0px 0px 0px;
	width:880px;
	font-size:11px;	
}

#footer .text
{
	width:500px;
	float:left;
	
}
#footer .logos
{
	background:#fff url('images/logos.gif') no-repeat;
	width:373px;
	height:49px;
	float:right;
}
#footer span,
#footer span a
{
	color:#8a8a8a;
	font-size:11px;	
	text-decoration:none;
}



/*-------Nyheter-------*/

.containerNews
{
	margin-bottom:15px;
}
.containerNews .date
{
	color:#000;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
.containerNews .heading
{
	color:#34709b;
	font-weight:bold;
}
.containerNews .summary
{

}
.containerNews .readMore
{
	color:#34709b;
	float:right;
}

/* ingress news */

.containerIngressNewsWrapper
{

}
.containerIngressNews
{
	margin-bottom:15px;
}
.containerIngressNews .date
{
	color:#000;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
.containerIngressNews .heading a
{
	color:#34709b;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
.containerIngressNews .summary
{

}
.containerIngressNews .readMore
{
	color:#34709b;
	float:right;
}


/*-------Referenser-------*/

.containerReference
{
	width:600px;
	margin-bottom:15px;
	float:left;
	display:block;
	clear:both;
}
.containerReference .date
{
	color:#000;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
.containerReference .heading
{
	color:#34709b;
	font-weight:bold;
}
.containerReference .image
{
	float:left;
	padding:0px 10px 10px 0px;
}

.containerReference .readMore
{
	color:#34709b;
	margin:5px 0px 0px 0px;
	float:right;
}



/* ------------containers------------ */

.ContainerText
{
	width:614px;
	padding:10px 0px 10px 20px;
}


.ContainerRightNews,
.ContainerRightPhone
{
	width:240px;
	margin-bottom:10px;
}
.ContainerRightNews #top
{
	background:#fff url('images/containerNewsTop.gif') no-repeat;
	height:32px;
	padding:8px 0px 0px 20px;	
}
.ContainerRightPhone #top
{
	background:#fff url('images/containerPhoneTop.gif') no-repeat;
	height:32px;
	padding:8px 0px 0px 20px;	
}
#rightContent #middle
{
	background:#fff url('images/containerMiddle.gif') repeat-y;
}
#rightContent #middle .Content
{
	width:200px;
	padding:10px 0px 10px 20px;
}
#rightContent #bottom
{
	background:#fff url('images/containerBottom.gif') no-repeat;
	height:14px;
}
span.containerRightTitle
{
	color:#FFFFFF;
	font-size:22px;
}
