body {
 background-image: url(bluebg.gif);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
 font-family: verdana;
 font-size: 11px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
A{
 text-decoration: none;
 color: #555555;
}
A:hover{
 text-decoration: underline;
 color: #000000;
}
A:visited{
 text-decoration: none;
 color: #999999;
}
td {
 font-family: verdana;
 font-size: 11px;
}
h3 {
 font-family: georgia, serif, times new roman;
 font-size: 14px;
 font-weight: bold;
 color: #254245;
 font-variant: small-caps;
}
.newsheader {
 font-family: verdana;
 font-size: 11px;
 line-height: 17px;
 color #131313;
}
.newsheader B{
 font-weight: bold;
 color: #990000;
}
.newsheader A{
 text-decoration: none;
 color: #555555;
}
.newsheader A:hover{
 text-decoration: underline;
 color: #000000;
}
.newsheader A:visited{
 text-decoration: none;
 color: #999999;
}
.menuitem {
 font-family: verdana;
 font-size: 12px;
 line-height: 20px;
 color #000000;
}
.menuitem A{
 text-decoration: none;
 color: #555555;
}
.menuitem A:hover{
 text-decoration: underline;
 color: #000000;
}
.menuitem A:visited{
 text-decoration: none;
 color: #999999;
}
.breadtext {
 font-family: verdana;
 font-size: 12px;
 line-height: 19px;
 color: #000000;
}
#logo {
 display: inline;
 position: absolute;
 top: 0px;
 left: 0px;
// color: #C90100;
 font-size: 0px;
 width: 200px;
 height: 155px;
 background: url(logo.png) no-repeat;
}
#login {
 display: inline;
 position: absolute;
 top: 93px;
 right: 0px;
 font-size: 0px;
 width: 400px;
 height: 40px;
 display:none; // <<<--- HUOMAA TÄMÄ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}
input.login{
 border:     1px solid #FFFFFF;
 background-color: #666767;
 color: #DDDEDE;
 font-family: Verdana, arial, sans-serif;
 margin: 2px;
 font-size: 10px;
 width: 80px;
}
#content {
 display: inline;
 position: absolute;
 top: 136px;
 right: 200px;
 left: 200px;
 color: #090100;
 font-size: 12px;
 line-height: 18px;
}
#leftmenu {
 display: inline;
 position: absolute;
 top: 156px;
 left: 10px;
 color: #090100;
 font-size: 12px;
 line-height: 17px;
 width: 180px;
}
#rightmenu {
 display: inline;
 position: absolute;
 top: 156px;
 right: 10px;
 color: #090100;
 font-size: 12px;
 line-height: 17px;
 width: 180px;
 display:none; // <<<--- HUOMAA TÄMÄ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}

/* SIVUN OMIA JUTTUJA */
.listheader{
 font-size: 16px;
 font-weight: bold;
}
TD .listh {
 margin: 3px;
 background-color: #AAAAAA;
 font-size: 12px;
 line-height: 18px;
 padding: 3px;
}
TD .list1 {
 margin: 3px;
 background-color: #CCCCCC;
 font-size: 12px;
 line-height: 18px;
 padding: 3px;
}
TD .list2 {
 margin: 3px;
 background-color: #DDDDDD;
 font-size: 12px;
 line-height: 18px;
 padding: 3px;
}