
/* PERUSMÄÄRITTELYT ALKUUN */

body {
	padding: 0px;
	margin: 0px;
	background: url(images/background.jpg);
	font-family: helvetica, Sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;}
	

h1 {text-align: center;
	font-weight: bolder;
	font-size: 20pt;
	}

h2 {
	text-align: center;
	font-size: 16pt;
	padding-top: 15px;
	}

h3 {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 15px;
	}

h4 { 
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	padding-top: 10px;
}
	
h5 { 
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	text-decoration:underline;
	padding-top: 10px;
	}


h6 { 
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	margin-bottom: 0px;
	padding-top: 10px;
}
	
p {
	font-size: 10pt;
	margin: 10px 0px;
	text-align: justify;
	}


a  {color: #660000;
	font-weight: bold;
	text-decoration: none;}

a:hover, a:active{
	color: #FF9900;
	text-decoration: underline;}


 
/* //LAYOUT alkaa*/

#sivu {
	width: 1019px;
	margin: 0 auto;
	}

#header {
	width: 1019px;
	height: 228px;
	background: url(images/top_2011.jpg);
	/* background: url(images/top_kesa.jpg); */
	text-align: left;
	}

#header_hopea{
	width: 1019px;
	height: 228px;
	background: url(images/top_hopea_uusi.jpg);
	text-align: left;
	}

#header_cross{
	width: 1019px;
	height: 228px;
	background: url(images/top_cross_2011.jpg);
	text-align: left;
	}


	#english {
		width:76px;
		height: 22px;
		position: absolute;
		margin-top: 21px;
		margin-left: 915px;}

	#etusivulle {
		width:236px;
		height: 45px;
		position: absolute;
		margin-top: 120px;
		margin-left: 23px;}

#content {
		text-align: left;
		width: 1019px;
		background-image: url(images/content.jpg);
		background-repeat: repeat-y;}

	#left_content {
		margin-left: 35px;
		width: 750px;
		float: left;
}

		#left_left{
		margin-left: 10px;
		float: left;
		width: 350px;}

		#left_right{
		margin-left: 390px;
		width: 350px;}
	
	
	#right_content {
		margin-left: 805px;
		width: 180px;
		text-align:center;}
		
		#right_content h3 {
			margin: 0; 
			padding: 0; 
			text-align:center;}

		#right_content h4 {
			text-align:center;}


#tasaus {height:20px;
	clear: both;}
	
#HS_tasaus {clear: both;}

.tulossa {
	text-align: center;
	font-size: 9pt;}

#footer {
	width: 1019px;
	height: 43px;
	background: url(images/bottom.jpg);
	}

#footer P {
	font-size: 9pt;
	text-align: center;
	margin: 0px 200px 0px 0px;
	}


/* YKSITTÄISET MÄÄRITTELYT */

#hiihtokilpailut {
	width: 750px;
	border: 1px solid;}
	
	
.text_right {
	text-align: right;}


/* KUVAMÄÄRITTELYT */
.kuva_iso {
	margin-left: 25px;
	width: 700px;
	margin-right: 25px;
	border: 3px double #FF9933;}

.kuva_iso img {	
	width:700px; border: none;}

.kuva_iso P{	
	margin: 0px;
	padding: 2px 4px;}



.kuva_uutinen {	
	float:right;
	margin-left: 10px;
	width:300px;
	border: 3px double #FF9933;}

.kuva_uutinen img {	
	width:300px; border: none;}

.kuva_uutinen P{	
	margin: 0px;
	padding: 2px 4px;}



.HS_tulokset {
		width: 750px;
}

.HS_video_uutinen {
	float:right;
	margin-left: 10px;
	width:400px;}
	
.HS_video_uutinen P{
	margin: 0px;
	paddin: 2px 4px;}
	

/* // VALIKKO ALKAA */
/*menu palkki */
div.menu {
  margin: 0;
  padding: 0;
  position: absolute;
  padding-left: 10px;
  margin-top: 182px;  
  text-align: left;
  width: 1000px;
  background-color: transparent;
  font-size: 10pt;
  font-weight: bold;
 }
 
/* varsinaisen valinta DIVin muotoilu */
div.menu > div {width:100px;}
 
	#normi {width: 100px;}
	#lyhyt {width: 70px;}
	#hkilpailut {width: 135px;}
	#mkilpailut {width: 135px;}
	#ostot {width: 160px;}
	#yhteystiedot {width: 115px;}

div.menu div {
	padding: 0;
  	margin: 0px;                 
  	position: relative;
  	text-align:center;
	float: left;
}

div.alamenu {
	padding: 3px;
	background: white;
	border: 3px solid #FF9900;
  	display:block;}
  	
  	div.alamenu a {
  	font-size: 10pt; font-weight: bold;}

div.menu div > div {        
  display: none;
  position: relative;
  text-align: left;
  padding: 10px 10px 10px 10px;
 }
  
/*Aktiivisen menun määrittelyt*/
div.menu div:hover, div.menu a.CSStoHighlight {
	background-color: ;}

div.menu a.CSStoHighlight > div{
	display: block;
	}
	
div.menu div:hover > div { 
	display: block;
}

/* and some link styles */
div.menu div a:hover, div.menu div a.CSStoHighLink { color: #FF9900; }
div.menu div a:hover { color: #FF9900; text-decoration: none; }

