html {
	font-family: "Liberation Sans", Helvetica, sans-serif;
	font-size: large;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
	font-family: monospace;
	color: /* #7b2574 */ #cb76c0;
	margin-left: 2%;
	text-shadow: 0.0em 0.0em 0.3em;
}

table {
	border-spacing: 0px 5px;
	padding: 2%;
}

caption {
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

div.pääotsikko {
	text-align: center;
}

@media screen {

	html {
		background-color: #4c0d53;
	}

	body {
		margin: 0;
		padding-right: 3%;
		padding-left: 3%;
		color: white;
		font-family: Verdana;
	}
	
	hr {
		color: #7b2574;
		border-top: 1px solid #7b2574;
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin-bottom: 1%;
	}

	a {
		color: orange;
	}

	div.pääotsikko {
		margin-left: 0%;
		width: 100%;
	}

	.sisältö {
		background-color: /* #54155b */ black;
		padding: 0% 1% 2% 1%;
		-moz-border-radius-topleft: 10px;
		border-left: 4px dotted #6666f0;
		border-top: 2px solid #6666f0;
	}
	
	.valikko {
		text-align: left;
		display: inline-block;
		width: 75%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.valikko a {
		padding: 3px;
/* 		background-color: #dcc6f3; */
		text-decoration: none;
		text-transform: capitalize;
		font-variant: small-caps;
		font-family: Verdana;
		color: black;
		text-shadow: 0em 0em 0.2em;
		font-size: 1.8em;
 		padding: 4px;
		border-bottom: 0;
		padding-bottom: 0;
		background-color: #6c33b0;
 		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
/* 		-webkit-border-radius: 10px; */
		overflow: hidden;
	}
	
	.valikko a img {
		border: 0;
		height: 1em;
	}
	
	.valikko a.current {
 		padding: 4px;
		border-bottom: 0;
		padding-bottom: 0;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		background-color: #6666f0;
		text-shadow: 0em 0em 0.2em;
/* 		border-color: #e4f4e2; */
		color: black;
	}

	.valikko a:hover {
		background-color: #6c33b0;
		color: silver;
	}
	
	.valikko a.current:hover {
		background-color: #6666f0;
		color: black;
		/* border-color: #bb66b0; */
	}
	
	.hinnasto {
		float: right;
		width: 49%;
	}

	.hinnasto table {
		background-color: #E7CAFF;
		border: solid 1px black;
 		border-left: solid 4px #7b2574 ;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: black;
		width: 100%;
	}
	
	.hinnasto a {
		color: 00b5ef;
	}

	.palvelut {
		width: 49%;
		float: left;
		clear: both;
	}

	.palvelut ul {
		margin: 0;
	}

	.yhtiedot {
		padding: 10px;
		background-color: #E7CAFF;
		font-weight: bold;
 		border: solid 1px black;
		border-left: solid 4px #7b2574;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: black;
	}
	
	.yhtiedot a {
		color: #030303;
	}
	
	.yhtiedot img {
		width: 40px;
		vertical-align: middle;
	}

	.logot img {
		vertical-align: top;
	}

	.contact {
		display: none;
	}

}

@media print {

	body {
		visibility: hidden;
	}

	.pääotsikko {
		visibility: visible;
	}
	
	.valikko {
		display: none
	}

	.sisältö {
		visibility: visible;
	}

	.contact {
		visibility: visible;
	}

}
