@charset "UTF-8";

/* Misc */

a img {
	border: 0;	
}

.Clear {
	clear: both;	
}

.Hidden {
	display: none;	
}

.Center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.Left {
	float: left;
}

.Right {
	float: right;
}


/* LAYOUT */
 
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
html {
	background: #fff url(../gfx/shadows.gif) center top repeat-y;
}
body {
	background: transparent url(../gfx/bg.gif) repeat-x;
}

#PageBG {
	background: #fff url(../gfx/shadows.gif) center top repeat-y;
	width: 1006px;
	margin: 0 auto;
}

#Wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1006px;
	height: 100%;
	background: transparent url(../gfx/page.gif) center top no-repeat;
}

#Navigation {
	display: block;
	margin: 0;
	padding: 116px 0 0 95px;
	width: 840px;
	height: 20px;
	list-style: none;
	float: left;
}
	#Navigation li {
		display: block;
		float: left;
	}
	#Navigation li a:link,
	#Navigation li a:visited,
	#Navigation li a:active,
	#Navigation li a:hover {
		display: block;
		margin: 0;
		padding: 0;
		height: 20px;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: top left;
	}
	#Navigation li a:active,
	#Navigation li a:hover {
		background-position: bottom left;
	}
	#Navigation li a span {
		display: none;
	}

	#Navigation li.seminaari a:active,
	#Navigation li.seminaari a:hover,
	#Navigation li.seminaari a:visited,
	#Navigation li.seminaari a:link {
		background-image: url(../gfx/navi_seminaari.gif);
		width: 80px;
		margin-right: 160px;
	}
	#Navigation li.vaikuta a:active,
	#Navigation li.vaikuta a:hover,
	#Navigation li.vaikuta a:visited,
	#Navigation li.vaikuta a:link {
		background-image: url(../gfx/navi_vaikuta.gif);
		width: 61px;
		margin-right: 181px;
	}
	#Navigation li.vastauksia a:active,
	#Navigation li.vastauksia a:hover,
	#Navigation li.vastauksia a:visited,
	#Navigation li.vastauksia a:link {
		background-image: url(../gfx/navi_vastauksia.gif);
		width: 90px;
		margin-right: 148px;
	}
	#Navigation li.ota_yhteytta a:active,
	#Navigation li.ota_yhteytta a:hover,
	#Navigation li.ota_yhteytta a:visited,
	#Navigation li.ota_yhteytta a:link {
		background-image: url(../gfx/navi_ota_yhteytta.gif);
		width: 104px;
	}

#Content {
	width: 700px;
	padding: 120px 100px 30px 170px;
	background: transparent url(../gfx/page_bottombg.gif) 778px 427px no-repeat;
	/*min-height: 900px;*/
}

.TXTContent {
	padding: 0 10px;
}
.spotti {
	width: 172px;
	height: 172px;
	background: transparent url(../gfx/spotti.png) no-repeat;
	text-decoration: none;
	float: right;
	margin: 0 0 10px 15px;
}

.spottiTXT {
	display: block;
	background: transparent url(../gfx/spotti.gif) no-repeat;
	margin: 10px 0;
	padding: 0;
	width: 359px;
	height: 29px;
}


/* Typography */

body, textarea, input {
	color: #004b76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a:link,
a:visited {
	color: #b956bb;
	text-decoration: none;
}
a:hover,
a:active {
	color: #da4bdd;
	text-decoration: none;
}


h2.seminaari {
	background: transparent url(../gfx/title_seminaari2.png) no-repeat;
	width: 282px;
	height: 55px;
	display: block;
}

h2.vaikuta {
	background: transparent url(../gfx/title_vaikuta.png) no-repeat;
	width: 236px;
	height: 54px;
	display: block;
}


hr {
	color: #92cced;
	background-color: #92cced;
	border: 0;
	height: 1px;
	margin: 15px 0;
}

th {
	text-align: left;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: 16px;
}

.ingres {
	font-size: 20px;
	line-height: 28px;
}

.timeTable td {
	padding: 0 25px 30px 0;
}

.question {
	font-size: 17px;
	line-height: 23px;
}

img.Right {
	margin: 0 0 10px 15px;
}

img.Left {
	margin: 0 15px 10px 0;
}

form {
	display: inline;
}

input.button {
	background: transparent;
	border: 0;
	padding: 3px 0;
	color: #004b76;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #004b76;
	cursor: hand;
}
input.button:focus,
input.button:active,
input.button:hover {
	color: #2173a3;
	border-bottom: 1px solid #2173a3;
	cursor: hand;
}

/* Answers */

h3.kysymys1,
h3.kysymys2,
h3.kysymys3 {
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #92cced;
}

.answer {
	margin: 0 0 15px 0;
}
	.answer small {
		display: block;
		font-style: italic;
		padding: 3px 0 0 0;
	}



/* Infobox */

.infoBox {
	margin: 0 0 0 94px;
	width: 829px;
	padding: 0;
	text-align: left;
}
	.infoBox .top {
		height: 36px;
		text-align: right;
		clear: both;
		background: transparent url(../gfx/box_top.png) no-repeat;
	}
	.infoBox .middle {
		background: transparent url(../gfx/box_middle.png) repeat-y;
		width: 769px;
		padding: 0 50px 5px 30px;
		clear: both;
	}
	.infoBox .bottom {
		height: 35px;
		min-height: 250px;
		clear: both;
		background: transparent url(../gfx/box_bottom.png) no-repeat;
	}
	.infoBox .closeInfo {
		display: block;
		float: right;
		width: 40px;
		height: 20px;
		padding: 0;
		margin: 0;
	}
		.infoBox .closeInfo span {
			display: none;
		}
	.infoBox h3 {
		display: inline;
		font-weight: normal;
		font-size: 28px;
		line-height: 34px;
		/*
		width: 605px;
		padding: 5px 0;
		margin: 0 0 10px 0;
		float: left;
		border-bottom: 1px solid #92ccec;
		*/
	}