
* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 background: #fff;
 padding: 0;
 margin: 0;
}
#header_print {
 width: 100%;
 text-transform: uppercase;
 border-bottom: 1px solid #ccc;
 font-size: 12pt;
 margin-bottom: 10px;
}
#header_bg {
 display: none;
}     
#header_wrapper {
 display: none;
}
#wrapper { 
 margin: 0 auto;
 padding: 0;
 width: 100%px;

}
#header {
 display: none;

}
#logo {
 display: none;
}
#menuheader {
 display: none;

}
#menu {
 display: none;

}
#haku {
 display: none;
}

.menulink {

 /*height: 30px;*/
 text-transform: uppercase;
 padding: 0.5em;
 margin-bottom: 0;

}

#leftcolumn { 
 color: #000;
 border-right: 1px solid #ccc;
 background: none;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 /*height: 450px;*/
 width: 15%;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #000;
 border-right: 1px solid #ccc;
 background: none;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 /*height: 450px;*/
 width: 80%;
 display: inline;
 min-height: 500px;
 height: auto;
 _height: 500px;
}

#footer { 
 background: none;
 width: 100%;
 clear: both;
 color: #000;
 border-top: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
}
#leftpad {
 /*padding:10px;*/
 padding-top:20px;
 font-size: 1em;
 line-height: 1.5em; 
 min-height: 200px;
 _height: 200px;
}
#footerpad {
 margin:10px;
 color: #666;
}
#rightpad {
 padding:0px;
 margin-left:15px;
 margin-right:15px;
 padding-top:20px;
 font-size: 1em;
 line-height: 1.6em;
}
#content_center {
 float:left;
 padding-right:15px;
 padding-bottom:30px;
 border-right: 1px dotted #999;

}
#content_full {
 float: right;
 padding-bottom:20px;
 width: 60%;

}
#content_right {
 float: right;
 padding-left: 10px;
 width: 15%;
 font-size: 1em;
 line-height: 1.4em;
}

h1, h2, h3 {
 border-bottom: 2px solid #ff6600;
 line-height: 24px;
 height: 24px;
 text-transform: uppercase;
}
h1 {
 font-size: 23px;
}
h2 {
 font-size: 20px;
}
h3 {
 font-size: 16px;
}
h4 {
 font-size: 12px;
}

a.menulink:link {
 color: #ccc;
 line-height: 15px;
 text-decoration: none;
}
a.menulink:visited {
 color: #ccc;
 line-height: 15px; 
 text-decoration: none; 
}
a.menulink:hover {
 color: #fff;
 line-height: 15px; 
 text-decoration: none;
 background-color: #333; 
}
a.menulink:active {
 color: #fff;
 line-height: 15px; 
 text-decoration: none; 
}
.sublink {
 padding: 5px;
}

a.sublink:link {
 color: #ccc;
 line-height: 15px;
 text-decoration: none;
}
a.sublink:visited {
 color: #ccc;
 line-height: 15px; 
 text-decoration: none; 
}
a.sublink:hover {
 color: #fff;
 line-height: 15px; 
 text-decoration: none;
 background-color: #666; 
}
a.sublink:active {
 color: #fff;
 line-height: 15px; 
 text-decoration: none; 
}


a:link {
 color: #c30;
 text-decoration: none;
}

a:visited {
 color: #c30;
 text-decoration: none; 
}
a:hover {
 color: #f60;
 text-decoration: underline;
}
a:active {
 color: #c30;
 text-decoration: none; 
}
ul {
 padding-left: 15px;
}
.image {
 border: 1px solid #000;
}
.otsikko1 {
 border-bottom: none;
 line-height: 18px;
 height: 24px;
 text-transform: uppercase;
 font-size: 24px;
 text-decoration: bold;
}
.otsikko2 {
 border-bottom: none;
 line-height: 14px;
 height: 14px;
 text-transform: uppercase;
 text-decoration: bold;
 font-size: 11px;
}





#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
     /*padding: 10px;*/
	/*width: 10em;*/ /* width needed or else Opera goes nuts */


}
.sub_list div {
     padding: 5px;
}
.main_list {
     margin-left: 2px;
     margin-right: 2px;
     margin-top: 2px;
     background: #000;
   
}
.sub_list { /* all list items */
	float: left;
     /*padding: 5px;
     background: #eee;*/
	width: 10em; /* width needed or else Opera goes nuts */
}
.main_button {
     padding: 10px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #333;
     color: #000;
	width: 10em;
     border-left: 1px solid #000;
     border-right: 1px solid #000;
     border-bottom: 1px solid #000;
     
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
