/** perusmuotoilut **/
body {
	background-color:#FFFFFF; 
	color:#000000; 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:small; /** FONTTIKOKO **/
}

/** linkkifontit **/
A:link        			{COLOR: #006699; TEXT-DECORATION: underline}
A:visited 			{COLOR: #330033; TEXT-DECORATION: underline}
A:hover  			{COLOR: #3399CC; TEXT-DECORATION: underline}

A.underline           		{COLOR: #006699; TEXT-DECORATION: underline}
A.underline:visited   		{COLOR: #330033; TEXT-DECORATION: underline}
A.underline:hover     		{COLOR: #3399CC; TEXT-DECORATION: underline}

a.whitelink			{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:visited 		{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:hover 		{ color:#5BD2EA; text-decoration: underline;}
a.bluelink			{ color:#0093B1; font-weight:bold; text-decoration: none;}
a.bluelink:visited 		{ color:#0093B1; font-weight:bold; text-decoration: none;}
a.bluelink:hover 			{ color:#3366CC; font-weight:bold; text-decoration: underline;}
a.darklink			{ color:#00337F; font-weight:bold;}
a.darklink:visited 		{ color:#00337F; font-weight:bold;}
a.darklink:hover 			{ color:#3366CC; font-weight:bold;}
a.naviselect			{ color:#0093B1; text-decoration: none;}
a.naviselect:visited 		{ color:#0093B1; text-decoration: none;}
a.naviselect:hover 		{ color:#3366CC; text-decoration: underline;}
a.navlink			{ color:#000000; text-decoration: none;}
a.navlink:visited			{ text-decoration: none;}
a.navlink:hover			{ color:#3399CC; text-decoration: underline;}
a.murupolku			{ color:#0093B1; text-decoration: none;}
a.murupolku:visited 		{ color:#0093B1; text-decoration: none;}
a.murupolku:hover 		{ color:#00337F; text-decoration: underline;}
a.toplink			{ color:#133D67; font-weight:bold; font-size: 90%; text-decoration: none;}
a.toplink:visited 		{ color:#133D67; font-weight:bold; text-decoration: none;}
a.toplink:hover 			{ color:#3366CC; font-weight:bold;}

/** erikoisfontit **/
.murupolku			{ color:#0093B1; }
.bluebold			{ color: #0093B1; font-weight: bold; }
.whitetext			{ color: #FFFFFF; margin-left: 6px;}
.nav_selected			{ color: #0093B1; }
.toptext				{ color: #133D67; }
.greytext			{ color: #666666; }
.updated				{font-size: 80%;}

/** taulukkojen taustavärit **/
.topbar				{ background-color: #FFDF7E; } /** Yläpalkin väri **/
.bottombar			{ background-color: #FFDF7E; } /** Alapalkin väri **/
.whitecell			{ background-color: #FFFFFF; } /** Valkoiset solut **/
.sidebar				{ background-color: #B3DFE8; } /** Vasemman ja oikean palkin väri **/
.main_bar			{ background-color: #0093B1; } /** Pääsivujen tumma väri (esim. pääkuvan oikealla puolella hakulaatikko) **/
.main_back			{ background-color: #F5F6F7; } /** Vaalea tausta (esim. "Asioi ja osallistu verkossa") **/
.navigation			{ background-color: #E6F5F8; } /** Päänavigaation taustaväri **/
.news_bar			{ background-color: #919293; } /** Uutispalkin väri **/
.news_back			{ background-color: #F5F6F7; } /** Uutispalkin taustaväri **/
.events_bar			{ background-color: #FFDF7E; } /** Tapahtumapalkkien väri **/
.events_back			{ background-color: #FDF8E8; } /** Tapahtumapalkkien taustaväri **/
.navbox				{ vertical-align: baseline;	 }
.navmargin			{ margin-top:10px; margin-bottom:10px; }
