/*__________________________  Idrott  ___________________________ body */
/*______________________________________________________________________ body */

body{
  background-color: rgb(235,240,241);
  color: rgb(60,60,60);
	font:76%/1.6 Verdana, sans-serif;
	text-align: center;
}
body.extern{
  background-color: rgb(235,240,241);
}
h1{
  color: rgb(88,135,145);
}
h1.ordinariesida{
  text-align: center;
  margin-top:2px;
}
h3.avsnitt{
  text-align: left;
  color: rgb(88,135,145);
}

/*_________________________________________________________________________ a */

a:link{
	color: rgb(94,94,92);
	text-decoration: underline;
}
a:link.menu{
  color: rgb(94,94,92);  /*huvudrubriker_färg*/
  font-weight:bold;
}
a:link.menuMarked{
	color: rgb(88,135,145);
	text-decoration: none;
	font-weight:bold;
}
a:link.leftmenu{
	text-decoration: none;
	color: rgb(255,255,255);
        font-weight:bold;
}
a:link.leftmenuMarked{
	color: rgb(88,135,145);
	text-decoration: none;
        font-weight:bold;
}
a:visited{
	color: rgb(94,94,92);
	text-decoration: underline;
	font-weight:bold;
}
a:visited.menu{
	color: rgb(94,94,92); 
	text-decoration: none;
	font-weight:bold;
}
a:visited.menuMarked{
	color: rgb(88,135,145);
	font-weight:bold;	
	text-decoration: none;
}
a:visited.leftmenu{
	text-decoration: none;
	color: rgb(255,255,255);
        font-weight:bold;
}
a:visited.leftmenuMarked{
	color: rgb(88,135,145);
	text-decoration: none;
        font-weight:bold;
}
a:hover.menu{
	font-weight:bold;
	text-decoration: underline;
	color: rgb(94,94,92);
}
a:hover.menuMarked{
	color: rgb(88,135,145);
	font-weight:bold;	
	text-decoration: underline;
}
a:hover.leftmenu{
	text-decoration: underline;
	color: rgb(255,255,255);
        font-weight:bold;
}
a:hover.leftmenuMarked{
	color: rgb(88,135,145);
	text-decoration: underline;
        font-weight:bold;
}
a:link.changeColor{
  color: rgb(255,255,255);
}
a:visited.changeColor{
  color: rgb(255,255,255);
}
a:hover.changeColor{
  color: rgb(255,255,255);
}

/*_____________________________________________________________________ table */

table.innerPage{
  background-color: rgb(255,255,255);
  width: 800px;
  text-align: center;
	border: 1px solid rgb(94,94,92);
}
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{
  width: 800px;
  text-align: center;
	margin-top: 0px;
width: 100%;
}
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: 60px;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 0px;
}
td.startRight{
  color: rgb(255,255,255);
	width: 180px;
	padding-top: 5px;
}
td.ordinarieRight{
  color: rgb(255,255,255);
	width: 0px;
}
td.ordinarieRightRubrik{
  	color: rgb(255,255,255);
	width: 0px;
}
td.startLeft{
  background-color: rgb(163,177,102);
	width: 60px;
}
td.ordinarieLeft{
  background-color: rgb(163,177,102);
	width: 150px;
}
td.ordinarieLeft{
  background-color: rgb(163,177,102);
	width: 150px;
}
td.ordinarieLeftRubrik{
  background-color: rgb(163,177,102);
	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;
	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;
}
