/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;} 

/* CSS DEFAULTS */
body, select, input, textarea, td {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
}
table {
	border-collapse: separate;
	border-spacing: 1px;
}
th {
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2.3em;
}
ul, ol{
	margin-bottom: 1em;	
}
li {
	margin-left: 0em;
}
a {
	color: #01ae83;
	text-decoration: none;
	outline: none;
}
a[name]{ /* tämä poistaa ankurin alta viivan */
	text-decoration: none; outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #01ae83;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
/* Tyylit */
.laskuri {
	background-image:url(../gfx/numero_bg.png);
	background-repeat:no-repeat;
	color:#fff;
	font-size:31px;
	padding:9px 0px 20px 6px;
	height:30px;
	width:30px;
	float:left;
	margin-bottom:0px;
	}
	
.vihrea{
	background-color:#3ac09f;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	}
	
.vaaleavihrea{
	background-color:#d1f0ea;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#01ae83;
	font-size:16px;
	}

.keltainen{
	background-color:#ff9e00;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	}

.musta{
	background-color:#333;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	}
	

.pyoristykset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	
.lue_lisaa{
	content:" >";
	background: transparent url(../gfx/readmore.gif) right 2px no-repeat;
	padding: 3px 5px;
	background-color: #a5a5a5; 
	color: white;
	text-decoration: none;
}
.huomio_teksti{
	font-weight: normal;
	font-size: 1.3em;	
	color: #1b1818;
	height:auto !important;
	height: 55px;
}
.sitaatti_vasen{
	float: left;
	width: 50%;
	margin: 10px 15px 10px 0;
	padding-right: 8px;
	border-right: solid 10px #a5a5a5;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #a5a5a5;
}
.sitaatti_oikea{
	float: right;
	width: 50%;
	margin: 10px 0 10px 15px;
	padding-left: 8px;
	border-left: solid 10px #a5a5a5; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #a5a5a5;
}
.sitaatti_laaja{
	width: 90%;
	display: block;
	margin: 10px 0 10px 0;
	padding-left: 55px;
	border-left: solid 10px #a5a5a5;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #a5a5a5;
}

.kamera_tausta {
	background-image:url(../gfx/image_bg.png);;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: 20% auto;
    height: 60px;
    min-height: 60px;
    width: 100px;
}
.video_tausta {
	background-image:url(../gfx/video_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:20%;
	width:100px;
	height:60px;
	min-height:60px;
}
