/* 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: #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	line-height: 25px;
}
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: #993333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration:underline;
	color: #333333;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	line-height: 1em;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 17px;
}
h5{
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
/* Tyylit */


/* toggle tyyli */

li.toggle {
margin-left: 0em;
padding-left:10px;
list-style-type:none outside; 
cursor:pointer;
background: url("../gfx/toggle-li-bg.jpg") no-repeat scroll left center transparent;
border-bottom: 1px dotted #CCCCCC;
color: #333333;
display: block;
margin-bottom: 1px;
padding: 10px 10px 10px 20px;
text-decoration: none;
}


li:hover.toggle {
background-color:#e7e7e7;
}


.toggle {
width:100%; 
margin:0 auto;
display: block; 
border-bottom: 1px dotted #CCCCCC;
margin-top:0.7em;
}

.ei_nay{width:100%; margin:0 auto;margin-bottom:0.5em; display: block;padding-left:20px;}


.lue_lisaa{
    background: url("../gfx/small-arrows_new.png") no-repeat scroll right 2px transparent;
	 background-position: right -17px;
    color: #993333 !important;
    /* font-family: arial black;*/
   /* font-weight: bold;*/
    padding: 1px 25px 0px 0;
    text-decoration: none;
	 display: inline;
	
}
.huomio_teksti{
	font-weight: bold;
	color: #a5a5a5;
	height:auto !important;
	height: 55px;
}
.sitaatti_vasen{
	float: left;
	width: 50%;
	margin: 10px 15px 10px 0;
	padding-right: 8px;
	border-right: solid 10px #548AB9;
	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 #548AB9; 
	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 #548AB9;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #a5a5a5;
}
 .linkki_harmaalla_taustalla {
			color:#333;
			padding:10px 10px;
			background-color:#fff;
			font-size:13px;
	 		font-family:Arial "Arial Black", Gadget, sans-serif, Helvetica, sans-serif !important;
		}



