@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;
	color: #382A22;
}

/* OTSIKOT JA TYYLIT */
h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
	color: #2560A0;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0;
}

.mainapu p, .mainapu img, .mainapu ul {
	margin-left:2em;
}
.mainapu p {
	margin-top:0;	
}
a {
	text-decoration: none;
	color:#2560A0;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}

img {
	border: none;
}
hr {
	border-top: 1px solid #2560A0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float:none;
	clear:both;
}

.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 {
	border-bottom: 1px solid #f8f8f8;
}
#polku a:hover {
	border-bottom: none;
}
/* paaosa */

/*Vasen laita*/
#navigaatio {
	
}

#navigaatio a { 
	display: block; 
	font-size: 0.9em;
	margin-bottom: 0.4em;
}

#navigaatio a:hover {

}
.navigaatio_back {
}

#yhteys {
	font-size: 0.8em;
}

.oikeapuoli {
	border-left: 1px dashed #2560A0;	
	border-top: 1px dashed #2560A0;	
	border-right: 1px dashed #2560A0;
	background-color:#f8f8f8;
}

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

.main, .mainKaksi, .mainKolme, .oikea {
	font-size: 0.9em;
}
.main {
	
}
.mainapu {
	margin-left:1em;	
}


/* LOMAKE */
form {
	margin: 0;
	padding:0;
}
fieldset {
	width: 96%;
	border: 1px solid #382A22;
}
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 #382A22;
}

textarea {
	overflow: auto;
	width: 19em;
	min-height: 8em;
	border: 1px solid #382A22;
}
input[type=submit], input[type=reset], input[type=button]{
	background: #f8f8f8;
	border: 1px solid #382A22;
}
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;
	background-color:#2560A0;
	color:#fff;
}

#banneriTeksti {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}


.oikea ul {
	margin: 0px;
	margin-left: 1.2em;
	list-style-type:circle;
	padding: 0px;
}
