/*Resetoidaan selainten tyylejä ja asetetaan tärkeimmät oletukset*/

html, body, div, blockquote, pre, 
p, ul, ol, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
table, th, tr, td, thead, tbody, tfoot, caption, 
img, strong, em, a,
form, fieldset, legend, label, textarea, .text, .button {
margin: 0;
padding: 0;
border: 0;

border-style: solid;

font-weight: normal;
font-style: none;
text-decoration: none;

outline: 0;
background: transparent;
}

* strong, * em, * a, * span {
font-weight: inherit;
font-style: inherit;
text-decoration: inherit;
}

blockquote, q {
quotes: none;
}

/*Piilotetaan ei-näytettävät olevat elementit*/

fieldset legend {
display: none;
}

/*Taittomallien pohja*/

.area, .column {
float: left;
}

.column {
clear: none;
}

/*Sisältöä*/

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, form, fielset, .clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

	/*Taulukot*/

table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td {
vertical-align: top;
text-align: left;
}

	/*Listat*/

ul, ol {
list-style: none;
}

	/*Alueet*/

pre {
white-space: pre-wrap;
}

	/*Inline*/

img {
vertical-align: baseline;
}