
html, body {
	font-family: tahoma; 
	font-size: 8pt;
	background-color:#F8FAF9;
	margin:0 auto;
	line-height:17px; 
	height:100%;
	text-align:center; /*   CENTRERING */
}
form, input
{
	font-family: tahoma; 
}
table
{
	font-size: 8pt;
	line-height:17px; 
}

h1	{padding:10px 0px 5px 0px;margin:0px;font-size:16pt;}
h2	{padding:5px 0px 5px 0px;margin:0px;font-size:14pt;}
h3	{padding:5px 0px 5px 0px;margin:0px;font-size:12pt;}
p	{padding:5px 0px 5px 0px;margin:0px;}
a	{color:#777;text-decoration:none;}


/* -------- LAYOUT-DIVAR ------------ */
#container{
	margin:0 auto;  /*     CENTRERING */
	text-align:center;
	width:830px;
	background: url(/bilder/bg_container.gif) center;

}   
#top 
{
	background: #F8FAF9 url(/bilder/bg_top.gif) no-repeat center bottom;
	height:50px;
}
#mid
{	
	text-align:left;
	margin:0 auto;
	width:800px;
	height:342px;
}
#mid2
{	
	text-align:left;
	margin:0 auto;
	width:800px;
	height:233px;
	background: url(/bilder/bg_mid2.gif) no-repeat left bottom;
}
#menu
{
	margin:0 auto;
	width:800px;
	text-align:left;
	height:40px;
}
#main
{
	margin:0 auto;
	margin-top:15px;
	text-align:left;
	min-height:200px;
	_height:200px;
	width:740px;
	padding-bottom:15px;
}
#mainLeft
{
	float:left;
	width:160px;

}
#mainRight
{
	margin-left:170px;
	width:567px;

}

#bottom{
	margin:0 auto; /*     CENTRERING */
	text-align:left;
	width:830px;
	padding:6px 0px 0px 0px;
	height:100px;
	background: url(/bilder/bg_bottom.gif) no-repeat top center; 
	font-size:9px;
	color:#969799;
}

#bottom .gra		{color:#C2C4C3;}
#bottom .space		{margin-left:12px;}
#bottom .rad2		{position:absolute;margin:28px 0px 0px 15px;}
#bottom .datum		{position:absolute;color:#C4E0E1;font-weight:bold;}
#bottom .vitText	{margin-left:10px;color:#FFF;font-weight:normal;}

/* -------------- // ----------------- */
.text
{
	width:320px;
	min-height:300px;
	overflow: hidden;
}
	.text a {
	}
		.text a img {
			border:none;
		}
.bild
{
	float:right;
	margin:0px 0px 30px 0px;
}
.menuUl10, .menuUl20
{
	width:800px;
	margin:0px 0px 0px 17px;	
	padding:9px 0px 0px 0px;
}
.menuUl10 li {
	list-style-type:none;
	display:inline;
	margin:0px 20px 0px 20px; 
}
.menuUl20 li {
	list-style-type:none;
	display:inline;
	margin:0px 9px 0px 10px; 
}
.subMenuUl 
{
	margin:0px 0px 0px 2px;	
	padding:9px 0px 0px 0px;
}
.subMenuUl li {
	list-style-type:none;
	margin:0px 0px 0px 11px; 

} 
.subMenuUl a 
{
	color:#568F83;
	text-decoration:none;
	font-size:10pt;
}
.linje
{
	margin:0px 0px 3px -5px;
}
.paketTbl
{
	margin: -10px 0px 0px -10px;
}
.paketTbl td
{
	width:257px;
	height:93px;
	vertical-align:top;
	cursor:pointer;
}
.paketTbl td p 
{
	line-height:12px;
	font-size:10px;
	color:#899191;
}
.paketTbl td div 
{
	margin:5px 5px 0px 103px;
}
.knapp
{
	height:20px;
	width:124px;
	color:#FFF;
	background:#94B6B5;
	border:solid 1px #999;
	margin:5px 0px 0px 0px;
}
.textruta
{
	border:solid 1px #999;
	width:120px;
	margin-left:0px;
}




/*CSS för utskrift*/
@media print{
   body *{visibility: hidden;}
   body {background-color: white;}
   #main{visibility: visible; position:absolute; top: 0px; left: 0px; width:100%; background-color: #FFFFFF;}
   #main *{visibility: visible;}
}