body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

a.subMenuItem {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 12px;
}

td.subMenuItemSelected {
	text-decoration: none;
	font-weight: bold;
	color: #732181;
	font-family: arial;
	font-size: 12px;
}

div.subMenuSpacer {
	padding-left: 10px;
}


a.topMenuButton {
	text-decoration: none;
	color: #000000;
}

td.topMenuButton {
	height: 30px;
	width: 16%;
	border-style: solid;
	border-width: 2px;
	border-color: #F9A870;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
}

td.topMenuButtonSelected {
	background-color: #D3BFDD;
	height: 30px;
	width: 16%;
	border-style: solid;
	border-width: 2px;
	border-color: #732181;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
}

p {
	font-family: arial;
	font-size: 12px;
}


#languageSelect {
	font-family: arial;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: none;
	color: #000000;
}

#alvinetti {
	font-family: arial;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: none;
	color: #000000;
}

#alvinettilinkki {
	font-family: arial;
	font-size: 24px;
	margin-left: 10px;
	text-decoration: none;
	color: #cc6600;
}

#siteLogo {
	top: 20px;
	text-align: center;
}

#top {
	background-color: #FFECD5;
	width: 100%;
	height: 85px;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}

#topMenu {
	background-color: #FFDDB3;
	min-width: 600px;
	width: 100%;
	height: 30px;	
	margin: 0px;
	padding: 0px;
}

#subMenu {
	background-color:  #F1F1F2;
	width: 16%;
	margin: 0px;
	padding: 20px;
	padding-left: 10px;
	vertical-align: top;
}

#column1 {
	width: 60%;
	vertical-align: top;
	padding: 20px;
}

#column2 {
	width: 40%;
	vertical-align: top;
	padding: 20px;
}

#printable {
	bottom: 0%;
	left: 0%;
	padding: 10px;
	margin: 20px;
}


#content {
	background-repeat: repeat-y;
	background-position: -50px 10px;
	width: 84%;
	padding: 0px;
	vertical-align: top;
}

#contentTable {
	padding: 0px;
	margin-top: 20px;
	background-repeat: repeat-y;
	background-position: -50px 10px;
	width: 100%;
	height: 600px;
}



div.purpleBox {
	font-family: arial;
	font-size: 12px;
	background-color: #D3BFDD;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	width: 170px;
}

h2.purpleBox {
	color: #FFFFFF;
}

a.purpleBox {
	color: #FFFFFF;
	text-decoration: none;
}

p.frontPage {
	font-size: 14px;
}


input { 
	font-family: verdana, arial; font-size: 11px;
}

h1 {
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

dt{
  position:relative;
  background:url(http://www.alvi.fi/images/dot.gif) bottom left repeat-x;
}
dt strong{
  background:#fff;
  font-weight:bold;
  padding:0.1em 0.3em 0.2em 0;
}
dt span{
  position:absolute;
  right:0;
  background:#fff;
  padding:0.1em 0 0.2em 0.3em;
}
