/*yleinen muoto*/
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
p{
	padding: 0;
	margin: 0;
	line-height: 18px;
	margin-bottom: 0.5em;
}
a {	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {text-decoration: underline;
}

/*index-sivun muoto*/
#tiedot {
	border-top: 1px dashed  #CCCCCC;
	border-bottom: 1px dashed  #CCCCCC;
	padding: 4px 0 0 72px;
	color: #990000;
	margin: 12px 0 20px 0;
	height: 1.8em;
}
#tiedot h2 {
	margin:0;
	padding:0;
	font-size: 1.2em;
	color: #CC3333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float: left;
	padding-right: 20px;
}
#tiedot a {
	padding-left: 8px;
	text-decoration: underline;
	color: #999999;
}
#tiedot ul {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 16px;
	width: 240px;
}
#tiedot li {
	display: inline;
	list-style-type: none;
}
#kuvat {
	padding-left: 48px;
	padding-bottom: 20px;
	height: auto;
	margin-bottom: 2px;
}
.kuva {
	float:left;
	text-align: center;
	margin-left: 24px;
	padding-right: 20px;
}
.kuva p {
	color: #CC6633;
	font-weight: bold;
	margin-top: 4px;
}
.kuva a {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	background-image: url(../kuvia/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 36px;
	padding-top: 6px;
	padding-left: 40px;
	clear: both;
}
#footer a {
	color: #999999;
}
.cv {	
	margin-top: 16px;
	margin-left: 72px;
	margin-right: 5%;
	color: #666666;
	padding-bottom: 16px;
}
.cv table {font-size: small; }	
.cv a {text-decoration: underline;}
.cv a:hover {color: #999999;}
.puts {	clear: both;}


/*kuvasivujen muoto*/

.isokuva {
	padding: 24px 4px 24px 4px;
}

#kuvateksti {
	font-weight: normal;
	color: #666666;
	font-size: small;
}
.linkit {
	border-top: 1px dashed #CCCCCC;
	padding-top: 4px;
	margin-top: 40px;
	color: #666666;
	}
	
.linkit a { color: #999999;}

