/* ************************************************************

        KUOPION LYSEON LUKION INTERNETSIVUSTOPROJEKTI 2006

        Jarkko Juvosen LT03S opinnäytetyö

        SAVONIA-AMMATTIKORKEAKOULU - SAVONIA BUSINESS

        Tietojenkäsittelyn koulutusohjelma


   ************************************************************ */

/* ************************************************************ 

        Sivustossa käytettävät värit:
	vaalean	keltainen	#FFFFCC
	tausta	sininen		#99CCCC
	tumman	punainen	#990000
		vihreä		#33CC99
	kirkkaanpunainen	#FF0000	


   ************************************************************ */
/* -----------------  Yleiset muotoilut */

a:active
{
	color:#FF0000;
	font-family:bookman old style, times new roman;
	font-weight:bold;
	text-decoration:none;
}

a:link
{
	color:#000000;
	font-family:bookman old style, times new roman;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	color:#006600;
	font-family:bookman old style, times new roman;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#990000;
	font-family:bookman old style, times new roman;
	font-weight:bold;
	text-decoration:none;
}

h1
{
	color:#000000;
	font-family:bookman old style, times new roman;
	font-weight:900; /* normal = 400! */
	font-style:normal;
	font-size:150%;
}

h2
{
	font-family:bookman old style, times new roman;
	font-weight:600; /* normal = 400! */
	font-style:normal;
	font-size:130%;
}

h3
{
	font-family:bookman old style, times new roman;
	font-weight:600; /* normal = 400! */
	font-style:normal;
	font-size:110%;
}

h4
{
	font-family:bookman old style, times new roman;
	font-weight:600; /* normal = 400! */
	font-style:italic;
	font-size:100%;
}


body
{
	background:#99CCCC;
	color:#000000;
	font-family:bookman old style, times new roman, courier;
	margin-left:3%;
	margin-right:3%;
	text-align:left;
}

p
{
	padding-bottom:2;
}

table
{
	vertical-align:top;
}

/* ----------------------- Poikkeusmuotoilut */

.alas
{
	vertical-align:bottom;
}

.aloitus /* Pääsivun taustakuva */
{
	/*background:url(gif/uusipohja16.gif);*/
	/*background:url(gif/lyseotunnari.gif);*/
	background-image:url(gif/lyseo.gif);
	background-color:#99CCCC;
}

.aloitusotsake /* Pääsivun pääotsakkeen muotoilut */
{
	background:#FFFFCC;
	color:#000000;
	font-family:bookman old style, times new roman;
	font-size:250%;
	letter-spacing:0.2em;
	text-align:center;
	word-spacing:0.2;

}

.henkilokunta
{
	background-image:url(gif/tiput_hlokunta.gif);
	background-color:#99CCCC;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:96% 55%;
}


.keskih1 /* Sivun pääotsake sivun yläreunassa vaalean keltaisella taustalla */
{
	color:#000000;
	background:#FFFFCC;
	font-family:bookman old style, times new roman;
	font-size:190%;
	text-align:center
}

.oravakiintotausta
{
	background-image:url(gif/orava.gif);
	background-color:#99CCCC;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:90% 90%;
}


.navi /* Navipalkin erityismuotoilut */
{
	
	empty-cells:hide;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
	letter-spacing:0.05em;
}


.solu /* Taulukon vaaleankeltainen tausta per solu */
{
	background:#FFFFCC;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:center;
}

.top
{
	vertical-align:top;
}

.vihersolu /* taulukon solun vihreä tausta */
{
	background:#33CC99;
	
}

.cvihersolu /* taulukon solun vihreä tausta + keskitys */
{
	background:#33CC99;
	text-align:center;
	padding-left:0.5em;
	padding-right:0.5em;
}
