/* bugista IE varten seuraavat kaksi riviä, muuten ei sivu keskity välttämättä */
body { text-align: center }
#container { text-align: left }

#container {
	width: 860px;
	margin: 5px auto; 
	font: normal 12px Arial
}
#top {
	background: url(kuvat/bgtop.png) top center no-repeat; 
	width: 860px;
	height: 50px
}
#header {
	background: url(kuvat/header.png) top center no-repeat; 
	width: 860px;
	height: 150px
}
#content {
	background: url(kuvat/bgmiddle.png) top center repeat-y; 
	width: 860px;
	float: left
}
#right {
	width: 630px;
	text-align: left;
	min-height: 300px;
	float: right;
	margin-right: 40px;
	margin-top: 20px
}	
#left {
	width: 165px;
	float: left;
	padding: 10px
}
#etusivu_right {
	float: right;
}
.center {
    text-align: center;
}
#etusivu_left {
	float: left;
	width: 420px;
	padding-right: 20px
}
ul.no-style {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}		
#navigation {
	padding: 10px 0px;
	font: bold 12px Verdana
}
#navigation ul li {
	margin: 0pt;
	width: auto;
	height: 32px
}	
#navigation ul li a, #navigation ul li a#active {
	background: url(kuvat/off.png) top left no-repeat;
	color: black;
	height: 12px;
	display: block;
	padding: 10px 5px 10px 15px;
	text-decoration: none;
	width: 145px;
}
#navigation ul li a:hover { /*hiiri linkin päällä*/
	color: black;
	background-image: url(kuvat/on.png);
	height: 12px
}
#navigation ul li a#active {
	color: red
}		
img {
	border: 0
}	
.kuva_keski {
	text-align: center;
	font-size: 12pt
}	
#footer {
	background: url(kuvat/bgbottom.png) top center no-repeat; 
	width: 860px;
	height: 40px;
	clear: both
}
#footer a {
	color: black;
	font-weight: bold;
	margin-left: 50px
}
#error {
	font: bold 16px Verdana;
}
table .sarj_eka_sarake {
	width: 80px
}
.yhteystiedot h4{
	margin-bottom: 5px
}
h3 {
	margin-bottom: 5px
}
	
/* sarjahiihtoihin liittyvät */
ol.sarjahiihto_tulokset li {
	position: relative
}	
ol.sarjahiihto_tulokset li div {
	display: inline;
	position: absolute;
	left: 150px
}	
pre {
	font: normal 12px Monospace
}

div#tabnav {
    font-style: italic;
    color: gray;
    font-size: 12pt;
    font-weight: bold;
}
div#tabnav a {
    padding: 0 5px 0 5px;
}
#tabnav .active {
    font-size: 14pt;
    padding: 0 5px 0 5px;
}

/* Puskaradion ulkoasu alkaa */
.ylapalkki {
	margin-bottom: 10px;
	float: left
}	
.oikea_float {
	float: right
}
.vasen_float {
	float: left
}	
#viestit {
	width: 100%;
	float: left
}	
.viesti {
	border: 1px solid black;
	margin-bottom: 5px
}	
.tieto_palkki {
	border-bottom: 1px solid black;
	background-color: #BFBFBF
}
.sisalto_viesti {
	padding: 5px
}
fieldset {
	width: 510px
}	
/* Puskaradion ulkoasu loppuu */