/*__________________________  Lawebb småföretag  _______________________ */
/*______________________________________________________________________ body */

body{
  background-color: rgb(236,230,228);
  color: rgb(60,60,60); 
	font:76%/1.6 Verdana, sans-serif;
	text-align: center;
}
body.extern{
  background-color: rgb(236,230,228);
}
h1{
  color: rgb(175,75,67);   
}
h1.ordinariesida{
  text-align: center;
  margin-top:2px;
}
h3.avsnitt{
  text-align: left;
  color: rgb(175,75,67);   
}
h3.avsnittAktuellt{
  text-align: left;
  color: rgb(248,249,254);
}

/*_________________________________________________________________________ a */

a:link{
  color: rgb(60,60,60);
  color: rgb(94,94,92);  /*body_link_color*/
}
a:link.menu{
  color: rgb(110,110,110);  /*huvudrubriker_färg*/
	font-weight:bold;
}
a:link.menuMarked{
  color: rgb(175,75,67);  /*huvudrubrikerMarkerad_färg*/
	text-decoration: none;	
	font-weight:bold;
}
a:visited{
  color: rgb(94,94,92);  /*body_link_color*/
	text-decoration: underline;
}
a:visited.menu{
  color: rgb(110,110,110);  /*huvudrubriker_färg*/
	font-weight:bold;
}
a:visited.menuMarked{
  color: rgb(175,75,67);  /*huvudrubrikerMarkerad_färg*/
	font-weight:bold;	
	text-decoration: none;
}
a:hover.menu{
  color: rgb(110,110,110);  /*huvudrubriker_färg*/
	font-weight:bold;
	text-decoration: underline;	
}
a:hover.menuMarked{
  color: rgb(175,75,67);  /*huvudrubrikerMarkerad_färg*/
	font-weight:bold;
	text-decoration: underline;
}

/* leftmenu */
a:link.leftmenu{
  color: rgb(255,255,255);  /*underrubriker_färg*/
	text-decoration: none;
	font-weight:bold;	
}
a:link.leftmenuMarked{
  color: rgb(50,50,50);  /*underrubrikerMarkerad_färg*/
	text-decoration: none;
	font-weight:bold;		
}
a:visited.leftmenu{
  color: rgb(255,255,255);  /*underrubriker_färg*/
	text-decoration: none;	
	font-weight:bold;	
}
a:visited.leftmenuMarked{
  color: rgb(50,50,50);  /*underrubrikerMarkerad_färg*/
	text-decoration: none;
	font-weight:bold;	
}
a:hover.leftmenu{
  color: rgb(255,255,255);  /*underrubriker_färg*/
	text-decoration: underline;	
	font-weight:bold;	
}
a:hover.leftmenuMarked{
  color: rgb(50,50,50);  /*underrubrikerMarkerad_färg*/
	text-decoration: underline;
	font-weight:bold;	
}

/* changeColor */
a:link.changeColor{
  color: rgb(248,249,254);  /*changeColor_färg*/
	text-decoration: underline;
}
a:visited.changeColor{
  color: rgb(248,249,254);  /*changeColor_färg*/
	text-decoration: underline;
}
a:hover.changeColor{
  color: rgb(248,249,254);  /*changeColor_färg*/
	text-decoration: underline;
}

/*_____________________________________________________________________ table */

table.innerPage{
  background-color: rgb(255,255,255);
  width: 800px;
  text-align: center;
	border: 1px solid rgb(60,60,60);
}
table.startSida{
	width: 800px;
	height: 300px;
	text-align: center;
  margin-top: 0px;
}

table.background{
  text-align: center;
	width: 800px;
}
table.backgroundIntra{
  text-align: center;
	width: 800px;	
}
table.menuHuvud{
  background-color: rgb(255,255,255);
  width: 800px;
  text-align: center;
	margin-top: 0px;
}
table.ordinarieSida{
	width: 800px;
	height: 300px;
	text-align: center;
  margin-top: 0px;
}
table.greyOverSidfot{
	width: 800px;
	height: 18px;
	background-color: rgb(193,193,193);
}
table.sidfot{
	width: 800px;
	text-align: center;
}




/*________________________________________________________________________ td */

td.sidhuvudKyrknamn{
  padding:0px;
}
td.startCenter{
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
}
td.startRight{
  background-image: url('plattaRightStart.jpg');background-repeat: no-repeat;  /*startRight_backgr*/
  color: rgb(248,249,254);  /*startRight_text_color*/
  padding-left: 12px;  /*startRight_padding_left*/
  padding-right: 12px;  /*startRight_padding_right*/
	padding-top: 16px;    /*startRight_padding_top*/
  width: 230px;  /*startRight_width*/
	
}  
td.ordinarieRight{
  	color: rgb(255,255,255);
	width: 0px;
}
td.ordinarieRightRubrik{
  	color: rgb(255,255,255);
	width: 0px;
}
td.startLeft{
  background-color: rgb(97,122,204);
	width: 60px;
}
td.ordinarieLeft{
  background-color: rgb(175,75,67);
	width: 158px;
}
td.ordinarieLeftRubrik{
  background-color: rgb(175,75,67);
	width: 150px;
	padding-top: 25px;
	padding-left: 10px;
}
td.ordinarieCenter{
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 20px;
	
}
td.ordinarieCenterRubrik{
	padding-right: 60px;
	padding-left: 60px;
	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 { 
  color: rgb(60,60,60);
	font-family: Verdana, sans-serif;
}
