html, body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
height: 100%;
padding: 0;
margin-bottom: 0;
background-image: url(img/Taustaharmaa.png);
}

a.admin { background-image: url(img/Talo_oranssi.png);
display: block;
width: 18px;
height: 18px;}
a.admin:link { background-image: url(img/Talo_sininen.png);
display: block;
width: 18px;
height: 18px;}
a.admin:visited { background-image: url(img/Talo_sininen.png);
display: block;
width: 18px;
height: 18px;}
a.admin:hover,
a.admin:focus { background-image: url(img/Talo_oranssi.png);
display: block;
width: 18px;
height: 18px;}

a#akuva { background-image: url(img/ajan_linkki_orange.png);
display: block;
width: 25px;
height: 18px;}
a#akuva:link { background-image: url(img/ajan_linkki.png);
display: block;
width: 25px;
height: 18px;}
a#akuva:visited { background-image: url(img/ajan_linkki.png);
display: block;
width: 25px;
height: 18px;}
a#akuva:hover,
a#akuva:focus { background-image: url(img/ajan_linkki_orange.png);
display: block;
width: 25px;
height: 18px;}

a#ak {
color: #FF9900;
text-decoration: underline; 
}

a#ak:link { 
color: #000066;
text-decoration: none; 
}

a#ak:visited { 
color: #000066;
text-decoration: none
}

a#ak:hover,
a#ak:focus { 
color: #FF9900;
text-decoration: underline;
}

a#alkuun {
color: #FF9900;
text-decoration: underline;
font-size: 12px;
}

a#alkuun:link { 
color: #000066;
text-decoration: none; 
}

a#alkuun:visited { 
color: #000066;
text-decoration: none
}

a#alkuun:hover,
a#alkuun:focus { 
color: #FF9900;
text-decoration: underline;
}

a {
color: #FF3333;
text-decoration: underline; 
}

a:link { 
color: #FF3333;
text-decoration: none; 
}

a:visited { 
color: #FF3333;
text-decoration: none
}

a:hover,
a:focus { 
color: #FF3333;
text-decoration: underline;
}

a#navig {
line-height: 25px; 
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url(img/oranssinavi.png);
border-right: solid 1px #ffffff;
display: block;
height: 25px;
}

a#navig:link { 
line-height: 25px; 
color: #FFFFFF;
line-height: 25px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url(img/navibg.png);
border-right: solid 1px #ffffff;
display: block;
height: 25px;
}

a#navig:visited {
line-height: 25px; 
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
display: block;
background-image: url(img/navibg.png);
border-right: solid 1px #ffffff;
height: 25px;
}

a#navig:hover,
a#navig:focus { 
line-height: 25px; 
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url(img/oranssinavi.png);
border-right: solid 1px #ffffff;
display: block;
height: 25px;
}

p.pieni {
margin-top: 15px;
margin-right: 15px;
font-size: 11px;
color: #000000;
}

p.navi {
margin: 0;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
text-align: center;
}

p#ajkoht {
font-size: 12px;
border-bottom: solid 1px #FFFFFF;
margin: 0;
padding: 5;
height: 100%;
}

div#ajkoht {
margin: 0;
border-right: solid 1px #ffffff;
background-image: url(img/ajkohtbg.png);
}

p#yht {
margin: 12px;
font-size: 11px;
color: #000;
}

p.keski {
margin: 12px;
font-size: 12px;
color: #000000;
}

td#navi {
background-image: url(img/navibg.png);
border-right: solid 1px #ffffff;
background-repeat: repeat-x;
}

#info {
border: solid;
border-width: 1px;
border-color: #F0F0F0;}

#tuotekuva {
border: solid;
border-width: 1px;
border-color: #F0F0F0;}

p.otsikko {
color: #000066;
margin: 12px;
font-size: 13px;
font-weight: bold;
}

p.otsikkoajan {
height: 20;
margin: 0;
line-height: 20px;
color: #FFFFFF;
margin-left: 10px;
font-size: 13px;
font-weight: bold;
}

img.spacer {
margin-left: 20px;
margin-right: 5px;
}

input.input {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
height: 17px; 
width: 500px
}

textarea.palaute {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
height: 200px;
width: 500px
}

ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-image: url(img/li_saatana.png);
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#content {
	padding-bottom: 15em;
}

div#footer {
	position:absolute;
	width:100%;
	left: 0;
	bottom:0; /* stick to bottom */
}
div#footer p {
		padding:2;
		margin:0;
	}