/*
* Author: Jutta Salonen, 2010
*
*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
margin: 0;	padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

body {
	background-color:#e9e8e8;
	}
	
#header {
	height: 110px;
	width: 800px;
	margin: auto;
	background: url(../images/banneri/banneri1.jpg);
}

/* Koko sivun divi */
#wrapper{
  
	width: 800px;
	min-height: 650px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fefefe;
	border: solid 2px #cdcdcd;
}



	
/*--------- Perustekstityylit */
h1 {
	font-family: sans-serif, arial, helvetica;
	font-size: 16px;
	color: #a22c38;
	padding: 30px 10px 10px 10px;
	border-bottom: dotted 1px #cdcdcd;
}

h2 {
	font-family: sans-serif, arial, helvetica;
	font-size: 13px;
	color: #a22c38;
	margin: 25px 10px 10px 10px;
	
}

h3 {
	font-family: sans-serif, arial, helvetica;
	font-size: 9px;
	color: #a22c38;
	margin: 15px 10px 10px 10px;
	font-weight: normal;
	
}

p {
	font-family: sans-serif, arial, helvetica;
	color: #333;
	font-size: 12px;
	line-height: 120%;
	margin: 15px 10px 10px 10px;
}

.bold {
	font-weight: bold;
	}

a, a:link, a:visited{
	color: #c53434;
	text-decoration: none;
	font-family: sans-serif, arial, helvetica;
	font-size: 12px;
}

a, a:hover, a:active{
	color: #a22c38;
	text-decoration: underline;
	font-family: sans-serif, arial, helvetica;
	font-size: 12px;
}

	
	
/* MENU */

#nav {
	width: 127px;
	min-height: 650px;
	margin: 0;
	float: left;
	background-color:#fefefe;
	border-right: solid 1px #cdcdcd;
}

.nav_img {
	margin: 15px 0 10px 0;
	height: 100px;
	width: 100px;
}

#nav ul {
	margin: 15px 0 0 0;
	padding: 10px 0 5px 5px;
	list-style-type: none;
	}

#nav li a {
	width: 10em;
	margin: .2em 0 .2em 0;
	padding: .2em .8em .2em .6em;
	font-size: 14px;
	}

#nav li li a {
	width: 9em;
	margin: .2em 0 .2em 0;
	}

#nav ul ul { 
	margin-left: 1em;
	}

#nav a {
	display: block;
	}
	
#nav li a.selected {
	color: #a22c38;
	text-decoration: underline;
}

#nav ul.nav2 a {
	font-size: 10px;
	}


/* SISÄLTÖ */
	
#content {
	min-height: 650px;
	width: 632px;
	float: right;
	padding: 0 40px 0 0px;
	background-color:#fefefe;
	margin: 0;
} 

.kuva img {
	margin: 10px 0 0 20px;
	padding: 0;
	border-style: none;
}

.index_img{
	margin-left: 70px;
	padding: 0;
	border-style: none;
}

/* TAULUKKO */


table{
	width: 600px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	width:100%;
	margin: 10px 0 0 10px;
	border-collapse:collapse;
}

th, td{
	padding:3px 7px 2px 7px;
	text-align:left;
}

.vuosi {
	text-align: center;
	color: #fefefe;
	font-weight: bold;
	vertical-align: 50%;
	background-color:#a22c38;
}

tr.alt td {
	background-color:#e8e6e6;
	}

.clear {
	clear: both;
}

/* KARTOITUS VALIKKO */

ul.kartoitus {
	margin: 15px 0 0 25px;
	list-style-type: circle;
	font-weight: bold;
	}

/* FOOTER */
	
#footer {
	height: 20px;
	width: 800px;
	background: #fefefe;
	margin: 0;
	clear: both;
}

p.copy {
	font-size: 9px;
	text-align:right;
	margin:0;
	padding: 5px 10px 0 0;
}
