@charset "UTF-8";
body {
	background-color: #3a1208;
	background-image: url(images/tausta_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	border-style: none;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0;
	padding-left: 0; 
}

p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
img {
	border-style: none;
	margin: 0;
}
a img { 
	border-style: none;
	text-decoration: none;
}

a:link img, a:visited img, a:hover img {
// border-style: none;
text-decoration: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
	}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 880px; 
	display: block;
	background-color: #3a1208;
	background-image: url(images/tausta_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 auto 0 0; 
	overflow: hidden; 
}


.header {
	width:880px;
	height:150px;
	margin: 0;
}

.sidebar1 {
	float: left;
	width: 257px;
	background: transparent;
	padding-bottom: 10px;
	margin-top:  0;
}
.content {
	padding: 0;
	width: 527px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 96px;
	height: 100px;
	background: transparent;
	padding: 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.navi {
	width:880px;
	height: 22px;
	margin: 0;
	padding: 0;
}

ul.navi {
	list-style: none; 
	outline-style: none;
	display: inline;
}
ul.navi li,
li.navi,
.navi li {
	float: left;
	margin: 0;
	height: 22px;
}

/* ul.nav a, ul.nav a:visited { 
	padding: 0;
	text-decoration: none;
	background: #C6D580;
} */
/* ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
} */

.tekstitausta {
	background-color: #FFFFFF; 
}
	
.sisaltosolu {
	background-image: url(images/sarkijarvi_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #f6f4dd;
} 

.sisaltosolu img,
a .sisaltosolu img
{
	margin: 3px 8px 0 0;
	float: left;
	padding:  0;
	border: 4px solid #ffffff;
}

.opic {
	width: 457px;
	height:  34px;
}
.opic img
{
	margin: 0;
	border:  none;
}

#divContainer {
	padding-top: 20px;
}

H3 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
.lisaotsikot
{
    padding-top: 3px;

}
.lisaotsikot2
{
	color: #000000;
	text-decoration: none;
}
A.lisaotsikot2
{
	color: #000000;
	text-decoration: none;
}
LI.lisaotsikot2 {margin: 1.0em;
        color: #000000;
	text-decoration: none;} 

.footer {
	padding: 10px 0;
	background: #3a1208;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
