@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #161633 url(./tausta1.jpg) 50% 0 repeat-x;
	/*color: #b9bac2;*/
	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;
	
}
.twoColFixLt #ylapalakki {
	
	height: 90px;
	width: 960px;
	margin: 0 auto;
}
.twoColFixLt #header {
	width: 960px;
	height: 313px;
	margin: 0 auto;
	background: #000000;
}
.twoColFixLt #header_right {
	psotion: absolute;
	z-index:-1;
	width: 513px;
	height: 313px;
	float: right;
}
.twoColFixLt #fadeshow1 {
	position: absolute;
	float: right;
	z-index:1;
}

.twoColFixLt #header_left {
	position: absolute;
	z-index: 100;
	width: 447px;
	height: 313px;
	float: left;
	background: #161633 url(./headerbg.jpg);
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}

.twoColFixLt #linkbar {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	vertical-align: middle;
	background: #FF1FFF url(./linkkipalkki1.jpg);	
}
.twoColFixLt #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #side_left {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #161633; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLt #side_right {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*height: auto;*/
	background: #161633; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLt #side_rightvk {
	float: right; 
	width: 250px; 
	height: 1000px;
	background: #2F2F4F; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLt #side_joukkueet {
	float: right; 
	width: 250px;
	height: 820px;
	background: #2F2F4F url(./sidebar3.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLt #tuki {
	width: 250px;
	background: url(./sidebar1.jpg);
}

.twoColFixLt #muta {
	width: 250px;
	background: url(./sidebar2.jpg);
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #main_front { 
	margin: 0 250px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #main_vk { 
	margin: 0 250px 0 0; 
	background: #2F2F4F;
} 

.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;
}

#navi {
	display: block;
	width: 960px;
	height: 35px;
	margin: 0 auto;
	background: #2F2F4F url(./linkkipalkki1.jpg);
	position: relative;	
	z-index: 666;
	}
	
#navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#navi ul li {
	padding: 0;
	margin: 0;
	float: left;
	}

#navi ul li a {
	display: block;
	text-align:center;
	height: 35px;
	}

#navi ul li a#navi-seura 
{
	width:100px;
	height: 28px;
	font: 100% Calibri, Tahoma, Verdana;
	font-weight: bold;
	font-size:16px;
	white-space: nowrap;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
}
#navi ul li a#navi-seura:hover {color: #FF6600;}
#navi ul li.current a#navi-seura			{background-position: 0 -35px;}

#navi ul li ul li {
	width: 261px;
	padding: 0;
	margin: 0;
	}	

#navi ul li ul li a{
	display: block;
	width: 261px;
	background: url(./linkkipalkki1.jpg) no-repeat;
	line-height: 20px;
	font: 100% Calibri, Tahoma;
	font-size:14px;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px 0px;
	color: #fff;
	height: auto;
	text-align:left;
	text-indent: 0px;
	text-decoration: none;
	}		

#navi ul li ul li a span{
	padding: 0 10px 0 10px;
	display: block;
}		
	
#navi ul li ul li a:hover {
	color: #FF6600;
	text-decoration: none;
}	

#navi li:hover, #navi li.sfhover {
    position: static;
}
		
#navi li ul {
	border-bottom: 1px solid #000;
	position: absolute;
	width: 261px;
	left: -999em;
	z-index: 666;
}

#navi li:hover ul ul, #navi li.sfhover ul ul {
	left: -999em;
}

#navi li:hover, #navi li.sfhover {
	position: relative;
} 

#navi li:hover ul, #navi li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul {
	left: auto;
	margin-left: -1px;
}


a:link {color: #330066; text-decoration: none;}
a:visited {color: #330066; text-decoration: none;}
a:active {color: #330066; text-decoration: none;}
a:hover {color: #FF6600; text-decoration: none;}

a.boxwhite:link {margin-left:0; color: #FFFFFF; text-decoration: none;}
a.boxwhite:visited {margin-left:0; color: #FFFFFF; text-decoration: none;}
a.boxwhite:active {margin-left:0; color: #FFFFFF; text-decoration: none;}
a.boxwhite:hover {margin-left:0; color: #FF6600; text-decoration: none;}

.menu{
	color: white;
	font: 100% Arial;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}


h1{
	font: 100% Calibri;
	font-weight:bold;
	font-size: 2.5em;
	
}

h2{
	font: 100% Calibri, Arial;
	font-weight:bold;
	font-size: 2em;
}

h3{
	font: 100% Calibri, Arial;
	font-weight:bold;
	font-size: 1.5em;
}
.boxorange{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boxwhite{
	color: white;
	text-decoration: none;
	margin-left: 15px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p.boxorange{
	line-height: 0.75;
}

td.hh_widget_activity_list {
	font-size: 12px;
}
.uutiset{
	font-size: 10px;
}
.pvm{
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	text-indent: 15px
	font: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
