@font-face{
	font-family: 'DIN Pro';
	src:url('/media/layout/fonts/dinwebpro.eot');
	src:url('/media/layout/fonts/dinwebpro.eot?#iefix') format('embedded-opentype'),
		url('/media/layout/fonts/dinwebpro.woff') format('woff'),
		url('/media/layout/fonts/dinwebpro.ttf') format('truetype');
		font-weight:normal;
		font-style:normal
}

@font-face{
	font-family:'Din Pro';
	src:url('/media/layout/fonts/dincomppro-bold.eot');
	src:url('/media/layout/fonts/dincomppro-bold.eot?#iefix') format('embedded-opentype'),
		url('/media/layout/fonts/dinwebpro-bold.woff') format('woff'),
		url('/media/layout/fonts/dincomppro-bold.ttf') format('truetype');
		font-weight:bold;
		font-style:normal
}

@font-face{
	font-family:'DIN Pro';
	src:url('/media/layout/fonts/dinwebpro-ita.eot');
	src:url('/media/layout/fonts/dinwebpro-ita.eot?#iefix') format('embedded-opentype'),
		url('/media/layout/fonts/dinwebpro-ita.woff') format('woff'),
		url('/media/layout/fonts/dinwebpro-ita.ttf') format('truetype');
		font-weight:normal;
		font-style:italic
}
/*
@font-face{
	font-family:'DIN Pro';
	src:url('/media/layout/fonts/dincomppro-boldita.eot');
	src:url('/media/layout/fonts/dincomppro-boldita.eot?#iefix') format('embedded-opentype'),
		url('/media/layout/fonts/dincomppro-boldita.woff') format('woff'),
		url('/media/layout/fonts/dincomppro-boldita.ttf') format('truetype');
		font-weight:bold;
		font-style:italic
}
*/
body, html {
  	margin: 0;
	padding: 10px !important;
	color: #000000;
	font-size: small;
	line-height: 20px;
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
}

a img {
	border: 0;
	outline: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #38ac5c;
}

a:hover {
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #000000;
}

h1 {
	font-size: 250%;
	letter-spacing: -1px;
	margin: 10px 0px 15px 0px;
}

h2 {
	font-size: 200%;
	letter-spacing: -1px;
	margin: 30px 0px 15px 0px;
}

h3 {
	letter-spacing: -1px;
	font-size: 150%;
	margin: 30px 0px 15px 0px;
}

h4, h5, h6 {
	font-size: 125%;
	margin: 30px 0px 15px 0px;
}

p, ul, ol, table {
	font-size: 125%;
}

p { padding: 0; margin: 0 0 15px 0; }

ul, ol {
	margin: 0;
	line-height: 1.3;
}

ul {
	margin-left: 18px;
	margin-bottom: 20px;
	padding: 0;
}

ol {
	list-style-position: inside;
}

hr {
	border: none;
	background-color: #666666;
	height: 1px;
	margin: 20px 0px;
}

ul ul, ol ul, ol ol, table table, table p, table ul {
	font-size: 100%;
}

table h2 {
	font-size: 170%;
}

table h3 {
	font-size: 125%;
}

table h4 {
	font-size: 100%;
}

img.align-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

img.align-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.kuvateksti {
	margin-top: -5px;
	font-size: 1.1rem;
	line-height: 20px;
	letter-spacing: 0;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	font-weight: bold;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}