body
{
font: normal 11px  Arial, Verdana, sans-serif;
color: #000000;
background-color: #7c641a;
background-image: url(img/bbg.gif);
background-attachment:fixed
}

a
{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #333;
}

p {text-indent: 1cm}

.all {
	width: 100%;
}

.main {
	width: 900px;

	/*border: 1px #000000 solid;*/
	background-color: #cba940;
	background-image: url(img/raakalogo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.banner{
	background-image: url(img/topimg.jpg);
	height:175px;
}

.menu {
	height: 30px;
	padding-left: 225px;
}

.note {
	padding: 20px;
	margin: 20px;
	font-size: 12px;
	border: 2px dotted black;
	background-color: #cba940;
	
}

.text
{
font-size: 11px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: left;

margin-top: 20px;
margin-bottom: 20px;
}

.footnote {
	align: center;
	vertical-align: center;
	height: 30px;
	background-image: url(img/btmimg.jpg); 

}

table, td
{
font-size: 11px;
}

.huom
{
color: red;
}


ul#navlist { font-family: Arial, Verdana, sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #000;
background-color: #cba940;
padding: 3px;
/*border: 1px #ffffff outset;*/
}

ul#navlist li a:hover
{
color: #000;
background-color: #cba940;
}

ul#navlist li a:active
{
color: #000;
background-color: #cba940;

/*border: 1px #ffffff inset;*/
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 3px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 1px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " - "; }
