/* PME-Control Oy Stylesheet ver 1.0 by Tomi Kauhajärvi [ tomppa @ kauhajarvi.com ] */

body
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/maintausta1.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma;
}

a
{
		color: #0572AB;
}

a:hover
{
		color: #000000;
}


div.main
{
		margin: 0;
		padding: 0;
		border: 0;
}


div.yla
{
		margin: 0;
		padding: 5px;
		background-color: #ffffff;
		border: 0;
		border-bottom: 1px #cccccc solid;
}

div.keski
{
		margin: 0;
		padding: 0;
		border: 0;
		border-bottom: 1px #cccccc solid;
		background-color: #C4D9EE;
		background-image: url(../images/menutausta3.jpg);
		background-repeat: no-repeat;
		background-position: left center;
}

div.ala
{
		margin: 0;
		padding: 0;
		border: 0;
}

div.menuitem
{
		margin: 0;
		padding: 0;
		border: 0;
		border-bottom: 1px #cccccc solid;
		border-right: 1px #cccccc solid;
		background-color: #54A1BD;
		width: 230px;
}


div.menuitem_alin
{
		margin: 0;
		padding: 0;
		border: 0;
		border-right: 1px #cccccc solid;
		background-color: #54A1BD;
		width: 230px;
}

div.menuitem a, div.menuitem_alin a
{
		color: #ffffff;
		font-size: 13px;
		text-decoration: none;
		display: block;
		padding: 5px;
}

div.menuitem a:hover, div.menuitem_alin a:hover
{
		background-color: #76B1C7;
}

div.sign
{
		position: absolute; 
		left: 5px; 
		bottom: 5px;
		font-size: 10px;
		text-decoration: none;
}

h1
{
		margin-left: 250px;
		width: 650px;
		font-size: 19px;
}

p
{
		margin-left: 250px;
		width: 650px;
		font-size: 13px;
}

table.palaute
{
		margin-left: 250px;
		width: 650px;
		font-size: 13px;
}

table.palaute td.otsikko
{
		width: 160px;
		background-color: #E4ECF1;
		border: 2px #ffffff solid;
		padding: 5px;
		vertical-align: top;
}

table.palaute td.sisalto
{
		background-color: #E4ECF1;
		border: 2px #ffffff solid;
		padding: 5px;
}

input.palautetext
{
		width: 300px;
		border: 1px #000000 solid;
}

textarea.palautetarea
{
		width: 300px;
		border: 1px #000000 solid;
		height: 100px;
}

img
{
	border: 0;
}

img.sivukuva
{
	border: 1px #000000 solid;	
}


