/* Muutamia perusasetuksia sivulle */
html,body
	{
		height: 99%;
		width: 98%;
		margin: auto auto;
		text-align: center;
		background: #ffffff;
		font-size: 15px;
	}

/* Runko jonka sisällä kaikki sisältö on */		
.runko
	{
		position: absolute;
		top: 0%;
		left: 10%;
		padding-bottom: 2%;
		width: 81%;
		background: #fff;
		border-top: 5px solid #A80000;
		border-right: 1px dotted #A80000;
		border-left: 1px dotted #A80000;
		margin-top: 1%;
		margin-left: 0%;
		text-align: left;
		height: 96%;
		voice-family: "\"}\"";
  		voice-family:inherit;
  		width: 79%;
  		height: 91%;
	}

/* Logon sisältävä elementti */				
#top
	{
		position: relative;
		top: 0%;
		left: 0%;
		width: 100%;
		height: auto;
		background: transparent;
		padding-top: 1%;
		float: right;
		/*border: 1px solid #000;*/
		
	}
	
/* Navigaatioelementti eli menu */	
#navi
	{
		position: relative;
		left: 0%;
		width: 14%;
		height: auto;
		padding: 0% 1% 0% 0%;
		text-align: left;
		float: left;
		margin: 0% 0%;
		/* border: 1px solid #000;*/
	}


/* Menussa käytetyn listan määrityksiä */
div#navi ul
	{
		margin: 0;
		padding: 0%;
		width: 100%;
		border-top: 3px solid green;
		border-bottom: 1px solid #D0D0D0;
	}

/* Menu näkyykin yhdellä rivillä eikä allekkain kuten lista yleensä */		
div#navi li
	{
		display: block;
		text-align: left;
		padding: 0px;
		width: 100%;
	}		

div#navi ul li
	{
		position: relative;
	}	
	
/* Menun linkkien määrityksiä */	
div#navi ul li a.navilink:link,a.navilink:visited
	{
		font-family: verdana, sans-serif;
		color: #990000;
		font-size: 85%;
		font-weight: bolder;
		text-decoration: none;
		background: #f0f0f0;
		border: 1px solid #D0D0D0;
		border-bottom: 0px;
		padding: 2px 7px;
		white-space: nowrap;
		display: block;
		list-style: none;		
	}

/* Menun linkkien määrityksiä */		
div#navi ul li a.navilink:hover
	{
		font-family: verdana, sans-serif;
		color: #660099;
		font-size: 85%;
		font-weight: bolder;
		text-decoration: none;
		background: #fff;
		border-bottom: 0px;
		padding: 2px 7px;
		white-space: nowrap;
		list-style: none;
	}			

/* Fix IE. Hide from IE Mac \*/
* html div#navi ul li { float: left; font-size: 85%; }
* html div#navi ul li a { height: 1%; font-size: 85%;}
/* End */	
					
/* Tämä määrittää varsinaisen teksti- tms. sisältöelementin ulkoasun */
#teksti
	{
		position: relative;
		left: 2%;
		width: 82%;
		border-top: 3px solid green;
		border-left: 1px dotted green;
		padding: 0% 0% 0% 1%;
		overflow: auto;
		height: 85%;
		voice-family: "\"}\"";
  		voice-family:inherit;
  		width: 80%;
  		height: 91%;
  		float: left;
	}

/* Tekstin seassa olevien linkkien perusmääritykset */		
a:link,a:visited
	{
		font-family: verdana, sans-serif;
		color: #800000;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		background: url("http://www.lahtiultimate.net/graphs/navi_uline.gif") bottom left repeat-x;
		padding-bottom: 2px;
	}
	
a:hover,a:active
	{
		font-family: verdana, sans-serif;
		color: #660099;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		background: url("http://www.lahtiultimate.net/graphs/navi_uline_hov.gif") bottom left repeat-x;
		padding-bottom: 2px;
	}

/* Tavallisen tekstin ulkoasumääritykset */		
p
	{
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5;
		padding-right: 2%;
	}
	
p:first-letter
	{
		font-family: arial, verdana;
		color: #990000;
		font-size: 130%;
		font-weight: bold;
		float: none;
		vertical-align: baseline;
	}

acronym
	{
		cursor: help;
		color: #330066;
	}	

img
	{
		border: 0px;
	}	
	
/* Otsikot */	
h1,h2,h3
	{
		font-family: verdana, sans-serif;
		color: #339900;
		font-size: 120%;
		font-weight: bold;
	}
	
h1
	{
		padding-top: 1px;
		
	}	
	
h2
	{
		font-size: 110%;
	}
	
h3
	{
		font-size: 105%;
	}	
	
h2.etush2
	{
		border-top: 1px dotted #A80000;
		border-left: 1px dotted #A80000;
		padding-top: 2px;
		padding-left: 2px;
	}
			
	
/* Blogin ulkoasumääritykset */

td
	{
		text-align: left;
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 100%;
		font-weight: normal;
		line-height: 1.5;		
	}
	
.small_fuzzy
	{
		font-family: verdana;
		font-size: 65%;
		color: #000;
		background: transparent;
		border-top: 1px dotted #000;
		text-align: right;
	}
	
.smallred
	{
		font-family: arial,verdana;
		font-size: 80%;
		color: #980000;
		background: transparent;
		text-align: right;
	}
	
a.commentslink:link,a.commentslink:visited
	{
		font-family: verdana;
		font-size: 75%;
		color: #a80000;
		text-decoration: underline;
		font-style: italic;
		background: transparent;
	}	
	
a.commentslink:hover
	{
		font-family: verdana;
		font-size: 75%;
		color: blue;
		text-decoration: none;
		font-style: italic;
		background: transparent;
	}	

td.profiilit
	{
		border: 1px dotted #505050;
		font-family: verdana, sans-serif;
		font-size: 80%;
		vertical-align: top;
		text-align: left;
		color: #000066;
		width: 40%;
		padding: 5px;
	}
	
#proftdred
	{
		font-weight: bold;
	}
			
		
/* Yhteydet- sivun tyylejä */

td.yhteydet
	{
		border: 0;
		vertical-align: top;
		width: 25%;
		padding-bottom: 3px;
	}
	
input,textarea
	{
		font-family: 'Courier New', courier, verdana;
		font-size: 95%;
		color: #383838;
	}

.lomake
	{	
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
	}
	
/* Treenit- sivun tyylejä */
td.treenit
	{
		vertical-align: top;
		padding: 5px 0px;
	}	

td.treenitotsake
	{
		background: #E8E8E8;
		font-weight: bold;
		font-size: 12px;
	}

ul#treenilista, ul#treenilista2, ul#treenilista3, ul#jasenmaksut, ul#liitolatty, ul#kiekkokoulu
	{
		list-style-image: url(../graphs/favicon.png);
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5;
	}

ul#liitolatty li
	{
    padding-bottom: 4px;
		padding-top: 0;
	}

ul#treenilista li, ul#treenilista2 li, ul#treenilista3 li
		{
			padding-bottom: 7px;
			padding-top: 0;
		}
		
ul#jasenmaksut li
		{
			padding-bottom: 2px;
		}		

ul#sublist
		{
			list-style-type: disc;
		}

ul#misc
	{
		list-style: none;
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5;
	}
							
/* Uutissivun tyylejä */

#ajankotsake
	{
		padding-top: 20px;
	}

a.ajank:link,a.ajank:visited,a.ajank:hover
	{
		font: bold 120% verdana;
		color: #339900;
		text-decoration: none;
		background: transparent;
		cursor: default;
	}
	

#newsdate
	{
		font-family: verdana, sans-serif;
		background: #F0F0F0;
		font-weight: bolder;
	}
	
p#njyyssi:first-letter
	{	

		font-family: arial, verdana;
		color: #000099;
		font-weight: bolder;
		font-size: 100%;
	}
	
#siteinfo
	{
		position: relative;
		bottom: 0px;
		right: 5px;
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 70%;
		font-weight: normal;
		border-top: 1px dotted #A80000;
		border-left: 1px dotted #A80000;
		margin-top: 10px;
		padding: 0px 1px;
		padding-top: 1px;
		float: right;
	}	

/* Googlen search- block */
#search
	{
		position: relative;
		left: 0%;
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 70%;
		font-weight: normal;
		padding: 0;
		padding-left: 1px;
		display: inline;
	}
	
.searchinput
	{
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 90%;
	}

.ilmot
	{	
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5;
		padding-right: 1%;
	}
		
/* Logolinkki */
a.logo:link,a.logo:visited,a.logo:hover,a.logo:active
	{
		text-decoration: none;
		background: transparent;
	}

/* Liitolätty-tyylit */

table.ll_joukkueet
	{
		border: 0;
	}

td.ll_joukkueet_head
	{
		background: #800000;
		font-weight: bold;
		font-size: 80%;
		color: #fff;
		padding: 4px 3px;	}

td.ll_joukkueet_par
	{
		background: #f0f0f0;
		font-size: 80%;
		height: 18px;
		padding: 3px 3px;
	}

td.ll_joukkueet_pari
	{
		background: #d0d0d0;
		font-size: 80%;
		height: 18px;
		padding: 3px 3px;
	}

td.ll_pelit_head
	{
		background: #800000;
		font-weight: bold;
		font-size: 80%;
		color: #fff;
		padding: 4px 3px;	}

td.ll_pelit_par
	{
		background: #f0f0f0;
		font-size: 75%;
		height: 18px;
		padding: 3px 6px;
		vertical-align: top;
	}

td.ll_pelit_pari
	{
		background: #d0d0d0;
		font-size: 75%;
		height: 18px;
		padding: 3px 6px;
		vertical-align: top;
	}

ol li
	{
		font-family: verdana, sans-serif;
		color: #000099;
		font-size: 80%;
		font-weight: normal;
		line-height: 1.5;
		padding-right: 2%;
	}
/* http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Flahtiultimate.net%2Fluc%2Ftyylit%2Fdefault.css&usermedium=all */	
