.style4 {
	font-size: 130%;
	font-weight: bold;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #F2F2F2;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 5px;
	position: relative;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 150%;
	font-size: 90%;
	margin-left: 10px;
}
.style5 {
	color: #FFF;
	font-style: italic;
	background-color: #C93;
}
.style3 {
	font-size: 100%;
	color:#000;
	font-weight: bold;
}
.styleostolinkki {
	font-size: 150%;
	color:#03F;
	font-weight: bold;
	background-color: #FF6;
	box-sizing: border-box;
	background-size: cover;
	margin: 20;
	padding: 5;
}

.stylemyynti {
	font-size: 100%;
	color:#C33;
	font-weight: bold;
}

.style1 {
	font-size: 80%
}
.oneColElsCtr #ylareuna {
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 135px;
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(../kuvat/ylatausta.jpg);
	background-repeat: repeat-x;
	z-index: 10;
}
/*- Menu Tabs C--------------------------- */
#tabsC {
	text-align:center;
	float:left;
	width:100%;
	font-size:1.2em;
	line-height:normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 200;
	text-align: center;
	position: relative;
	left: 10px;
	top: -20px;
}
#taulu {
	position: absolute;
	width: 99%;
	top: 85px;
	left: 0px;
	font-size: 0.8em;
	font-weight: bold;
}
#ylarivi {
	height: 15px !important;
	width: auto;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
#tabsC li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsC a {
	float:left;
	background:url("../kuvat/tableftC.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsC a span {
	float:left;
	display:block;
	background:url("../kuvat/tabrightC.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#00F;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {
	float:none;
}
/* End IE5-Mac hack */

	#tabsC a:visited span {
	color: #063;
}
#tabsC a:hover {
	background-position:0% -42px;
}
#tabsC a:hover span {
	background-position:100% -42px;
	color:#FFF;
}
#akt {
	background-position:100% -42px !important;
	color:#FFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 12px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 200px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */
ostolinkki {
	background-color: #FF6;
	margin: 3px;
	padding: 4px;
	border: 1px solid #00F;
}

