
/**
 * $Revision: 1.28 $
 */

/* \*/
@import url('layout.css');
/* */

body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 1.3em;
}

/** fontit **/

td, th, span, div, p, li {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 125%;
	font-weight: 900;
}

h2 {
	font-size: 120%;
	font-weight: 900;
}
h2.doc {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #666;
}
h3 {
	font-size: 115%;
	font-weight: 900;
}

h4 {
	font-size: 110%;
	font-weight: 800;
}

h5 {
	font-size: 105%;
	font-weight: 700;
}

h6 {
	font-size: 100%;
	font-weight: 600;
}


th {
	text-align: right;
}
form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 90%;
} 

a.highlight {
  text-decoration: none;
  color:#FF0000;
}

a.highlight:hover {
  color:#FF0000;
}
/** linkit **/

#content a[name] {
	color: black !important; 
	background-color: transparent !important;
} 

#main a:link {
	color: #404F76; 
	text-decoration: underline !important;
}

#content a:visited {
	color: #A0A86E; 
	text-decoration: underline;
}

#main a:hover {
	color: #303B59; 
	text-decoration: none !important;
}

#main a:visited:hover{
	color: #787E53; 
	text-decoration: none !important; 
}

#main a:active {
	text-decoration: none; 
	background-color: white;
}

a:link:hover {
	text-decoration: none !important; 
}

a:visited:hover {
	text-decoration: none !important; 
}

a:hover {
	text-decoration: none !important; 
}

.disclaimer {
	clear:both;
	margin-left: 20px;
	padding-top: 10px;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 75%;
	border-top: 1px dashed #777;
}

hr {
	text-align: center;
}
hr.sivu {
	border: none 0;
	border-top: 1px dashed #000;
	background-color: white; 
	color: white;
	width: 80px;
	height: 1px;
}

hr.palsta {
	border: none 0;
	border-top: 1px dashed #000;
	background-color: white; 
	color: white;
	width: 60px;
	height: 1px;
}

hr.katko {
	border: none 0;
	border-top: 1px dashed #000;
	background-color: white; 
	color: white;
	width: 200px;
	height: 1px;
	text-align: center;
}

div#laki-alkup .uusi {
	font-style: italic;
	font-weight: bold;
}
div#laki-alkup .vanha {
	font-size: 0.9em;
}
div#laki-alkup .oikte {
	font-style: italic;
}
div#laki-alkup em, div#laki-ajantasa em {
	font-style: italic;
}
div#laki-alkup strong, div#laki-ajantasa strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
div#laki-alkup h3, div#laki-alkup h4, div#laki-alkup h5 {
	text-align: center;
}
div#laki-ajantasa h3, div#laki-ajantasa h4, div#laki-ajantasa h5 {
	text-align: left;
}

/* vuosilistaus */
ol.yearTOC, ul.resultPages {
	list-style: none;
	padding-left: 0px;
}
ol.yearTOC li, ul.resultPages li {
	list-style: none;
	display: inline;
}

p.asiasanat {
	background-color: #f8f8f8;
	padding: 4px;
	font-family: Tahoma;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 1em; 
}

.error {
 	color: red;
	font-family: courier;
	font-weight: bold;
}

pre {
 	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-size: 1.2em;
}

.kayttoehdot {
	font-style: italic;
	color: #333;
	font-size: 90%;
}


