* {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200;
	height: 45;
}

/* omii tekstityylei */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.Vanhaboldi {
	color: #000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 22px;
}

.varattu {
	color: #d43b52;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
}

.vapaa {
	color: #1dbf4f;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
}

.vapaatxt {
	color: #548939;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
}

.lomaketxt {
	color: #000;
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.lomaketxt_S {
	color: #000;
	font: normal 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}


.arvontalomaketxt_S {
	color: #000;
	font: normal 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	vertical-align: top;
}



/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 10px 0 15px}
		
		p, ul { font-size: 13px; line-height: 1.2em } 
		
		p a, li a { color: #ffffff; text-decoration: none;
	font: bold 18px "Times New Roman", Times, serif;
	text-indent: 0;
}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #ffffff; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #ffffff; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { margin-bottom: 5px; padding-bottom: 3px; text-align: left;
	font-size: 12px;
}
		
		body {
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			background: #aaabad url("../images/verkkotunnuspistefi960_02_bg.jpg") repeat-x center;
			color: #000;
			width: 860px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 20px;
			position: relative;
			width: 100%;
}

	.alapalkki {
	position: relative;
	width: 763px;
	height: 103px;
	background: url(../images/palkki.png) 0;
	top: -110px;
	left: -49px;
	display: block;
	float: right;
}
.linkkitappi {
	position: relative;
	width: 263px;
	height: 40px;
	top: -400px;
	left: 70px;
	z-index: 1;
	display: block;
	float: right;
}

.palkinlomakebox {
	width: 700px;
	height: 60px;
	padding: 9px;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 388px; background-image: url(../images/aluebg.png); overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 7px solid #aaabad; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 764px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			background: #aaabad;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
	height: 368px;
}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 388px;
			position: relative;
			width: 764px; /* Also specified in  .stripViewer  above */
		}
		
				.stripViewer .panelContainer .panel .wrapper1 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
	background: url(../images/listabg.png) no-repeat;
}

	
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			position: relative;
			top: 401px;
	z-index: 1;
}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
	width: 800px;
}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px;
	width: 30px;
}
		
		.stripNav a { /* The nav links */
			line-height: 26px;
			display: block;
			padding: 0 0 0 10px;
}
		
		.stripNav li.tab1 a { background: none no-repeat;
	padding: 0 11px 14px 10px;}
		
		.stripNav li.tab1 a:hover { background: none no-repeat;
	padding: 0 11px 14px 10px;}
		
		.stripNav li.tab1 a.current { background: none no-repeat;
	padding: 0 11px 14px 10px;}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 71px;
			width: 72px;
		}
		
		.stripNavL {
	left: 0;
}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: none no-repeat center;
	z-index: 1;
}
		
		.stripNavR {
			background: none no-repeat center;
		}
		

#ficoraan {
	display: block;
	z-index: 3;
	position: absolute;
	right: -19px;
	width: 193px;
	height: 44px;
	top: 30px;
	visibility: visible;
}

