html {
   overflow: -moz-scrollbars-vertical;
}

body {
	margin: 20px 0 20px 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #444444;
	background-position: left top;
}

div.error {
	border:1px solid #f00;
	background-color:#ffe3e3;
	padding:10px;
	margin-bottom:10px;
	color:#f00;
}

img {
	border: 0px;
}

span.error {
	color:#f00;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 912px;
}

div#top {
	width: 912px;
	height: 20px;
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentcontainer {
	width: 912px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 10px;
}

div#leftcontainer {
	float: left;
	width: 218px;
	margin-left: 10px;
}

div#logo {
	height: 121px;
}

div#menu {
	width: 214px;
	margin-left: 2px;
}

div#rightcontainer {
	float: left;
	margin-left: 4px;
    width: auto;
}

div#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 645px;
	height: 41px;
	padding-top: 45px;
	padding-left: 24px;	
}

div#content {
	width: 625px;
	padding: 20px 20px 0 24px;
}

div#bottomcontainer {
	width: 912px;
	height: 29px;
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#bottom {
	color: #C4C4C4;
	font-size: 11px;
	width: 710px;
}

img.menu_single{
    float: left;
    vertical-align: middle;
}

.menurow {
	display: table;
	width: 217px;
	height: 16px;
	padding: 10px 0 10px 10px; 
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
    float:left; /* FF 3.5 bugikorjaus 10.8.2009 -Kristian */
}

a.menu_close {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding-left:15px;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #000000;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #FF004C;
	outline: none;
}

a.menu_open {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding-left:15px;
}

a.menu_open:link, a.menu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #FF004C;
	text-decoration:none;
	outline: none;
}

.pagerow {
	width: 214px;
	padding: 6px 0 6px 38px;
}

img.menuimg {
	margin-top: 5px;
}

a.submenu_close {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-left:4px;
}

a.submenu_close:link, a.submenu_close:visited {
	text-decoration:none;
	color: #000000;
}
a.submenu_close:hover, a.submenu_close:active {
	text-decoration:none;
	color: #FF004C;
	outline: none;
}

a.submenu_open {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-left:4px;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #FF004C;
	text-decoration:none;
	outline: none;
}
.menuimage {
}
.submenuimage {
}
