body
{
	font-family: Arial, serif;
	font-size: 1em;
}

/*************/
/*  SISÄLTÖ  */

#content p
{
	font-size: 0.9em;
}

#virheet div, #ilmoitukset div
{
	margin: 0.5em;
	padding: 0.5em;
	width: 50%;
}
#virheet div
{
	border: 1px dotted #f44;
	background-color: #fafafa;
	color: #e22;
}
#ilmoitukset div
{
	border: 1px dotted #eee;
}

h1
{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
}

p img
{
	border: 0;
	margin: 0.5em 0;
}

/**************/
/*  BANNERIT  */

div.esiintyja .esiintyja-intro
{
	display: block;
	font-size: 0.75em;
	padding-bottom: 0.3em;
}

div.esiintyja
{
	font-size: 0.9em;
}

div.esiintyja .pvm
{
	font-weight: bold;	
}
div.esiintyja .nimi
{
	font-weight: bold;
	font-style: italic;
}

/*************/
/*  LINKIT   */

a
{
	font-size: 0.95em;
	font-weight: bold;
	color: #A96228;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img, a img
{
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}
* html a img
{
	border-style: none;
}

a:hover img
{
	border-color: #999;
}

a:active img
{
	border-color: #747;
}

/**********/
/*  MUUT  */

div.yhteystiedot, div.aukioloajat
{
	width: 45%;
	float: left;
	margin-bottom: 1em;
}

div.henkilot
{
	margin: 0 auto;
}
div.henkilo
{
	width: 17em;
	float: left;
	margin-bottom: 1em;
}
div.henkilo img
{
	float: left;
	padding-right: 0.5em;
}
div.henkilotiedot
{
	padding-top: 1em;
}
div.henkilotiedot p
{
	margin: 0.2em 0;
}

table.tapahtumat
{
		
}
table.tapahtumat .kuukausi
{
	padding-top: 1em;
	padding-left: 0.7em;
	text-align: left;
}
table.tapahtumat td, table.esiintyjat td
{
	padding: 0.2em 0.4em;
	font-size: 0.9em;
}
td.esiintyja a
{
	
}
div.esiintyjat
{
	height: 20em;
	overflow: auto;
}

div.tuotteet
{
	margin: 1em;
}
div.tuote
{
	width: 40%;
	padding: 0.5em;
	float: left;
	text-align: center;
	margin: 0.5em;
}
div.tuote p
{
	margin: 0;
	font-weight: bold;
}

table.hinnasto
{
	border-collapse: collapse;
	margin-left: 2em;
}
table.hinnasto th
{
	padding-top: 1em;
}
table.hinnasto td
{
	padding: 0.1em 0.5em;
}
