html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
ul,ol {
list-style-position:inside;
margin-left: 2em;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: #3a0131;
	background-image: url('images/bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
}
#kaikkeus {
	width: 980px;
	
}
	
#bandibox {
	width: 960px;
	
}
div.box {
	background-image: url('images/box.png');
	background-repeat: repeat;
	margin-left: 20px;
	float: left;
}
div.full {
	width: 960px;
}
div.half {
	width: 470px;
}
div#oikea {
	/*height: 307px;*/
}
div.break {
	width: 100%;
	height: 20px;
	clear: both;
}
a,h1,h2,h3 {
	color: #D7007F;
}
.box p,h1,h2,h3 {
	margin: 1.5em;
}
img.yht {
	padding-right: 1.5em;
}
div#footer {
	font-size: 10px;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}
span.h {
	font-weight: bold;
	color: #ff9000;
}
p.viiva {
	width: 90%;
	border-bottom: 1px solid #ff9000;
}
div.leipa {
	width: 70%;
}
.pad {
	padding: 1.5em;
}
a:link {color: #cc149d; text-decoration: none; }
a:visited {color: #cc149d; text-decoration: underline; }
a:hover {color: #cc149d; text-decoration: underline;}
a:active {color: #cc149d; text-decoration: underline;}
#hinnastotaulu {
	width: 800px;
	padding: 1.5em;
}
.hinta {
	font-size: 20pt;
	color: #00a0df;
}
.tdh {
	background-color: #941068;
}
.tdh2 {
	background-color: #00293a;
	text-align: center;
}
.td1 {
	background-color: #56093c;
	text-align: center;
}
.td2 {
	background-color: #00486c;
	text-align: center;
}
#hinnastotaulu td {
	padding: 10px;
}
a img { border: none; }
ul { list-style-position: inside; margin-left: 2em;}
#sidebar {
	position: absolute;
	left: 985px;
	top: 175px;
}
.aikataulu {
	overflow: auto;
	width: 940px;
	padding-left: 20px;
}
.aikataulu td,th{
	height: 3em;
}
#aika-perjantai .null {
	background-color: #35012f;
}
#aika-perjantai td {
	background-color: #8a4797;
	padding: 3px;
}
#aika-perjantai th {
	background-color: #000;
	color: #d90484;
}
#aika-lauantai .null {
	background-color: #341904;
}
#aika-lauantai td {
	background-color: #ee721a;
	padding: 3px;
}
#aika-lauantai th {
	background-color: #000;
	color: #faa004;
}

#head-04 {
	width: 187px;
	height:28px;
	background-image: url(images/vanhat.jpg);
}
#head-05 {
	width:70px;
	height:28px;
}

#head-06 {
	width:13px;
	height:28px;
	background-image: url(images/vuosivali.jpg);
}

#head-07 {
	width:124px;
	height:28px;
}

#head-08 {
	width:269px;
	height:28px;
	background-image: url(images/vuosityhjyys.jpg);
	
	
	
	
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	float: left;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	width: 357px;
	height: 164px;
	margin: 0 auto;
	background: url("../images/back.png") no-repeat scroll 0 0 transparent; 
}
.slideshow a img {
	border: 0;
}
/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	width: 333px;
	height: 140px;
	left: 12px;
	top: 12px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	position: static;
}
/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}
.slideshow-thumbnails {
	bottom: -92px;
	height: 92px;
	left: 0;
	position: absolute;
	width: 100%;
	overflow: auto;
}
.slideshow-thumbnails ul {
	height: 72px;
	left: 0;
	position: absolute;
	top: 0;
	width: 888px;
}

