@charset "UTF-8";
/* CSS Document */


/*----------- Reset ---------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/*----------- Body ---------*/

body, html {
	height: 100%;
	overflow: auto;
	background: #222 url(../kuvat/tausta.jpg) repeat top left;
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}


.flashwarn {
	width: 220px;
	float: right;
	margin-top: 30px;
}

#Content_wrapper {
	width: 540px;
	float: left;
	background: url(../kuvat/bg_noflash.gif) no-repeat top left;
	padding-bottom: 20px;
}

#Content_main {
	width: 430px;
	margin-top: 35px;
	margin-left: 110px!important;
	margin-left: 55px;
	float: left;
}

#Logo {
	margin-top: 30px;
	margin-left: 50px!important;
	margin-left: 25px;
	float: left;
}

p {
	font: 0.75em normal Tahoma, Helvetica, Arial sans-serif;
	color: #ececec;
	line-height: 17px;
	margin-bottom: 17px;
}

p.small {
	font-size: 0.68em;
	color:#999999;
}

h1 {
	font: 1.1em bold Helvetica, Arial, sans-serif;
	color: #f89829;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h5 {
	font-family: Tahoma, Helvetica, Arial sans-serif;
	font-weight: normal;
	color: #f89829;
	margin-bottom: 5px;
}

ul {
	padding-left: 10px;
	margin-bottom: 17px;
}

ul li {
	font: 0.75em normal Tahoma, Helvetica, Arial sans-serif;
	color: #ececec;
	line-height: 21px;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px dotted #333333;
	padding-left: 10px;
	margin-right: 10px;
	background: url(../kuvat/elements_nuoli.gif) no-repeat left;
}

ul li.no-underline {
	border-bottom: none;
}

a {
	font: 1em normal Tahoma, Helvetica, Arial sans-serif;
	color: #20a3ca;
	line-height: 17px;
	margin-bottom: 17px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}