@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/


/* LOGOT */

#ulkowrap {
width: 865px;
margin:0 auto; /*center hack*/
}

#logotwrap {
width: 150px;
float:right;
text-align:left;
margin-top:81px;
font-size:0.8em;
}

.logot-yla {
width: 100%;
height: 11px;
background:#0099FF;

background: url(../kuvat/ylareuna_logot.gif) no-repeat;
}

.logot-ala {
width: 100%;
height: 1px;
background: url(../kuvat/alareuna_logot.gif) no-repeat;
padding-bottom: 10px;
}

.logot {
width: 100%;
background: url(../kuvat/logot_tausta.gif) repeat-y;
padding-left: 0px;
padding-right: 4px;
line-height: 90%;

text-align:center;
}

.logot img {
border: none;
margin-bottom: 8px;
}

.logot_header {
text-transform:uppercase;
color: #FF9000;
font-size: 1.3em;
font-weight:bold;
/*text-align:center;*/
text-decoration: underline;
line-height: 100%;
}

.logot a:link {
color: #000000;
}

.logot a:hover {
color: #000000;
text-decoration:none;
}

.logot a:active {
color: #000000;
}

.logot a:visited {
color: #000000;
}
