body {
 margin: 0px;
 background-color: #FFFFFF;
}

img {
 display: block;
 border: none;
}

td {
 color: #000000;
 font-size: 10px;
 font-family: arial;
 font-weight: normal;
}

a:link {
 color: #888888;
 font-family: arial;
 font-weight: normal;
 text-decoration: underline;
}

a:active {
 color: #888888;
 font-family: arial;
 font-weight: normal;
 text-decoration: underline;
}

a:visited {
 color: #888888;
 font-family: arial;
 font-weight: normal;
 text-decoration: underline;
}

a:hover {
 color: #AA2200;
 font-family: arial;
 font-weight: normal;
 text-decoration: none;
}

/* LAYOUT */
.black {
 background-color: #800000;
 background-image: url('./layout/wood_back.jpg2');
}

.red {
 color: #882200;
 font-family: Verdana;
 font-weight: bold;
 font-size: 10px;
 padding-left: 16px;
 background-color: #AA2200;
 background-image: url('./layout/red_bar.gif');
 background-repeat: repeat-x;
 height: 16px;
}

.menubar {
 background-color: #800000;
 background-image: url('./layout/menubar.jpg');
 background-repeat: repeat-x;
 height: 25px;
}
 
.menubaredge {
 background-color: #FFFFFF;
 background-image: url('./layout/menubaredge.gif');
 background-repeat: repeat-y;
}

.redge {
 background-color: #FFFFFF;
 background-image: url('./layout/redge.gif');
 background-repeat: repeat-y;
 width: 10px;
}

.bredge {
 background-color: #FFFFFF;
 background-image: url('./layout/bredge.gif');
 background-repeat: no-repeat;
 width: 10px;
 height: 10px;
}

.bedge {
 background-color: #FFFFFF;
 background-image: url('./layout/bedge.gif');
 background-repeat: repeat-x;
 height: 10px;
}

.bledge {
 background-color: #FFFFFF;
 background-image: url('./layout/bledge.gif');
 background-repeat: no-repeat;
 width: 10px;
 height: 10px;
}

.ledge {
 background-color: #000000;
 background-image: url('./layout/ledge.gif');
 background-repeat: repeat-y;
 width: 10px;
}

.contentArea {
 display: block;
 overflow-x: hidden;
 background-color: #FFFFFF;
 width: 768px;
}

.contentAreaViewer {
 overflow: hidden;
 background-color: #FFFFFF;
 width: 540px;
 height: 400px;
 border-width: 1px;
 border-style: solid;
 border-color: #000000;
}

.header {
 background-color: #CCCCCC;
 background-image: url('./layout/header.jpg');
 background-repeat: no-repeat;
}

.footer {
 background-color: #CCCCCC;
 background-image: url('./layout/footer.png');
 background-repeat: no-repeat;
}

/* MENU */
div.menu {
 position: relative;
}

table.menu {
 line-height: 25px;
 vertical-align: middle;
}

td.menu {
 visibility: visible;
}

td.menu_expand {
 font-size: 12px;
 padding-left: 16px;
 padding-right: 16px;
 background-image: url('./layout/down.gif');
 background-repeat: no-repeat;
 background-position: center left;
}

td.menu_normal {
 font-size: 12px;
 padding-left: 16px;
 padding-right: 16px;
}

a.menu:link {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.menu:active {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.menu:visited {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.menu:hover {
 color: #AA2200;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

/* SUBMENU */
div.submenu {
 position: absolute;
}

table.submenu {
 background-color: #FFFFFF;
}

td.submenu {
 visibility: hidden;
}

td.submenu_normal {
 padding: 2px;
 padding-right: 16px;
 border-style: solid;
 border-width: 2px;
 border-color: #FFFFFF;
 background-color: #AA2200;
}

td.submenu_expand {
 padding: 2px;
 padding-right: 16px;
 border-style: solid;
 border-width: 2px;
 border-color: #FFFFFF;
 background-color: #AA2200;
 background-image: url('./layout/right.gif');
 background-position: center right;
 background-repeat: no-repeat;
}

a.submenu:link {
 vertical-align: middle;
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.submenu:active {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.submenu:visited {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

a.submenu:hover {
 color: #CCCCCC;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

/* SWEDISH */
td.swe {
 padding-left: 16px;
 padding-right: 16px;
 line-height: 16px;
 vertical-align: middle;
 position: relative;
 background-image: url('./layout/swe.gif');
 background-repeat: no-repeat;
 background-position: center left;
}

td.swe_normal {
 font-size: 12px;
}

a.swe:link {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.swe:active {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.swe:visited {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.swe:hover {
 color: #CCCCCC;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

/* FINNISH */
td.fin {
 padding-left: 16px;
 padding-right: 16px;
 line-height: 16px;
 vertical-align: middle;
 position: relative;
 background-image: url('./layout/fin.gif');
 background-repeat: no-repeat;
 background-position: center left;
}

td.fin_normal {
 font-size: 12px;
}

a.fin:link {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.fin:active {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.fin:visited {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.fin:hover {
 color: #CCCCCC;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

/* ENGLISH */
td.eng {
 padding-left: 16px;
 padding-right: 16px;
 line-height: 16px;
 vertical-align: middle;
 position: relative;
 background-image: url('./layout/eng.gif');
 background-repeat: no-repeat;
 background-position: center left;
}

td.eng_normal {
 font-size: 12px;
}

a.eng:link {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.eng:active {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.eng:visited {
 color: #FFFFFF;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

a.eng:hover {
 color: #CCCCCC;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
 background-image: none;
}

/* OTHER */
.location {
 background-image: url('./layout/location.png');
 background-repeat: no-repeat;
 background-position: top left;
}

.titleBox {
 padding-left: 16px;
 padding-right: 16px;
}

.boldWhite {
 color: #FFFFFF;
 font-size: 12px;
 font-family: arial;
 font-weight: bold;
 text-decoration: none;
}

/* VIEWER */
.parent {
 position: relative;
 width: 75px;
 height: 75px;
}

.navigation {
 position: absolute;
 left: 0px;
 top: 0px;
}

#nav_top {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 75px;
 height: 21px;
 background-color: #CCCCCC;
}

#nav_left {
 position: absolute;
 left: 0px;
 top: 21px;
 width: 37px;
 height: 33px;
 background-color: #CCCCCC;
}

#nav_right {
 position: absolute;
 left: 37px;
 top: 21px;
 width: 38px;
 height: 33px;
 background-color: #CCCCCC;
}

#nav_bottom {
 position: absolute;
 left: 0px;
 top: 54px;
 width: 75px;
 height: 21px;
 background-color: #CCCCCC;
}

#scale1 {
 width: 80px;
 height: 60px;
 background-color: #CCCCCC;
}

#scale2 {
 width: 40px;
 height: 30px;
 background-color: #CCCCCC;
}

#scale3 {
 width: 20px;
 height: 15px;
 background-color: #CCCCCC;
}