﻿html, body 
{
	height:100%;
}

html, body, form
{
	margin:0;
	padding:0;
}

body 
{
	background-color:#ffffff;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:72%;
	color:#000000;
}


a 
{
	color:#5880be;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

a img 
{
	border:0;
}

h1 
{
	font-size:1.6em;
	color:#000000;
	margin:0.8em 0 0.2em 0;
}

h2
{
	font-size:1.3em;
	color:#000000;
	margin:0.4em 0 0.2em 0;
}

h3 
{
	font-size:1.1em;
	color:#000000;
	margin:0.4em 0 0.1em 0;
}

h4
{
	font-size:1em;
	color:#000000;
	margin:0.4em 0 0.1em 0;
}



/*områden */
#body 
{
	text-align:center;
	background:#435258 url('/Media/Build/body_background2.gif') repeat-x fixed;
}

#bodyWrapper
{
	width:1000px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	
}
* html #bodyWrapper
{
	height:100%;
}

#bodyLeftWrapper 
{
    width:800px;
    float:left;
}

#bodyRightWrapper 
{
    width:200px;
    float:right;
    margin:122px 0 0 0;
}

#bodyRightWrapper img
{
    display:block;
    float:right;
    clear:both;
}

#topSpacer
{
	height:20px;
}

#top 
{
	margin:0;
	background:url('/Media/Build/top.png') no-repeat;
	height:93px;
	margin-bottom:15px;
}

#content 
{
	margin:0px;
	background-color:#ffffff;
	width:800px;
}
	
#content_left 
{
	width:180px;
	color:#000000;
	vertical-align:top;
}

#content_left_placeholder
{
    margin:0 8px;
}

#content_main_wrapper 
{
    vertical-align:top;
    width:619px;
}
#content_main_wrapper_placeholder
{
    margin:0 7px 0 8px;
}

#content_spacer
{
    background:url('/Media/Build/ruler_ver.gif') repeat-y;
    width:1px;
}

#content_main 
{
	width:424px;
	color:#000000;
	vertical-align:top;
}

	#content_main_placeholder
	{
	}

	#content_main p
	{
	    line-height:1.6em;
		margin:0 0 1.2em 0;
	}

#content_right 
{
	width:180px;
	color:#000000;
	vertical-align:top;
}

	#content_right_placeholder
	{
	    margin:0 0 0 16px;
	}

    #content_right p
	{
	    line-height:1.4em;
		margin:0 0 1.2em 0;
	}





#menu 
{
	margin:0 0 30px 0;
	background-color:#ffffff;
	color:#000000;
}

#menu .container 
{
	margin-bottom:5px;
}

#menu .item 
{
	color:#000000;
}

#menu .active 
{
	color:#5880be;
}

#menu a
{
	color:#000000;
	font-weight:700;
}

.footer 
{
	text-align:right;
	border-top:1px solid #1a62af;
	padding:2px 0 0 0;
}



.language 
{
	padding:2px;
	text-align:right;
}

#languagelist 
{
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}


#languagelist li 
{
	display:inline;
}

#languagelist li a
{
	
}

#finans 
{
	text-align:center;
}

#nyteknik
{
	margin-top:20px;
}

.box 
{
	
}

.box .innerbox
{
	padding:10px 0 0 10px;	
}

.box .innerbox a
{
	font-size:1em;
	font-weight:700;
	line-height:1.6em;
}


/* ------------------- */

hr
{
	background-color:#e7bf3f;
	color:#e7bf3f;
	height:1px;
	clear:both;
	margin:5px 0;
	border:0;
}

div.separator 
{
	height:1px;
	background:#e7bf3f;
	clear:both;
	margin:5px 0;
}

div.separator hr
{
	display:none;
	margin:0;
	clear:both;
	border:0;
}



img.left 
{
	float:left;
	margin-right:6px;
}
img.right
{
	float:right;
	margin-left:6px;
}

.ErrMsg, .EmptyGridView
{
	padding:10px;
	margin:9px;
	background-color:#f8fbdc;
	border:1px solid #576080;
	clear:both;
}

.ToolTip
{
	background-color:#f8fbdc;
	border:1px solid #576080;
}


/* formulär */
input[type=button], input[type=submit]
{
}

input[type=text], input[type=password], textarea
{
}

textarea 
{
	font-family:Verdana, Arial, Sans-Serif;
}

label 
{
	cursor:pointer;
}

.editTable 
{
	width:100%;
}

.editTable tr td 
{
	padding:2px;
	border-bottom:1px solid #ffffff; 
	background-color:#f4f4f4;
}

.editTable table tr td 
{
	border:0;
}

.EditButtons 
{
	margin:5px 0 0 20%;
}



/*bredder */
.w50 
{
	width:50px;
}
.w100 
{
	width:100px;
}
.w120 
{
	width:120px;
}
.w150 
{
	width:150px;
}
.w200 
{
	width:200px;
}
.w300 
{
	width:300px;
}
.w380 
{
	width:380px;
}
.w400 
{
	width:400px;
}



/* färger */
.red
{
	color:Red;
}


.bold 
{
	font-weight:700;
}

.underline 
{
	text-decoration:underline;
}

.strikethrough 
{
	text-decoration:line-through;
}


.small 
{
	font-size:10px;
}

.smallNormal
{
	font-size:10px;
	font-weight:normal;
}

.left 
{
	text-align:left;
}

.center 
{
	text-align:center;
}

.right 
{
	text-align:right;
}

.fLeft
{
	float:left;
}

.fRight
{
	float:right;
}

.clear 
{
	clear:both;
}

img.block
{
	display:block;
}

input.large, textarea
{
	width:340px;
}

.help
{
	border-bottom:1px dotted #999999;
	cursor:help;
}

.top
{
	vertical-align:top;
}

.imageHeader
{
    display:block;
    margin:20px 0 5px 0;
}