@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-image: url(sietamaton_bg.gif);
	}

img {
	border: 0px;
	}

/* KEHYKSEN MÄÄREET */
	
div.frame {
	width: 920px;
	position: absolute;
	left: 50px;
	top: 0px;
	clear: both;
	background-color: #ffffff;
	}
	
/* YLÄPALKKI, LOGO JA VALIKKO */

div.header {
	background-image: url(sietamaton_header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 920px;
	height: 225px;
	}

div.header .esittely {
	/*background-color: #900;*/
	position: absolute;
	top: 10px;
	left: 400px;
	z-index: 30;
	}

div.header .tarina {
	/*background-color: #C60;*/
	position: absolute;
	top: 40px;
	left: 470px;
	z-index: 40;
	}

div.header .kirjailija {
	/*background-color: #F99;*/
	position: absolute;
	top: 15px;
	left: 650px;
	z-index: 50;}

div.header .tilaus {
	/*background-color: #69F;*/
	position: absolute;
	top: 35px;
	left: 750px;
	z-index: 60;
	}

div.header .esittely a:link,
div.header .esittely a:visited,
div.header .tarina a:link,
div.header .tarina a:visited,
div.header .kirjailija a:link,
div.header .kirjailija a:visited,
div.header .tilaus a:link,
div.header .tilaus a:visited {
	font-family: Courier, Verdana, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #8f950c;
	text-decoration: none;
	}

div.header .esittely a:hover,
div.header .tarina a:hover,
div.header .kirjailija a:hover,
div.header .tilaus a:hover {
	font-family: Courier, Verdana, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #8f950c;
	text-decoration: underline;
	}

div.header .esittely a.selected,
div.header .tarina a.selected,
div.header .kirjailija a.selected,
div.header .tilaus a.selected {
	color: #f30;
	}

/* TEKSTIKENTTÄ */

div.txt {
	padding: 20px 40px 20px 140px;
	margin: 0px;
	}
	
h1, h2, h3, h6, p, table, td, form, input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #282828;
	}

h1 {
	font-size: 24px;
	color: #0099FF;
	margin-bottom: 10px;
	}

h2 {
	font-size: 16px;
	color: #0099FF;
	margin-bottom: 10px;
	}

h6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
	}

p, table, form, td {
	font-size: 12px;
	margin-bottom: 10px;
	}

div.txt a:link, div.txt a:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #F00;
	text-decoration: none;
	}

div.txt a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #F00;
	text-decoration: underline;
	}

div.txt a.media {
	margin:5px;
	padding: 10px;
	color: #ffffff;
	background-image: url(medialle_btn_bg.gif);
	background-repeat: repeat-x;
	background-color: #F00;
	display: inline-block;
	}

input.tieto, textarea.tieto {
	width: 300px;
	background-color: #EBF6B6;
	border: 1px solid #9C0;
	}

input.tieto {
	height: 20px;
	}
	

/* JAKAJA */

div.jakaja {
	clear: both;
	visibility: hidden;
	width: 100%;}



/* FOOTER */

div.footer {
	background-color: #8f950c;
	padding: 10px;
	clear: both;
	width: 900px;
	}

div.footer, div.footer a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	}

div.footer a:hover {
	text-decoration: underline;
	}

div.footer img {
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	clear: right;
	}
