/*__________________________  MALL FÖRETAG2  ___________________________ body */
/*______________________________________________________________________ body */

body{
  background-color: rgb(246,225,217);
  color: rgb(70,70,70);
	font-family:Verdana, sans-serif;  
	font-size: 12px;
	text-align: center;
}
body.extern{
  background-color: rgb(246,225,217);
}

/*_________________________________________________________________________ a */

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

a:link.menuMarked{
  background-color: rgb(70,70,70);
	color: rgb(255,255,255);
	text-decoration: none;	
	font-weight:700;
}
a:link.leftmenu{
  color: rgb(255,255,255);
	text-decoration: none;	
}
a:link.leftmenuMarked{
  background-color: rgb(70,70,70);
	color: rgb(255,255,255);
	text-decoration: none;	
}
a:visited{
  color: rgb(70,70,70);
	text-decoration: underline;
}
a:visited.menuMarked{
  background-color: rgb(70,70,70);
	color: rgb(255,255,255);	
	font-weight:700;	
	text-decoration: none;
}
a:visited.leftmenu{
  color: rgb(255,255,255);
	text-decoration: none;	
}
a:visited.leftmenuMarked{
  background-color: rgb(70,70,70);
	color: rgb(255,255,255);	
	text-decoration: none;
}
a:hover.menu{
  color: rgb(70,70,70);
	font-weight:600;
	text-decoration: underline;	
}
a:hover.menuMarked{
  background-color: rgb(70,70,70);
	color: rgb(255,255,255);	
	font-weight:700;	
	text-decoration: underline;
}
a:hover.leftmenu{
  color: rgb(255,255,255);
	text-decoration: underline;	
}
a:hover.leftmenuMarked{
  background-color: rgb(70,70,70);
	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;
	height: 300px;
	text-align: center;
  margin-top: 0px;
}

table.background{
  text-align: center;
	width: 726px;
}
table.backgroundIntra{
  text-align: center;
	width: 726px;	
}
table.menuHuvud{
  background-color: rgb(193,193,193);
  width: 726px;
  text-align: center;
	margin-top: 0px;
}
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;
}
td.startRight{
  background-color: rgb(223,169,148);
  color: rgb(70,70,70);
	width: 180px;
	padding-top: 20px;
}
td.ordinarieRight{
  background-color: rgb(223,169,148);
	color: rgb(255,255,255);
	width: 60px;
}
td.ordinarieRightRubrik{
  background-color: rgb(223,169,148);
	color: rgb(255,255,255);
	width: 60px;
}
td.startLeft{
  background-color: rgb(126,51,52);
	width: 60px;
}
td.ordinarieLeft{
  background-color: rgb(126,51,52);
	width: 180px;
}
td.ordinarieLeft{
  background-color: rgb(126,51,52);
	width: 180px;
}
td.ordinarieLeftRubrik{
  background-color: rgb(126,51,52);
	width: 180px;
	padding-top: 25px;
	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: 30px;
	background-image: url('sidhuvudBakgrundIntra.jpg');
  background-repeat: no-repeat;	
}



/*___________________________________________________ input, textarea, select */

input, textarea, select { 
  color: rgb(94,94,92);
	font-family: Verdana, sans-serif;
  font-size: 12px;
}