@charset "UTF-8";
body {
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #46515d;
	background-image: url(../images/bck.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
body, p, th, td, h1, h2, h3, h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}	
body, p, td {
	font-size: 12px;
}
h1, h3, h4, h5, a, th {	/* globaali väri näille tekstityyleille*/
	color: #333333;
}
h1 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #3F4950;
}
	h2 {
	font-size: 12px;
	margin-bottom: 0px;
}
h3, th {
	font-size: 10px;
	margin-bottom: 0px;
}
h4 {
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding: 5px;
	margin-bottom: 10px;
}
	h5 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
#container  {
	width: 855px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*	border: solid #ffffff 1px;*/
	background-color: #F2F2F2;
}
#navbar    {
	width: 855px;
	background-color: #CC0000;
	height: 22px;
}
#header  {
	background-image: url(../images/header.png);
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#upperheader  {
	height: 26px;
	width: 855px;
	background-image: url(../images/upperheader.png);
}
#logoheader  {
	background-image: url(../images/logoheader.png);
	height: 49px;
	width: 855px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	margin-top: 20px;
}
#footer  {
	height: 52px;
	background-image: url(../images/footer.png);
	width: 855px;
}

@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
#upperheader div {
	float: right;
	margin-right: 0px;
	width: 27px;
	height: 24px;
	padding-right: 2px;
	margin: 0px;
}
.img_brd_left_margin {
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.img_brd {
	margin-bottom: 10px;
	margin-left: 20px;
}
