@charset "UTF-8";
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	background-color: #f7f7f7;
}
.takkapuu #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images_08/bckgr.jpg);
} 
.takkapuu a {
	color: #c42a22;
	text-decoration: none;
}
.takkapuu a:hover {
	text-decoration: underline;
}
.takkapuu #header {
	height: 241px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images_08/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.takkapuu #header1 {
	height: 241px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images_08/header_logo_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.takkapuu #header2 {
	height: 241px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images_08/header_logo_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.takkapuu #header3 {
	height: 241px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images_08/header_logo_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.takkapuu #header4 {
	height: 241px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(images_08/header_logo_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.takkapuu #navbar {
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 145px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #666666;
	padding: 2px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#navbar ul li {
	margin: 0;
	display: block;
	float:left;
	text-align: left;
	list-style-type: none;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#navbar ul li.last {
	border-right-style: none;
}
#navbar ul li a {
	color : #000000;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
}
#navbar ul li a:hover {
	color : #C42A22;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
}
#navbar ul li a.active {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: normal;
	display: block;
	border: none;
	font-size: small;
	background-color: #C42A22;
}

.takkapuu #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #C42A22;
	margin-right: 11px;
	margin-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #666666;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
}
.takkapuu #mainContent {
	margin-top: 20px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 70px;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
} 
.takkapuu #footer {
	background-attachment: scroll;
	background-image: url(images_08/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.takkapuu #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#sitemap p, #sitemap a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	background: none;
}
.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;
}
.takkapuu #container #sidebar1 h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 2px;
}
.takkapuu #container #sidebar1 a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.takkapuu #container #sidebar1 a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.takkapuu #container #sidebar1 p {
	margin: 2px;
	padding-top: 1em;
}
.takkapuu #container #mainContent h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.takkapuu #container #mainContent h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
