/*________________________   Lawebb  ______________________________________ */
/*______________________________________________________________________ body */

body{
  color: rgb(94,94,92);
  background-color: rgb(255,255,255);
	font:76%/1.6 Verdana, sans-serif;
	text-align: center;
}
body.extern{
  background-color: rgb(255,255,255);
}

/*_________________________________________________________________________ a */

a:link{
	color: rgb(94,94,92);
	text-decoration: underline;
	font-weight:500;
}

a:link.menuMarked{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(94,94,92);
	font-weight:700;
}
a:link.leftmenu{
	text-decoration: none;
	color: rgb(255,255,255);
}
a:link.leftmenuMarked{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(94,94,92);
}
a:visited{
	color: rgb(94,94,92);
	text-decoration: underline;
}

a:visited.menuMarked{
	color: rgb(255,255,255);
	background-color: rgb(94,94,92);
	font-weight:700;	
	text-decoration: none;
}
a:visited.leftmenu{
	text-decoration: none;
	color: rgb(255,255,255);
}
a:visited.leftmenuMarked{
	color: rgb(255,255,255);
	background-color: rgb(94,94,92);
	text-decoration: none;
}
a:hover.menu{
	font-weight:600;
	text-decoration: underline;
	color: rgb(94,94,92);
}
a:hover.menuMarked{
	color: rgb(255,255,255);
	background-color: rgb(94,94,92);
	font-weight:700;	
	text-decoration: underline;
}
a:hover.leftmenu{
	text-decoration: underline;
	color: rgb(255,255,255);
}
a:hover.leftmenuMarked{
	color: rgb(255,255,255);
	text-decoration: underline;
}

/*_____________________________________________________________________ table */

table.innerPage{
  background-color: rgb(255,255,255);
  width: 726px;
  text-align: center;
	border: 1px solid rgb(94,94,92);
}
table.startSida{
	width: 726px;
	text-align: center;
  margin-top: 0px;
}

table.background{
  text-align: center;
	width: 726px;
}
table.backgroundIntra{
  text-align: center;
	width: 726px;	
}
table.menuHuvud{
  width: 726px;
  text-align: center;
	margin-top: 0px;
	background-image: url('menyplatta.jpg');
  background-repeat: no-repeat;	
}
table.ordinarieSida{
	width: 726px;
	height: 300px;
	text-align: center;
  margin-top: 0px;
}
table.greyOverSidfot{
	width: 726px;
	height: 18px;
	background-color: rgb(193,193,193);
}
table.sidfot{
	width: 726px;
	text-align: center;
}




/*________________________________________________________________________ td */

td.sidhuvudKyrknamn{
  padding:0px;
}
td.startCenter{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: rgb(120,120,120);
	font-size:1.08em;
	font-weight:500;
}
td.startRight{
	background-color:rgb(255,255,255);
	color: rgb(129,129,129);
	width: 180px;
}
td.ordinarieRight{
	background-color: rgb(129,129,129);
	color: rgb(255,255,255);
	width: 60px;
}
td.ordinarieRightRubrik{
	background-color: rgb(129,129,129);
	color: rgb(255,255,255);
	width: 60px;
}
td.startLeft{
	background-color: rgb(153,0,51);
	color: rgb(255,255,255);
	width: 60px;
}
td.ordinarieLeft{
	background-color: rgb(153,0,51);
	color: rgb(255,255,255);
	width: 180px;
}
td.ordinarieLeft{
  background-color: rgb(153,0,51);
	color: rgb(255,255,255);
	width: 180px;
}
td.ordinarieLeftRubrik{
  background-color: rgb(153,0,51);
	color: rgb(255,255,255);
	width: 180px;
	padding-top: 65px;
	padding-left: 10px;
}
td.ordinarieCenter{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
td.ordinarieCenterRubrik{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
td.sidhuvudIntra{
  height: 90px;
	text-align:center;
	font-size:2.5em;
	background-image: url('sidhuvudBakgrundIntra.jpg');
  background-repeat: no-repeat;	
}



/*___________________________________________________ input, textarea, select */

input, textarea, select { 
  font-family: Verdana, sans-serif;
	color: rgb(0,33,87);
}