/* 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{
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
select, input, textarea, td {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
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: 0.5em;
}
a {
	color: #e33a07;
	text-decoration: undeline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr{
	border: solid 1px #ed6f19;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.8em;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}
/* Tyylit */
.lue_lisaa{
	background: transparent url(../gfx/readmore.gif) right 2px no-repeat;
	padding: 6px 36px 6px 0;
	text-decoration: none;
	display: block;
	text-align:right;
}
.huomio_teksti{
	font-weight: bold;
	background: transparent url(../gfx/huom_text.gif) no-repeat left top;
	padding-left: 60px;
	min-height: 55px;
	/*height:auto!important;
	height: 55px;*/
}
.huomio_tahti{
	font-weight: bold;
	background: transparent url(../gfx/star.gif) no-repeat left top;
	padding-left: 48px;
	min-height: 40px;
	height:auto;
	height: 40px;
        display:block;
}
.lista{
	background: url(../gfx/opinfo_ul.gif) no-repeat left 2px;
	padding-left: 20px;
        list-style:none;
        margin-left:0;
}
.sitaatti_vasen{
	float: left;
	width: 50%;
	margin: 10px 15px 10px 0;
	padding-right: 8px;
	border-right: solid 10px #ED6F19;
	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 #ED6F19; 
	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 #ED6F19;*/
	background: transparent url(../gfx/sitaatti.gif) no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #a5a5a5;
}















