body {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #7a94b3;
    background-image: url('images/background-cam.gif');
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 12px;
}

#cambody {
    width: 686px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

/* right-kikkulaan tulevat mokkulat */

.content {
    margin: 15px 0px 15px 15px;
    line-height: 16px;
    width: 670px;
}

.content a {
    font-weight: bold;
    color: #000000;
}

.content-topleft {
    height: 5px;
    background: url("images/content-topleft.gif") no-repeat left top;
}

.content-topright {
    height: 5px;
    background: url("images/content-topright.gif") no-repeat right top;
}

.content-midleft {
    background: url("images/content-midleft.gif") repeat-y left top;
    padding: 1px 5px 1px 15px; /* 5px firefoxia varten */
    text-align: center;
}

.content-midright {
    background: url("images/content-midright.gif") repeat-y right top;
}

.content-botleft {
    height: 5px;
    background: url("images/content-botleft.gif") no-repeat left top;
}

.content-botright {
    height: 5px;
    background: url("images/content-botright.gif") no-repeat right top;
}

.content-imagebar {
    width: 652px; /* kuva + 12px */
    height: 30px;
    font-weight: bold;
    margin-top: -10px;
    margin-left: 9px;
}

.content-imagebar-left {
    height: 30px;
    background: url("images/content-imagebar-left.gif") no-repeat left top;
    padding-top: 7px;
    padding-left: 15px;
}

.content-imagebar-right {
    height: 30px;
    background: url("images/content-imagebar-right.gif") no-repeat right top;
}

.content-image {
    float: right;
    width: 640px;
    height: 480px;
    margin: -6px 10px 5px 15px;
}

/* menubar-kikkulat */

.menubar {
    width: 685px;
    font-weight: bold;
    height: 30px;
    background: url('images/menubar-left.gif') no-repeat right top;
}

.menubar-left {
    float: left;
    color: #657f9d;
    background-color: #ffffff;
    height: 23px; /* purkka: 30 - 7 (oikea korkeus - padding-top)*/
    background: url('images/menubar-left.gif') no-repeat;
    padding: 7px 10px 0px 50px;
}

.menubar-right {
    float: right;
    color: #000000;
    background-color: #ffffff;
    height: 23px;
    background: url('images/menubar-right.gif') no-repeat;
    padding: 7px 3px 0px 10px;
}

.menubar-shadow {
    height: 8px;
    background-image: url('images/menubar-shadow-cam.gif');
    background-repeat: no-repeat;
}

.menubar-left a {
    color: #657f9d;
}

.menubar-right a {
    color: #000000;
}

