/******************************************************************************/
/******************************************************************************/
/** VAIHMALAN HOVIN CSS-MÄÄRITTELYT                                          **/
/** Tänne tehdään vain Vaihmalan hovia ulkoasua koskevat muutokset. Kaikki   **/
/** yleiset CSS-muutokset tehdään yleiseen CSS-tiedostoon.                   **/
/******************************************************************************/
/******************************************************************************/

/******************************************************************************/
/* YLEISET                                                                    */
/******************************************************************************/
body {
	background-color: #FCF6DD;
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}

#middle {
	background-color: #FCF6DD;
	border: 1px solid #8A1115;
	background-image: url("menutausta.jpg");
	background-repeat: repeat-y;
}



/******************************************************************************/
/* HEADER                                                                     */
/******************************************************************************/
#header {
	height: 227px;
	border: 1px solid #8A1115;
	border-bottom: 5px solid #8A1115;
}

#header #kielet img {
	top: 5px;
	right: 5px;
}



/******************************************************************************/
/* VALIKKO                                                                    */
/******************************************************************************/
#menu {
	background-color: #8A1115;
	color: #ffffff;
	font-size: 1em;
	padding-top: 20px;
	font-family: Garamond, Times New Roman, Times, sans-serif;
	height:200%;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -1em;
	margin-top: -5px;
	margin-bottom: 10px;
}

#menu ul ul {
	padding-top: 1em;
	text-indent: -3em;
}

#menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu hr {
	color: #ffffff;
	background-color: #ffffff;
	width: 80%;
	height: 2px;
}



/******************************************************************************/
/* SISÄLTÖ                                                                    */
/******************************************************************************/
table.reunukset {
	border-left: 2px solid #8A1115;
	border-top: 2px solid #8A1115;
}

table.reunukset th, table.reunukset td {
	border-right: 2px solid #8A1115;
	border-bottom: 2px solid #8A1115;
}

th {
	background-color: #8A1115;
	color: #ffffff;
}



/******************************************************************************/
/* LOMAKKEET                                                                  */
/******************************************************************************/
#content input[type="submit"], #content input[type="button"]  {
	background-color: #8A1115;
	color: #ffffff;
}



/******************************************************************************/
/* KALENTERI                                                                  */
/******************************************************************************/
table.kalenteri th, table.kalenteri td {
	background-color: #E5F0F8;
}



/******************************************************************************/
/* TUOTTEET                                                                   */
/******************************************************************************/
div.tuote_oikea a.koriin {
	background-color: #8A1115;
	color: #ffffff;
}



/******************************************************************************/
/* FOOTER                                                                     */
/******************************************************************************/
#footer {
	background-color: #8A1115;
	color: #ffffff;
}



/******************************************************************************/
/* VARUSTUSTIEDOT                                                             */
/******************************************************************************/
table.varustustiedot th.otsikkoIso, table.varustustiedot th.otsikko {
	background-color: #8A1115;
}

table.varustustiedot th, table.varustustiedot td {
	background-color: #FCF6DD;
}




