* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 1.5em sans-serif;
	background: #fefefe url(../images/tausta.png) repeat 0 0;
	color: #333;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #06c;
	}
	
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	outline: none;
	color: #03f;
	}
	
html,
body {
	height: 100%;
	width: 100%;
	}
	
q:after,
q:before {
	content: "\"";
	}
	
#rakenne {
	width: 1018px;
	margin: 0 auto;
	text-align: left;
	}
	
#ylaosa {
	background: #fefefe url(../images/rakenne.jpg) no-repeat 0 0;
	height: 360px;
	position: relative;
	}
	
#ylaosa h1,
#ylaosa ul,
#ylaosa form,
#ylabanneri {
	padding: 0;
	list-style: none;
	}
	
#ylaosa h1 a,
#ylaosa ul,
#ylaosa form,
#ylabanneri {
	position: absolute;
	}
	
#ylaosa h1 a {
	display: block;
	width: 290px;
	height: 70px;
	overflow: hidden;
	top: 220px;
	left: 70px;
	text-indent: 100%;
	text-decoration: none;
	}
	
#valikko {
	left: 30px;
	bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#ylaosa li,
#ylaosa li a {
	display: inline-block;
	}
	
#valikko a {
	padding: 0.3em 1.2em;
	text-decoration: none;
	color: #ccc;
	border-right: 1px solid #444;
	}
	
#valikko a:hover,
#valikko a:focus,
#valikko a:active,
#avattu a {
	background: #000;
	color: #fff;
	}
	
#ylaosa form {
	top: 110px;
	right: 30px;
	}
	
#ylaosa label {
	padding-right: 5px;
	}
	
#ylaosa input {
	width: 150px;
	margin-right: 5px;
	}
	
#kuvia {
	right: 75px;
	top: 20px;
	}
	
#kuvia a {
	padding: 5px 15px;
	}
	
#kuvia img {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #ccc;
	border-radius: 50px;
	}
	
#kuvia a:hover img,
#kuvia a:focus img,
#kuvia a:active img {
	border-color: #999;
	box-shadow: 2px 2px 2px #999;
	}
	
#ylabanneri {
	right: 70px;
	top: 220px;
	}
	
#keskiosa {
	background: #fefefe url(../images/keskiosa.png) repeat-y 0 0;
	min-height: 20em;
	padding: 20px 35px;
	}
	
#sisalto,
#sivupalkki {
	display: inline-block;
	vertical-align: top;
	float: right;
	}
	
#sivupalkki {
	width: calc(225px - 1em);
	padding-left: 1em;
	margin-right: 0;
	}
	
#sivupalkki dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
#sivupalkki dl ul {
	list-style-type: circle;
	padding-left: 15px;
	}
	
#sivupalkki a {
	display: block;
	padding: 0.6em 0.1em;
	}
	
#sivupalkki ol {
	padding-left: 30px;
	}

#sivupalkki h2,
#sivupalkki h3,
#sivupalkki h4,	
#sivupalkki h5,
#sivupalkki h6 {
	font-size: 1em;
	}
	
#sisalto {
	width: calc(720px - 1em);
	padding-right: 1em;
	}
	
#alaosa {
	background: #fefefe url(../images/rakenne.jpg) no-repeat 0 -360px;
	height: 49px;
	}
	
#alaosa dl {
	padding: 70px 0 300px 0;
	text-align: center;
	color: #444;
	max-width: 760px;
	margin: 0 auto;
	}
	
#alaosa dt {
	font-weight: bold;
	padding-bottom: 10px;
	}

#keskiosa,
.tyhjennys {
	display: block;
	clear: both;
	}
	
h1, h2, h3, h4, h5, h6 {
	padding: 0 10px 1rem 10px;
	font: bold 2em sans-serif;
	line-height: 120%;
	}
	
h3, h4, h5, h6 {
	font-size: 1.4em;
	}

p, ul, ol, dl, form, table {
	font: 0.9em sans-serif;
	line-height: 155%;
	padding: 0 10px 1.5rem 10px;
	}
	
.leivanmurut {
	padding-top: 10px;
	}
	
ul {
	padding-left: 25px;
	}

#sisalto li {
	padding: 0.5em 0;
}
	
ol {
	padding-left: 50px;
	}

select,
label,
button,
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio] {
	cursor: pointer;
	}

form ul,
dd ul,
form p,
dd p {
	list-style: none;
	padding: 0;
	font-size: 1em;
	}
	
form li {
	padding-top: 10px;
	display: block;
	clear: both;
	}
	
li label {
	float: left;
	width: 150px;
	padding: 5px 10px 0 0;
	text-align: right;
	}

input[type=text],
input[type=email],
textarea,
select {
	padding: 5px;
	width: 300px;
	}
	
textarea {
	min-height: 50px;
	height: 100px;
	max-height: 250px;
	resize: vertical;
	-o-resize: vertical;
	-moz-resize: vertical;
	-ms-resize: vertical;
	width: 450px;
	}
	
input,
label,
select,
textarea,
button {
	font: 1em Arial, Helvetica, sans-serif;
	}
	
fieldset {
	border: 0;
	border-top: 1px solid #737a8d;
	padding-top: 10px;
	padding-right: 10px;
	}

li button,
.zemError {
	margin-left: 160px;
	}
	
.zemError li {
	padding: 0;
	}
	
button,
.button {
	padding: 3px 10px;
	}
	
a img,
img {
	border: 0;
	}

.hakutulos dt {
	padding-bottom: 0;
	font-size: 1.3em;
	}
	
abbr {
	border: 0;
	}
	
hr, caption {
	display: none;
	}
	
.srtgs{float:right;position:relative;width:115px;border:1px solid #ccc;border-top-width:3px;border-bottom-width:3px;background:#fcfcfc;text-align:left;padding:5px;color:#444;font:0.85em Arial,Helvetica,sans-serif;display:block;min-height:30px;margin:10px 20px}.srtgs .stars,.srtgs .d_rtg,.srtgs .totalrate{width:110px}.srtgs .stars{position:relative;height:20px;margin:0;background:url(../tahtiarvostelu/arvosana-tahti-0.png) repeat-x 0 0}.srtgs .d_rtg{position:absolute;top:0;left:0;margin:0;height:20px}.srtgs .totalrate{position:relative;text-align:center;font-weight:bold}.srtgs .d_rtg span{display:block;width:11px;float:left;cursor:pointer}.srtgs .star_n{position:relative;height:20px;margin:0;background:url(../tahtiarvostelu/arvosana-tahti-1.png) repeat-x 0 0}

#ohje {
	padding: 10px 20px 0 160px;
	}
	
#arvostelut {
	color: #444;
	font-size: 0.95em;
	}
	
#sivutus {
	list-style: none;
	padding: 10px 0;
	margin: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
	color: #ccc;
	}
	
#sivutus li {
	display: inline;
	padding-right: 20px;
	}
	
.hakutulos dt {
	margin-bottom: 0;
	font-weight: bold;
	}

#ohje {
	padding: 10px 20px 0 110px;
	}
	
#sisalto dd ul {
	padding-left: 0;
	}

#txpCommentPreview {
	text-transform: capitalize;
	margin: 0 10px 0 110px;
	}
	
#komuista input,
#komuista label {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	float: none;
	display: inline;
	}
	
#komuista {
	margin-left: 110px;
	}
	
#txpCommentInputForm label {
	text-align: left;
	width: 100px;
	}
	
.tyylitelty {
	padding-bottom: 0;
	}
	
.tyylitelty li {
	padding-bottom: 10px;
	}
	
.iso {
	padding-right: 5px;
	float: left;
	font: 3em Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	}
	
.kuva {
	float: right;
	}
	
#kirjaimet {
	list-style: none;
	padding-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0;
	}
	
#kirjaimet li {
	display: inline;
	padding-right: 10px;
	}

.banneri {
	float: left;
	}