body {
	font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #081747;
	background-color: black;
}

h1,h2,h3,h4,h5,h6{
	color: #16275F;
	margin-top: 10px;
	margin-bottom: 4px;
}

h1{
	font-size: 16px;

}

h2,h3{
	font-size: 14px;
}

h4,h5,h6{
	font-size: 11px;
}

p{
	margin-bottom: 5px;
}

a{
	color: #057CB7;
	text-decoration: none;
}

a:visited{
	color: #057CB7;
	text-decoration: none;
}

a:hover{
	color: #057CB7;
	text-decoration: underline;
}


/****************************
* SIVUN VASENREUNA 
* Tyylit ovat oikeasti layout.css tiedostossa.
*****************************/
.left-div-otsikko{}
.left-div-text{}


/****************************
* SIVUN OIKEAREUNA 
* Tyylit ovat oikeasti layout.css tiedostossa.
*****************************/
.right-div-otsikko{}
.right-div-otsikko-no-bo{}


/**** HAKUSIVUN KOROSTUKSET ****/
#searchForm{

}
#searchResults{
	
}
.searchHighlight{
	background: #E1E6EB;
}
.highlight{
	background: #E1E6EB;
}


/**** FORM ****/
input.button{
	border: 1px solid #138DD0;
	background: #4CB6F0;
	color: white;
	font-weight: bold;

}
input.text{
	border: 1px solid #138DD0;
	padding: 1px 2px 1px 2px;
}



/*****************************
*	Ilmoitus DIV
*****************************/
.message{
	width: 90%;
	border: 1px solid #138DD0;
}
.message p{
	padding: 5px;
	font-weight: bold;
	color: #FF413F;
}
