
/***************************************************************
 * 
 *  Content Editor content styles
 *  Syntax: 
 *           tagname  
 *           tagname.classname
 *  all other syntaxes parse incorrectly!!
 *
 ***************************************************************/

body {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:arial, helvetica;
}

span.strong { font-weight:bold; background-color:yellow}

a {}


span.korostus {
	display:inline;
	color:red;
}

p 	{
 	margin: 5px 0px 18px 0px;
 	}


p.ingress_wide {font-size: 12px; line-height: 20px; margin-top: -5px;}
p.ingress_normal {font-size: 12px; line-height: 15px; margin-top: -5px;}

h2 {
	color: #2B674E;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 17px 0px;	
	}

h3 {
 	color: #2B674E;
 	font-size: 14px;
 	font-weight: bold;
 	margin: 20px 0px 10px 0px; 
 	}

h4 {
 	color: #2B674E;
 	font-size: 12px;
 	font-weight: bold;
 	margin: 20px 0px 6px 0px; 
 	}

h5 {
	color: #2B674E;
	background: #E9E5DC;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;	
	}

h6 {
	color: #2B674E;
 	font-size: 15px;
  	margin: 10px 0px 0px 0px; 
  	font-weight: bold;
 	}

 img {}
 
 img.at_merkki { position:relative; top:3px; }
 
 img.left {
 	margin-right:10px;
 	float: left;
 }
 
 img.dottedspacer {
 	margin: 15px 0px 15px 0px;
 	}
 
 a.styled_link {
 	background: transparent url(/pics/bg-link-green.gif) no-repeat right 5px;
 	padding-right: 8px;
 	}
 
  a.styled_link_left {
 	background: transparent url(/pics/bg-link-green.gif) no-repeat left 4px;
 	padding-left: 15px;
 	display: block;
 	margin: 15px 0px 15px 0px;
 	
 	}
 


td.border {border-bottom: 1px solid #C5C5C5; padding: 3px;}

td.highlight {background: #E9E5DC; padding: 3px;}
td.highlight2 {background: #d4ccba; padding: 3px;}
td.white {background: #fff; padding: 3px;}

p.table {margin: 1px;}

img.left {float: left: margin-right: 15px;}
img.right {float: right: margin-left: 15px;}

/*

#if($path.size() > 1)
	$!navigationTree.getNavigationTreeFromElement($path.get(2).getId(),  2, $element.getId(), "s")
#end
*/
