@charset "UTF-8";
/* CSS Document */

/* VUOSAAREEN.FI
----------------------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre , form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

fieldset,img { 
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

br {
	clear: both;
}


/* Body
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #FFF;
	background-image: url(img/body_background.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #4e525e;
	height: 100%;
	}

a {
	color: #0d8ec5;
	text-decoration: none;
	}

a:hover {
	border-bottom: 0;
	text-decoration: underline;
	}

a img {
	border: 0;
	text-decoration: none;
	}
	
img a {
	border: 0;
	text-decoration: none;
	}
	
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 20px;
	line-height: 25px;
	color: #004e86;
	}
	
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 25px;
	color: #004e86;
	}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 20px;
	color: #004e86;
	}
	
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 14px;
	margin-top: 14px;
	margin-left: 6px;
	line-height: 20px;
	color: #004e86;
	}
	
	
/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	background-image: url(img/vuosaari.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	height: 113px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
	
#logo {
	float: left;
	width: 135px;
	margin-left: 0px;
	padding-top: 0px;
	}

#navigointi {
	margin-left: 35px;
	padding-top: 50px;
	}
	
#navigointi a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #747678;
	}

#navigointi a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d89210;
	text-decoration: none;
	}
	
#navigointi a:active {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d89210;
	text-decoration: none;
	}
	
#navigointi ul {
    list-style-type: none;
    }
	
#navigointi li {
	margin-right: 20px;
    padding: 0;
    float: left;
    }
	
#language {
	display: inline-block;
	float: right;
	}
	
#language a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #0d8ec58;
	}
	
#language a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #d89210;
	}


/* Murupolku + hakukenttä
----------------------------------------------------------------------------------------------------*/

#linkpath {
	height: 40px;
	width: 960px;
	background-image: url(img/line.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#murupolku {
	height:30px;
	margin-top: 10px;
	padding-left: 5px;
	position: inherit;
	float: left;
	font-family: Georgia, Times, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}
	
#murupolku p {
	color: #7d7777;
	}


#murupolku a, #murupolku a:visited, #murupolku a:active {
	color: #7d7777;
	text-decoration: none;
	}

#murupolku a:hover {
	color: #d89210;
	}

#search {
	height:30px;
	margin-top: 10px;
	position: inherit;
	float: right;
	}

.hae-kentta {
  background-color:#FFF;
  width:120px;
  height:20px;
  margin:0 0 0 0;
  padding:0;
  border: solid 1px #dfe1e3;
}

/* Pääkuvat
----------------------------------------------------------------------------------------------------*/

#mainimage {
	height: 265px;
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Sisältöalue
----------------------------------------------------------------------------------------------------*/

#content {
	width: 960px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#content p {
	margin-bottom: 10px;
	}
	
#content p img {
	margin-bottom: 5px;
	border: 0px;
	}
	
#content #esittely {
	width: 340px;
	display: inline;
    float: left;
	margin-top: 25px;
	margin-bottom: 30px;
    margin-right: 20px;
	}
	
#content #esittely_en {
	width: 590px;
	display: inline;
    float: left;
	margin-top: 25px;
	margin-bottom: 30px;
    margin-right: 20px;
	}
	
#content #pikalinkit {
	width: 162px;
	display: inline;
    float: left;
	margin-top: 60px;
	margin-bottom: 30px;
    margin-right: 20px;
	}

#content #ajankohtaista {
	width: 247px;
	display: inline;
    float: left;
	margin-top: 25px;
	margin-bottom: 30px;
    margin-right: 30px;
	}

#content #ajankohtaista #ajkoht2 {
	margin-bottom: 15px;
	}
	
#content #ajankohtaista #ajkoht2 h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
	}

#content #ajankohtaista #uutisteksti {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #747678;
	}
	
#content #ajankohtaista #uutisteksti #kaikki {
	display: block;
	border-top-width: 1px;
	border-top-color: #D7D7D7;
	border-top-style: solid;
	padding-top: 12px;
	margin-top: 10px;
	text-align: left;
	}

#content #ajankohtaista .valiotsikko {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-color: #D7D7D7;
	border-bottom-style: solid;
	padding-bottom: 6px;
	text-align: left;
	}
	
#content #ajankohtaista .uutiset ul {
	width: 247px;
	display: inline;
    float: left;
	background-image: url(img/line_short.gif);
	background-position: bottom;
	}
	
#content #ajankohtaista .uutiset li {
	margin-bottom: 20px;
	}
	
.uutisarkisto a {
	display: block;
	border-top-width: 1px;
	border-top-color: #D7D7D7;
	border-top-style: solid;
	padding-top: 6px;
	text-align: left;
	}
	
	
#content #bannerit {
	width: 140px;
	display: inline;
    float: left;
	margin-top: 25px;
	margin-bottom: 30px;
	}
	
#content #bannerit img {
	margin-bottom: 5px;
	border: 0px;
	}
	

/* Yhteistyökumppanit
----------------------------------------------------------------------------------------------------*/

#logos {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background-image: url(img/footer_background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 260px;
	position: absolute;
	}

#footer #content {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#footer #content .list {
	width: 140px;
	display: inline;
    float: left;
	margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
	}
	
#footer #content a {
	font-family: Georgia, Times, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #7d7777;
	}
	
#footer #content .list h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	}







