/*
Huittisten TRH-Palvelu Oy
*/

BODY {
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Gray;
	line-height: normal;
}

/* LAYOUT */ 

#kokoaja {
	width: 80%;
	margin: 2% 0 0 10%;
	background-color: White;
	background-image: url(layout/bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#kokoajasisempi {
	width: auto;
	margin: 0;
	background-color: transparent;
	background-image: url(layout/bg_yv.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#container {
	padding: 0 35px 0 35px;
}

#logo {
	width: auto;
	padding: 0 35px 0 35px;
	height: auto;
	margin: 0 0 0 0;
	background-color: transparent;
}

#palkki {
	width: auto;
	height: 0;
	margin: 0 0 0 0;
}

#navigointi {
	width: 25%;
	height: auto;
	margin: 4% 0 4% 0;
	display: inline;
	float: left;
}

#sisalto {
	width: 70%;
	height: auto;
	margin: 4% 0 4% 0;
	float: right;
	line-height: normal;
	text-align: left;
}

#info {
	width: 80%;
	height: auto;
	margin: 0 0 0 10%;
	clear: both;
	text-align: center;
	background-color: #505050;
	border-top: 0px solid #707070;
}

.vali {
	width: auto;
	height: 35px;
	background-color: transparent;
}

.puhdistus {
	width: auto;
	height: auto; 
	clear: both;	
}

/* TEKSTIT */ 

#palkki p {
	margin: 0;
	padding: 5px;
	font-size: 110%;
	color: Silver;
}

p {
	font-size: 90%;
}

#sisalto h2 {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 135%;
	color: Black;
	line-height: normal;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #707070;
}

#sisalto h3 {
	font-size: 115%;
	color: Black;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sisalto h4 {
	font-size: 95%;
	color: Black;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#info p {
	padding: 15px;
	margin: 0;
	font-size: 90%;
	color: White;
}

/* LISTAT */ 

#navigointi ul {
	margin: 0;
	padding: 0;
}

#navigointi li {
	list-style-type: none;
	text-align: left;
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid Silver;
}

#sisalto ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#sisalto li {
	list-style-type: square;
	text-align: left;
	font-size: 90%;
	margin: 5px 0 5px 15px;
	padding: 0 0 0 0;
}


/* LINKIT */ 

#navigointi a, a:active, a:link, a:visited {
	font-style: normal;
	color: #0077C4;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
}

#navigointi a:hover {
	text-decoration: none;
	color: Black;
}

#sisalto a, a:active, a:link, a:visited {
	font-style: normal;
	color: #0077C4;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
}

#sisalto a:hover {
	text-decoration: underline;
}


/* KUVAT */ 

#logo img {
	border: 0;
	margin: 0 0 0 0;
}

#sisalto img {
	border: 1px solid Black;
}

/* LOMAKE */

form {
	margin: 0;
	font-size: 100%;
	color: Black;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0;
}

select, input, textarea {
	border: 1px solid #202020;
	background-color: White;
	font-size: 100%;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 3px;
	margin: 0;
	width: 98%;
}

.nappi {
	font-weight: bold;
	text-transform: none;
	padding: 3px;
	background-color: White;
	width: auto;
}