
body
{
	margin: 0em;
	padding: 0em;

	/*background: url(gfx/bgr_body.jpg) #fff repeat-x top left;*/

	/*background-color: #f6f6f6;*/

	background: url(images/bg_full.gif) #8ec506 repeat-x;

	font:76%/1.6 Verdana, Arial, Helvetica, sans-serif;
}


h2
{
	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size: 1.2em;

	line-height: 1.5em;

	font-style: italic;
	font-weight: bold;

	margin: 0.8em 0em 0.8em 0em;
	padding: 0em 0em 0em 0em;
}

h3
{
	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-weight: bold;

	font-size: 1em;

	line-height: 1.4em;

	margin: 1.2em 0em 0.1em 0em;
}


p
{
	/*margin: 0px 0px 15px 0px;*/
	/*margin: 0em 0em 2em 0em;*/
}

.PageContainer
{
	margin: 10px auto;
	width: 944px;
	/*width: 900px;*/
	/*width: 74em;*/
}


.PageContainer .PageBackground
{
	float:left;
	width: 100%;
	background: url(images/bg_inner.png) transparent repeat-y;
}

.PageContainer .PageTop
{
	float:left;
	width: 100%;
	height: 30px;
	background: url(images/bg_top.png);
}

.PageContainer .PageBottom
{
	float:left;
	width: 100%;
	height: 37px;
	background: url(images/bg_bottom.png);
}



.PageContainer .PageInnerRegion
{
	float:left;
	margin: 0px;
	padding: 5px 22px 5px 22px;
	/*padding: 0.4em 0.4em 0.4em 0.4em;*/
}

.PageContainer .PageMain
{
	float:left;
	width: 900px;
	clear: both;
	background-color: #ffffff;

	/*width: 100%;*/
	/*margin-left: 17px;*/

	/*padding: 5px;*/
	/*padding: 0.4em;*/

/*	
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
*/
}

.PageContainer .PageMain .PageHeader
{
	float:left;
	width: 100%;
	clear: both;
}

.PageContainer .PageMain .PageHeader #Logotype
{
	float:left;
	/*padding: 20px 0px 20px 20px;*/
	/*padding: 1.65em 0em 1.65em 1.65em;*/
	padding: 0em 0em 1.65em 1.65em;

}

.PageContainer .PageMain .PageHeader #Logotype img
{
	border: 0em;
}

.PageContainer .PageMain .PageHeader #LogoText
{
	/*padding: 2.15em 5.7em 1.1em 0em;*/
	padding: 0.5em 5.7em 1.1em 0em;
	color: #000000;
	float:right;

	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
}

.PageContainer .PageMain .PageMenu
{
	float:left;
	width: 100%;
	height: 28px;
	/*height: 2.25em;*/
	background: url('images/nav_bg.gif') repeat-x;
}

.PageContainer .PageMain .PageMenu ul
{
	float: none;
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

.PageContainer .PageMain .PageMenu ul li
{
	display: inline;
	margin: 0em;
	padding: 0em;
}


.PageContainer .PageMain .PageMenu ul li a
{
	background: url('images/nav_bg.gif') repeat-x;
	float:left;
	margin: 0em;

	padding: 8px 20px 6px 20px;

	/*padding: 0.6em 1.65em 0.32em 1.65em;*/

	color: #000000;
	text-decoration: none;

	font-family: Trebuchet MS, Tahoma, Verdana, Arial;

	font-size: 1em;
	line-height: 1.3em;
}

.PageContainer .PageMain .PageMenu ul li a:hover
{
/*	text-decoration: underline; */
	background: url('images/nav_bg_hover.gif') repeat-x;
}

.PageContainer .PageMain .PageMenu ul li a.active
{
	background: url('images/nav_bg_sel.gif') repeat-x;
	float:left;
	margin: 0px;
	padding: 8px 20px 6px 20px;
	color: #000000;
/*	text-decoration: underline; */

	font-family: Trebuchet MS, Tahoma, Verdana, Arial;

	font-size: 1em;
	line-height: 1.3em;
}

.PageContainer .PageMain .PageContentRegion
{
	float:left;

	min-height: 400px;
	width: 100%;
}

.PageContainer .PageMain .PageContentRegion .PageContent
{
/*	padding: 15px 20px 15px 20px; */
	/*padding: 15px 20px 15px 10px;*/
	/*padding: 15px 10px 15px 10px;*/

	padding: 1.2em 0.85em 1.2em 0.85em;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu
{
	float:left;

/*	width: 150px; */
	width: 22%;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu .TopRegion
{
	float:left;
	text-align: left;
	background: url('images/nav_bg.gif');
	border: 1px solid #CCCCCC;
	display: block;
	width: 100%;
}


.PageContainer .PageMain .PageContentRegion .LeftMenu .TopRegion .TopContent
{
	padding: 4px 0px 4px 10px;

	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	/*font-size: 12px;*/
	font-size: 1em;
	line-height: 1.12em;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul
{
	float:left;
	width: 100%;
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	display: block;
	background-color:#fff;

/*	border: 1px solid #ffffff; */
	border: 1px solid #CCCCCC;
	border-top: 0px;

/*	background-color: #eeeeee; */

/*	padding: 5px 0px 5px 0px; */
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li
{
	margin: 0em;
	padding: 0em;
	float:left;
	width: 100%;

	border-bottom: 1px solid #cccccc;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a
{
	margin: 0em;
	padding: 0em;
	color: #ffffff;
	text-decoration: none;
	color: #000000;
	display: block;

	float:left;
	width: 100%;
}


.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a:hover
{
/*	text-decoration: underline; */
	background-color: #eeeeee;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a .content
{
	display: block;
	font-family: Verdana, Arial;

	font-size: 0.9em;
	line-height: 1.2em;

	padding: 4px 0px 4px 10px;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a:hover .content
{
	
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a.active
{
	font-weight: bold;
/*	text-decoration: underline; */
	background-color: #eeeeee;
}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li a.active .content
{

}

.PageContainer .PageMain .PageContentRegion .LeftMenu ul li.child2 .content
{
	padding-left: 30px;
}

.PageContainer .PageMain .PageContentRegion .OuterContentRegion
{
	float:left;
/*	background-color: #ff0000;*/
	width: 78%;
}

.PageContainer .PageMain .PageContentRegion .MainContentRegion
{
/*	border-left: 1px solid #cccccc; */

	float:left;
	width: 65%;
	height: 100%;
}

.PageContainer .PageMain .PageContentRegion .MainContentBigRegion
{
	/*width: 68%;*/
	width: 88%;
}

.PageContainer .PageMain .PageContentRegion .MainContentRegion .InfoPanel
{
	float:left;
}

.PageContainer .PageMain .PageContentRegion .MainContentRegion .MainContent
{
	float:left;
	padding: 5px 10px 40px 20px;


	/*font-family: "Trebuchet MS",Helvetica, Arial,Verdana,Helvetica,sans-serif;*/
	/*font-family: Verdana, Arial; */

	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size: 0.9em;
	line-height: 1.51em;

	color: #000000;
}

.PageContainer .PageMain .PageContentRegion .RightContentRegion
{
	float:left;
	/*width: 10%;*/
	/*width: 28%;*/
	width: 35%;
	height: 100%;
/*	background-color: #00ff00;*/
}

.PageContainer .PageMain .PageContentRegion .RightContentRegion .InfoPanel
{
	float:right;
}

.PageContainer .PageMain .PageContentRegion .RightContentRegion .RightContent
{
	float:left;

	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:70%;
	line-height: 150%;

	padding: 17px 0px 40px 10px;
}


.PageContainer .PageFooterRegion
{
	float:left;
	width: 100%;
	padding-bottom: 40px;
}

.PageContainer .PageFooterRegion .PageFooterContent
{
	padding: 2px 20px 2px 20px;

	font-family: Verdana, Arial;
/*
	font-size: 10px;
	line-height: 14px;
*/
	font-size: 0.8em;
	line-height: 1.2em;
}

.PageContainer .PageFooterRegion .PageFooterContent #leftinfo
{
	float:left;
}

.PageContainer .PageFooterRegion .PageFooterContent #rightinfo
{
	float:right;
}

h1
{
	font-family: Arial;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.header
{
	float:left;
	background: url('images/bg_title_big.gif') #8ec506 repeat-y;
	height: 50px;
	/*width: 100%;*/
	/*width: 560px;*/
	/*width: 75%;*/

	width: 97%;
	margin: 0px 0px 0px 10px;

	height: 4.1em;
/*	
	width: 666px;
	margin: 0px 0px 0px 20px;
*/
	/*margin: 0px 0px 0px 20px;*/
	
	padding: 0px 0px 0px 0px;
}

.OuterContentRegion > .header
{
	margin: 0px 0px 0px 3%;
}

.header .headerContent
{
	font-family: Arial, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #424242;

	float: right;
	padding: 18px 20px 0px 0px;
}

.header h1
{
	font-family: Arial, Verdana, Arial;
	/*font-size: 24px;*/
	/*line-height: 26px;*/

	font-size: 2em;
	line-height: 2.1em;

	font-weight: bold;
	color: #424242;

	float: right;
	/*margin: 18px 20px 0px 0px;*/
	margin: 0.26em 0.83em 0px 0px;
	padding: 0em;
}

a.tjanster
{
	float:left;
	margin: 10px;
}

a.tjanster div.btn_radgivning
{
	float:left;
	width: 220px;
	height: 106px;
	background: url('images/btn_radgivning.jpg');
}

a.tjanster:hover div.btn_radgivning
{
	background: url('images/btn_radgivning1.jpg');
}


a.tjanster div.btn_webbutveckling
{
	float:left;
	width: 220px;
	height: 106px;
	background: url('images/btn_webbutveckling.jpg');
}

a.tjanster:hover div.btn_webbutveckling
{
	background: url('images/btn_webbutveckling1.jpg');
}


a.tjanster div.btn_tillganglighet
{
	float:left;
	width: 220px;
	height: 106px;
	background: url('images/btn_tillganglighet.jpg');
}

a.tjanster:hover div.btn_tillganglighet
{
	background: url('images/btn_tillganglighet1.jpg');
}


a.tjanster div.btn_testning
{
	float:left;
	width: 220px;
	height: 106px;
	background: url('images/btn_testning.jpg');
}

a.tjanster:hover div.btn_testning
{
	background: url('images/btn_testning1.jpg');
}

.report
{
	width: 100%;
}

.report .title
{
	display: block;
	width: 100px;
	margin-bottom: 1px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.report input
{
	margin-bottom: 5px;
}

.report input[type='text']
{
	width: 80%;
}

.report textarea
{
	width: 80%;
	height: 10em;
	margin-bottom: 5px;
}

.report .submit, .report .submitButton
{
	margin-top: 5px;
	font-size: 1.5em;
}

.report .reportTitle
{
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	/*margin-bottom: 10px;*/
	margin-bottom: 1em;
}

.report .formSuccess
{
	font-size: 1.3em;
	line-height: 1.5em;
}

.InfoPanel
{
/*	float:right;*/
	/*margin-left:20px;*/
	border-style: dashed;
	border-color: #424242;
	border-width: 1px;
	padding:10px;
}

.InfoPanel .InfoArea
{
}

.InfoPanel .InfoArea ul
{
	padding-left: 15px;
	margin-left: 5px;
}

ul
{
	padding-left: 30px;
	margin-left: 0px;
}

li
{
	margin-bottom: 5px;
}


/* Startsida */

.startpage
{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	position: relative;
}

.startpage .startpageHeader
{
	float:left;
	background: url('images/bg_title_big.gif') #8ec506 repeat-y;
	/*height: 50px;*/

	height: 4.1em;

	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	background-position: 279px;
	background-color: #ffffff;
}

.startpageHeader h1
{
	float.left;
	/*padding-left: 200px;*/
	/*padding-top: 13px;*/
	margin-top: 0px;
	font-family: Arial, Verdana;
	/*font-size: 24px;*/
	/*line-height: 26px;*/

	/*padding-top: 0.1em;*/

	padding: 0em;
	margin: 0em;

	font-size: 2em;
	line-height: 2.2em;

	font-weight: bold;
	color: #424242;

	text-align: center;
}

.startpageMenu
{
	float:left;
	font-size: 70%;
	line-height: 150%;
	width: 200px;
	margin-right: 30px;
	margin-top: 13px;
}

.startpageContent
{
	float:left;
	width:350px;

	font-size: 0.9em;
	line-height: 1.51em;
}

.boxArea
{
	position: relative;
	float:left;
	width: 100%;
/*
	left: 150px;
	background-color: #424242;
	height: 200px;
	width: 610px;
*/
}

.startpageBox
{
	width:251px;
	float:right;
}

.boxArea .box
{
	display: block;
	/*padding: 10px;*/
	margin: 10px 40px 10px 0px;
	float:left;
	/*width: 100%;*/
	/*position: absolute;*/
	/*background-color: #00ff00;*/

	color: #424242;
/*
	border-style: dashed;
	border-width: 1px;
	border-color: #424242;
	text-align: left;
*/
}

.boxArea .box .boxContent
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 11px;
	/*width: 395px;*/
	/*width: 250px;*/
	width: 250px;
}

.boxArea .box .boxContent .innerContent
{
	clear:both;
	/*background-color: #eeeeee;*/
	/*background-color: #424242;*/
	/*background-color: #f6f6f6;*/
	/*background-color: #424242;*/
	/*color: #eeeeee;*/
	margin: 0px 5px 0px 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 1px 1px;
}

.boxArea .box .boxContent .innerContent .textContent
{
	height: 70px;
/*	color: #000000;*/
}

.boxArea .box .boxContent .innerContent a
{
	/*color: #ffffff;*/
}

/*
.boxArea .box .boxContent .innerContent
{
	display: none;
}
*/
/*
.boxArea .box .title
{
	background: url('images/nav_bg.gif');
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0px 1px;

	font-family: Arial, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	padding: 5px 0px 5px 10px;
}
*/

.boxArea .box .title
{
	background: url('images/nav_bg.gif');
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0px 1px;

	font-family: Arial, Verdana, Arial;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #424242;
	height: 25px;
	/*width: 250px;*/
}

.boxArea .box .title .titlebox
{
	padding: 5px 15px 5px 15px;
}

.boxArea .box .title .titlebox .titleboxLeft
{
	float:left;
}

.boxArea .box .title .titlebox .titleboxRight
{
	float:right;
	font-weight: normal;
}


.boxArea .newsBox
{
	width: 250px;
	margin: 10px 0px 10px 0px;
}

.boxArea .newsBox .newsContent
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 11px;
	width: 250px;
}

.boxArea .newsBox .newsContent .innerContent
{
	clear:both;
	/*background-color: #eeeeee;*/
	/*background-color: #424242;*/
	/*background-color: #f6f6f6;*/
	/*background-color: #424242;*/
	/*color: #eeeeee;*/
	margin: 0px 5px 0px 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 1px 1px;
}

.boxArea .newsBox .newsContent .innerContent .textContent
{
	/*height: 70px;*/
/*	color: #000000;*/
}

.NewsContentTitle
{
	float:left;
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
}

.NewsContentTitleDate
{
	float:left;
	width: 80px;
	font-weight: bold;
}

.NewsContentTitleText
{
	float:right;
	width: 130px;
	font-weight: bold;
}

.NewsContentText
{
	clear:both;
	width: 100%;
	padding-top: 10px;
	line-height: 1.2;
}

.startBox
{
	background: url('images/nav_bg.gif') #8ec506 no-repeat;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc #cccccc #ffffff #cccccc;

	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #424242;

	clear:both;
	/*margin: 0px 5px 10px 5px;*/
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 45px;
	display: block;
	text-decoration: none;
}

a.startBoxText
{
	display: block;
	font-weight: normal;
	/*padding: 4px 10px 0px 10px;*/
	padding: 20px 4px 0px 10px;
	text-align: right;
	text-decoration: none;
	color: #424242;
}

.startBox:hover
{
	/*background: url('images/nav_bg_inv.gif') #8ec506 no-repeat;*/
	border-color: #424242;
	border-width: 1px 1px 1px 1px;
	color: #ffffff;
}

.startBox:hover a.startBoxText
{
	color: #ffffff;
}

.startBox a.startBoxText:hover
{
	color:#ffffff;
}


.AuthorInformation
{
	border: 1px dashed #cccccc;
	margin: 20px 0px 0px 0px;
	padding: 10px;
}
