@charset "iso-8859-2";
/* CSS Document */

body  {
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-repeat: repeat-x;
	background-position: right top;
	background-image: url(images/isobody.jpg);
	text-align: center;
}
.thrColHybHdr #container {
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/footerpohja09.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: auto;
	margin-right: auto;
}  
.thrColHybHdr #header { 
	background-image: url(images/header09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 1em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	} 
.thrColHybHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColHybHdr #sidebar1 {
	float: left;
	width: 20%;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 70%;
	background-image: url(images/vasen09.gif);
	clear: none;
	margin-top: 1%;
	padding-top: 1%;
	padding-left: 1%;
}
.thrColHybHdr #sidebar2 {
	width: 28%;
	font-size: 70%;
	float: right;
	overflow: visible;
	margin-top: 1%;
	padding-top: 1%;
	padding-left: 1%;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1ex;
	padding-left: 0px;
}
.thrColHybHdr #mainContent {
	font-size: 80%;
	margin-bottom: 0;
	margin-left: 23%;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0em;
	padding-top: 1em;
	margin-top: 2em;
	margin-right: 29%;
	font-weight: normal;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
} 
.thrColHybHdr #footer {
	padding-top: 0px;
	padding-bottom: 0;
	margin-top: 1%;
	font-size: 70%;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
} /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #666666;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
h1 {
	font-size: 90%;
	color: #666666;
	font-weight: bold;
}
h2 {
	font-size: 90%;
	color: #0066CC;
}
h3 {
	font-size: 80%;
	color: #666666;
}
h4 {
	font-size: 100%;
	color: #666666;
	word-spacing: 1em;
}
h5 {
	font-size: 90%;
	color: #666666;
}
h6 {
	font-size: 80%;
	color: #666666;
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
