/*__________________________       Cami      ___________________________ body */
/*______________________________________________________________________ body */

body{
  background-color: rgb(233,233,233);
  color: rgb(60,60,60);
	font-family:Verdana, sans-serif;  
	font-size: 12px;
	text-align: center;
}
body.extern{
  background-color: rgb(233,233,233);
}
h1.ordinariesida{
  text-align: center;
  margin-top: 2px;
}
h1.startpresentation{
  text-align: center;
}
h1.startpresentationIntra{
  text-align: center;
}
h2.startaktuellt{
  text-align: left;
  color: rgb(197,239,236);
}
h2.startaktuelltIntra{
  text-align: left;
}
h3.avsnitt{
  text-align: center;
}

/*_________________________________________________________________________ a */

a:link.extern{
  color: rgb(70,70,70);  /*body_link_color*/
}
a:link.menu{
  color: rgb(15,100,94);  /*huvudrubriker_färg*/
	font-weight:bold;
}
a:link.menuMarked{
  color: rgb(60,60,60);  /*huvudrubrikerMarkerad_färg*/
	text-decoration: none;	
	font-weight:bold;
}
a:visited.extern{
  color: rgb(70,70,70);  /*body_link_color*/
	text-decoration: underline;
}
a:visited.menu{
  color: rgb(15,100,94);  /*huvudrubriker_färg*/
	font-weight:bold;
}
a:visited.menuMarked{
  color: rgb(60,60,60);  /*huvudrubrikerMarkerad_färg*/
	font-weight:bold;	
	text-decoration: none;
}
a:hover.menu{
  color: rgb(15,100,94);  /*huvudrubriker_färg*/
	font-weight:bold;
	text-decoration: underline;	
}
a:hover.menuMarked{
  color: rgb(60,60,60);  /*huvudrubrikerMarkerad_färg*/
	font-weight:bold;
	text-decoration: underline;
}

/* leftmenu */
a:link.leftmenu{
  color: rgb(171,213,210);  /*underrubriker_färg*/
	text-decoration: none;
	font-weight:bold;	
}
a:link.leftmenuMarked{
  color: rgb(255,255,255);  /*underrubrikerMarkerad_färg*/
	text-decoration: none;
	font-weight:bold;		
}
a:visited.leftmenu{
  color: rgb(171,213,210);  /*underrubriker_färg*/
	text-decoration: none;	
	font-weight:bold;	
}
a:visited.leftmenuMarked{
  color: rgb(255,255,255);  /*underrubrikerMarkerad_färg*/
  	text-decoration: none;
	font-weight:bold;	
}
a:hover.leftmenu{
  color: rgb(171,213,210);  /*underrubriker_färg*/
	text-decoration: underline;	
	font-weight:bold;	
}
a:hover.leftmenuMarked{
  color: rgb(255,255,255);  /*underrubrikerMarkerad_färg*/
	text-decoration: underline;
	font-weight:bold;	
}

/* changeColor */
a:link.changeColor{
  color: rgb(255,255,255);  /*changeColor_färg*/
	text-decoration: underline;
}
a:visited.changeColor{
  color: rgb(255,255,255);  /*changeColor_färg*/
	text-decoration: underline;
}
a:hover.changeColor{
  color: rgb(255,255,255);  /*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(171,213,210);
  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: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
}
td.startRight{
  background-color: rgb(84,183,177);
  color: rgb(197,239,236);
	width: 180px;
	padding-top: 20px;
}
td.ordinarieRight{
  background-color: rgb(84,183,177);
	color: rgb(255,255,255);
	width: 60px;
}
td.ordinarieRightRubrik{
  background-color: rgb(84,183,177);
	color: rgb(255,255,255);
	width: 60px;
}
td.startLeft{
  background-color: rgb(35,144,137);
	width: 60px;
}
td.ordinarieLeft{
  background-color: rgb(35,144,137);
	width: 180px;
}
td.ordinarieLeft{
  background-color: rgb(35,144,137);
	width: 180px;
}
td.ordinarieLeftRubrik{
  background-color: rgb(35,144,137);
	width: 180px;
	padding-top: 25px;
	padding-left: 10px;
}
td.ordinarieCenter{
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 20px;
}
td.ordinarieCenterRubrik{
	padding-right: 65px;
	padding-left: 65px;
	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(60,60,60);
	font-family: Verdana, sans-serif;
  font-size: 12px;
}
