html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background-color: #898989;
	
	background-image: url('../images/frontbg.gif');
	background-repeat: repeat-x;
	background-position: top left;  
}

#topbanner
{
	text-align: center;
	margin-top: 20px;	
}

#bottombanner
{
	text-align: center;
	margin-top: 20px;
}

#topmenu
{
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}

#menuheader
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
	
}

#menuitem
{
	margin-left: 39px;
}


.leftcategoryitem
{
	width: 134px;
	margin-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-bottom: #9a9a9a solid 1px;
	background-image: url('../images/leftbutton.jpg');
	background-repeat: no-repeat;/*repeat-x;*/
	background-position: 3% 50%;
	cursor: pointer;
}

.leftcategoryitem_selected
{
	width: 134px;
	margin-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-bottom: #9a9a9a solid 1px;
	background-color: #999999;	
	background-image: url('../images/leftbutton_selected.jpg');
	background-repeat: no-repeat;/*repeat-x;*/
	background-position: 3% 50%;
	cursor: pointer;
}

.leftsubcategoryitem
{
	width: 114px;
	margin-left: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-bottom: #9a9a9a solid 1px;
	background-image: url('../images/leftbutton.jpg');
	background-repeat: no-repeat;/*repeat-x;*/
	background-position: 3% 50%;
	cursor: pointer;
}

.leftsubcategoryitem_selected
{
	width: 114px;
	margin-left: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-bottom: #9a9a9a solid 1px;
	background-color: #999999;	
	background-image: url('../images/leftbutton_selected.jpg');
	background-repeat: no-repeat;/*repeat-x;*/
	background-position: 3% 50%;
	cursor: pointer;
}

.topmenutable
{
	width: 100%;
	height: 30px;
}

.topmenuleft
{
	width: 245px;
}

.topmenuright
{
	background-image: url('../images/topmenubg.jpg');
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: #676767 solid 1px;
}


#tiimaus_top
{
	width: 1000px;
	height: 20px;
	padding-top: 5px;
	padding-left: 30px;
}

#tiimaus_div
{
	width: 1000px;
	height: 100%;
}

#tiimaus_left
{
	float: left;
	display:inline;
	width: 245px;
	height: 100%;
}

#tiimaus_logo
{
	width: 245px;
	height: 150px;
}

#tiimaus_today
{
	width: 100%;
	background-color: #880000;
	text-align: center;
	border-top: #880000 solid 2px;
	border-bottom: #880000 solid 2px;	
}

#searchbox_div
{
	width: 220px;
	height: 50px;
	margin-top: 20px;
	margin-left: 25px;
}

.searchbox
{
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 18px;
	border: 1px solid #787878;
}

.searchbutton
{
	margin: 0px;
	padding: 0px;	
	width: 40px;
	height: 20px;
	border: 1px solid #787878;
	background-color: #ffffff;
	
	font-family: Arial;
	font-size: 11px;
}







#tiimaus_content
{
	position: absolute;
	top: 0px;
	left: 245px;
	width: 740px;
	background-color: #ffffff;
	/*border-right: #787878 solid 5px;*/
}

#content_header
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#content_subcategory
{
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
	border-bottom: #eeeeee solid 1px;
}

#content_front_left
{
	float: left;
	width: 355px;
	/*margin-left: 10px;*/
	/*border: #787878 dotted 1px;*/
}

#news_item_first
{
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: #cdcdcd solid 1px;
}

#news_item
{
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: #cdcdcd solid 1px;
}

#news_item_last
{
	padding-top: 18px;
}


#content_front_left img
{
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}

#content_front_left h1
{
	margin: 0px;
	padding: 0px;
}

#content_front_left h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

#content_front_left h3
{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

#content_front_right
{
	float: right;
	width: 345px;
	margin-right: 10px;
	padding-top: 18px;
	
	/*border: #787878 dotted 1px;*/
}

.itemtable
{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.itemtitle
{
	width: 600px;
	height: 25px;
}

.itemdate
{
	width: 125px;
	text-align: right;
	padding-top: 5px;
}

.itemsource
{
	border-bottom: #eeeeee solid 1px;
	padding-bottom: 5px;
}

.itemclick
{
	text-align: right;
	border-bottom: #eeeeee solid 1px;
	padding-bottom: 5px;
}

#image_news
{
	margin-top: 12px;
}


#sarjis_item
{
	margin-top: 20px;
	margin-left: 10px;
}

#tiimaus_bottom
{
	background-color: #787878;
}

#tiimaus_footer
{
	float: left;
	width: 730px;
	background-color: #ffffff;
	/*padding: 10px;*/
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	
	border-top: #898989 solid 10px;
}


#tiimaus_paging
{
	/*float: left;*/
	width: 80%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
}




#front_right_ad
{
	/*margin-top: 30px;*/
	margin-bottom: 12px;
}

#font_left_ad
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.input_word
{
	width: 200px;
}

.input_textarea
{
	width: 300px;
	height: 200px;
}

