/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}

img {
border:none;
}

/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
textarea {
width:100%;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

/***** Koko sivusto *****/

body{
	background-color:#1e1e1e;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

.wrapper{
	width:682px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-341px;
}

.main{
	width:682px;
	height:100%;
}

.header{
	width:682px;
	height:143px;
}

.topnav{
	width:682px;
	height:53px;
}

.topnav p{
	font-size:11px;
	font-style:italic;
	padding-top:16px;
	padding-right:35px;
	float:right;
}

.topnav a{
	padding-left:13px;
}

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

a:visited{
	text-decoration: none;
	color:#505050;
}

a:active{
	text-decoration: none;
	color:#ffffff;
}

a:hover{
	text-decoration: none;
	color:#848484;
}

.logobar{
	width:682px;
	height:80px;
}

.logo{
	width:182px;
	height:62px;
	float:left;
}

.content{
	width:682px;
	height:665px;
}

.linkit_tr{
	float:left;
	margin-top:43px;
	margin-left:17px;
}

.linkit_tr2{
	float:left;
	margin-top:43px;
	margin-left:12px;
}

.linkit_mr{
	float:left;
	margin-top:12px;
	margin-left:17px;
}

.linkit_mr2{
	float:left;
	margin-top:12px;
	margin-left:12px;
}

.linkit_br{
	float:left;
	margin-top:12px;
	margin-left:17px;
	margin-bottom:46px;
}

.linkit_br2{
	float:left;
	margin-top:12px;
	margin-left:12px;
	margin-bottom:46px;
}

.footer{
	width:682px;
	height:98px;
}

.bottomnav{
	width:663px;
	height:48px;
	.height:35px;
	_height:30px;
}

.bottomnav p{
	font-size:11px;
	font-style:italic;
	padding-top:28px;
	text-align:center;
}

.bottomnav a{
	padding-left:3px;
}

.valiviiva{
	margin-left:10px;
	margin-top:0px;
	.margin-top:0px;
	_margin-top:-5px;
	width:94%;
}

.copy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	text-align:center;
	line-height: 12px;
	padding-top:9px;
	.padding-top:6px;
	_padding-top:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#797979;
	line-height: 12px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color:#cc9933;
	line-height: 28px;
	letter-spacing:2px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#cc9933;
	line-height: 22px;
	padding-top:28px;
	padding-left:9px;
	letter-spacing:1px;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#999;
	line-height: 13px;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:3px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#CCC;
	padding:2px 5px;
	color:#333;
	display:none;
	text-align:center;
	line-height:14px;
}