/* yleiset tyylit alkaa */

body {
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 12px;
}

#sivusto {
	background-color: #FFFFFF;
	border: #cccccc 1px solid;
	width: 800px;
    	text-align:left;	
}

#sisalto {
	padding-left:10px;
    	padding-right:10px;
	font-size:12px;
}

p {
	font-size: 12px;
}

p.isovali {
	line-height: 2;
}

h1 {
	font-size: 14px;
}

.vasen {
	vertical-align: top;
	text-align: left;
    }

.vasen_yleinen {
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
    }

a {
	color: #185B9D;
	font-size: 12px;
	text-decoration: none;
}

a:hover { 
	color: #185B9D;
	text-decoration: underline;
}

td {
	font-size: 12px;
}


A { 
 COLOR: #000000; TEXT-DECORATION: none; font-weight: bold; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, sans-serif; 
} 
A:hover { 
 COLOR: #FFF2000; TEXT-DECORATION: underline; 
} 
A:active { 
 COLOR: #000000;
}

/* Yleiset tyylit päättyy */

/* Etusivun tyylit alkaa */

.vasen_vasen {
	border-right: #185B9D 1px dotted;
	vertical-align: top;
	text-align: left;
    }

.etusivu_otsikko {
	border-bottom: #185B9D 1px dotted;
	font-size: 14px;
	vertical-align: middle;
}

#tapahtumapalkki {
  	margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px;
  	background-color: #E5E5E5;
	padding-top: 5px;
	height: 50px;
}

.tapahtumat {
	padding-left: 20px;
}

#ajankohtaista {
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
}

#etusivu_oikea {
	padding-top: 15px;

}

/* Etusivun tyylit päättyy */

/* linkit tyylit alkaa */

a.menu {
	COLOR: #000000; 
	TEXT-DECORATION: justify; 
	font-weight: bold;
	font-size: 10px;
	FONT-FAMILY: Verdana;
	line-height: 2;
}

a.menu:hover {
	color:#185B9D;
	text-decoration:underline;
}


#navigointi {
	padding:5px;
	background-color:#ffffff;
	font-family: Verdana;
	text-align: middle;
	border-bottom: #185B9D 1px solid;
}

#navigointi .hakemisto {
	text-transform:uppercase;
	font-size:10px;		
	font-weight:bold;
	border-right:#D8D8D8 1px solid;
	text-align: middle;
	color:#000;
	text-decoration:none;
	padding:0px;
	padding-left:6px;
	padding-right:6px;

}	
#navigointi .hakemisto:hover {
	color:#185B9D;
	text-decoration:underline;
}

a {
	color: #185B9D;
	font-size: 12px;
	text-decoration: none;
}
a:hover { 
	color: #185B9D;
	text-decoration: underline;
}

/* linkit tyylit loppuu */


/* Alasivun tyylit alkaa */

#alaosa {
	height: 20px;
	padding: 4px 0 0 0px;
	padding-left: 10px;
	border-top: #185B9D 1px solid;
	text-align: left;
}
/* Alasivun tyylit loppuu */

/* Kalenterin tyylit alkaa */
td.merkinta {
  background: white;
  font-size: 12px;
}

td.tietoja {
  background: pink;
}

td.tanaan {
  background: lightyellow;
  color: white;
}

td.vpaivat {
  background: darkblue;
  color: white;
}

td.tyhjat {
  color: white;
}

/* Kalenterin tyylit loppuu */