@charset "utf-8";
/* CSS Document */

h1, h2, h3, p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

p{
	font-size: 11px;
	line-height: 16px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

body{
	margin: 0;
	padding: 0;
	color: white;
	background-color: white;
}
#kehys{
	background-color: white;
	margin: 20px auto;
	width: 960px;
	border: 1px solid #000;
}

#banneri{
	background-color: #C5C5C5;
}

#navi{
	float: left;
	width: 960px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;*//*poistettu käytöstä*/
	background-color: #C5C5C5; /*vaalean harmaa*/
	padding: 0 0 10px 0;
}

ul.navi{
	list-style-type: none; /*ei pampuloita*/
	background-color: white;
	font-size: 16px;
	color: #000; /*musta, jotta erottuisi*/
	padding: 0;
	margin-bottom: 20px; /*navin alle jäävä tila*/
}

ul.navi.li{
	/*border-bottom: 1px solid #000; painikkeiden alareuna*/
	/*width: 130px;*/
	float: left;
}

ul.navi a, ul.navi a:visited{
	padding: 5px 5px 5px 15px;
	display: block;
	/*width: 160px;,poistettu*/
	text-decoration: none;
	background-color: #C5C5C5; /*ei erittelyä normaaliin naviin sivuston värimaailman säilyttämiseksi*/
}

ul.navi a:hover, ul.navi a:active, ul.navi a:focus{
	background-color: #C5C5C5;
	color: #ACACAC; /*hieman tummempi harmaa*/
}

#vasen{
	width: 500px;
	float: left;
	border-right-width: 1px;
	border-left-style: dotted;
	border-right-color: #000;
	background-color: white;
	padding: 0 0 10px 0;
}

#oikea{
	float: left;
	width: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-color: #000;
	background-color: white;
	padding-left: 20px;
}

#alatunniste{
	background-color: antiquewhite;
	color: #000;
	text-align: center;
	padding: 10px 0;
	position: relative;
	clear: both;
}

/*hyperlinkit*/
a {
	color: #000;
	text-decoration: underline;
	float: left;
}

a:hover{
	color:#313131;
	text-decoration: none;
}

@media (max-width: 320px) {
	#kehys{
	width: 321px;
}
	
#banneri{
	width: 321px;
	}
	
	#navi{
		width: 321px;
	}

#vasen{
	width: 70%;
}
	
img{
	width: 100%;
	height: auto;
}

#oikea{
	width:30%;
}

#alatunniste{
	width: 321px;
}
}


@media (min-width: 321px) and (max-width: 767px){
	
#kehys{
	width: 321px;
}
	
#banneri{
	width: 321px;
	}
	
	#navi{
		width: 321px;
	}

#vasen{
	width: 70%;
}
	
img{
	width: 100%;
	height: auto;
}

#oikea{
	width:30%;
}

#alatunniste{
	width: 321px;
}
}

@media (min-width: 768px) and (max-width: 1096px){
	
#kehys{
	width: 100%;
}
	
	#navi{
		width: 100%;
	}

#oikea{
	width: 100%;
}
	
img{
	width: 100%;
	height: auto;
}

#alatunniste{
	width: 100%;
}
}