@charset "UTF-8";
/* Tama on jyvaskylan kaupungin pääsivujen pääcss-tiedosto. Joitakin elementtejä on ns4.css-tiedostossa 
piilossa vanhoilta - lähinnä netscape 4 ja ie 4 - selaimilta. Lähinnä kyseeseen tulevat asettelut, mutta myös jotkut tyyliseikat
kuten taustakuvat */ 



html, body{
	margin: 0;
	padding: 0;
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

/* OTSIKOT JA TYYLIT */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
}
h1 {
	font-size: 2.6em;
	margin-top:0.2em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
	margin-bottom:0;
}
p {
	margin-top:0;
}

a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;

}
a:visited {

}
img {
	border: none;
}
hr {
	border-top: 1px solid #6cc172;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.alkuun, .tulostusbanneri { /* piilotettu linkki suoraan sisältöön */
	display: none;
}

/* yläosa  */
#banneriHaku {
	font-size: 0.9em;
	line-height: 1em; 
	text-align: right;
}
#banneriHaku a {
	text-transform: uppercase;
	vertical-align: 60%;
}


#versiot {
	font-size: 0.8em;
	text-align: right;
}
#versiot a, #versiot {


}



#polku {
	font-size: 0.8em;
}
#polku div {
}
#polku a {

}

/* paaosa */

/*Vasen laita*/

#keskiosa .vasen {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navigaatio a {
	display: block;
	margin-top: 1em;
	background: url(../Pics/taidetyopaja_navietu.png) no-repeat left center;
	padding-left:1em;
	font-size: 1.3em;
	margin-left: 2em;
}
.navi6 {
	font-size: 1em !important;
	margin-left: 3em !important;
	background: none !important;
	margin-top: 0.5em !important;
}

#navigaatio a:hover {

}
.navigaatio_back {
	margin-left: 3em;
}

#yhteys {
	margin-left: 3em;
	font-size: 0.9em;
}

.mainapu div div div, #ykkonenEtusivu div{
	padding-left: 0.5em;
}

.main, .mainKaksi, .mainKolme, .oikea {
	font-size: 0.9em;
}



/* LOMAKE */
form {
	margin: 0;
	padding:0;
}
fieldset {
	width: 96%;
	border: 1px solid #006699;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select {
	font-size: 1em;
}
input[type=text] { 
	overflow: auto;
	width: 19em;
	border: 1px solid #333;
}

textarea {
	overflow: auto;
	width: 19em;
	min-height: 8em;
	border: 1px solid #333;
}
input[type=submit], input[type=reset], input[type=button]{
	background: #f8f8f8;
	border: 1px solid #333;
}
input, textarea {
	margin: 0.2em;
}

#banneriHaku form, #banneriHaku fieldset {
	display: inline;
}
#banneriHaku fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	width:auto;
}
#banneriHaku label, #banneriHaku input, #banneriHaku textarea {
	margin-top: 0;
}
#banneriHaku input[type=text] { 
	width: auto;
	min-width: 5em;
	overflow:hidden;
}


/*TAULUKOT */
td {
	font-size: 0.8em; 
}
html>body td {
	font-size: 1em; 
}

/* alaosa */
#alataso {
	font-size: 0.9em;
}

#banneriTeksti {
}
.aaltokuva {
	float:left;
	margin-right: 2em;
	margin-top: -0.2em;
}


