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

html, body, div, blockquote, pre, 
p, ol, ul, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
table, th, tr, td, thead, tbody, tfoot, caption, 
img, 
form, fieldset, legend, label, textarea, .text, .password {
margin: 0;
padding: 0;
border: 0;
border-style: solid;
background-repeat: no-repeat;
}

fieldset legend {
display: none;
}

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

pre {
white-space: pre-wrap;
}

h1 {
float: left;
clear: none;
}

#navigation {
float: right;
clear: none;
}

h1 a {
display: block;
width: 100%;
height: 100%;
}

h1 a, h2 {
text-indent: -300em;
}

/*Sisältöä*/

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

ul, ol {
list-style: none;
}

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

img {
vertical-align: baseline;
}

label {
cursor: pointer;
}

input {
outline-style: none;
}