/* CSS Document */

body {
margin-top:10px;
background:url(layout/body_bg.gif);
}

p {
margin:10px 0 10px 0;
}


.laskuri {
padding-left:7px;
padding-top:10px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 11px;
}
.banner_div{
position:absolute;
background-image:url(layout/banner_bottom.gif);
background-position:bottom;
width:700px;
height:168px;
}

.main_div{
position:absolute;
background:url(layout/main_bg.gif);
/*background-color:#F5F5F5;*/
width:700px;
min-height:400px;
left: 50%;
margin-left: -350px; /* half of width */

}

.navi_div{
position:absolute;
/*background:url(layout/navi_bg.gif);*/
background-position:right;
width:175px;
height:600px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 13px;
}

.content_div{
background:url(layout/content_bg.jpg) no-repeat;
background-position:bottom right;
background-color:#F5F5F5;
padding:7px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 13px;
letter-spacing: 0pt;
line-height: 1.4;
}

.aukioloajat_div{
background:url(layout/aukiolo_bg.gif);
padding:8px;
margin-top:14px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 12px;
border-bottom:solid;
border-bottom-color:#666666;
border-bottom-width:1px;
}

/*.content_div img {
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
border-right-color:#999999;
border-right-style:solid;
border-right-width:1px;
}*/
.tire_bg{
background:url(layout/tire.gif) no-repeat;
background-position:bottom right;
}


h1 {
font-family: "trebuchet MS",sans-serif;
font-size: 16px;
font-weight: bold;
background-color:white;
width:509px;
height:20px;
border-bottom:solid;
border-bottom-color:#CCCCCC;
border-bottom-width:2px;
padding:1px 0 1px 3px;
margin:1px 0 10px 0;

}
a.button{
display:block;
background-image:url(layout/button_bg.gif);
background-position:top;
/*background-color:#0099CC;*/
width:170px;
height:28px;
font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 14px;
color:black;
text-decoration:none;
line-height:19pt;
margin-left:4px;
}
a.button span{
display:block;
padding:0 0 0 7px;
}
a.button:hover{
display:block;
background-image:url(layout/button_bg.gif);
background-position:bottom;
line-height:20.4pt;
outline: none; /* hide dotted outline in Firefox */
color:black;
}
