/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,hr,img,ul,li,p,h1,h2,h3,h4,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#666;
	font-size:.98em;
	letter-spacing:.01em;
  font-family: Arial,Helvetica,serif;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 	{ padding-bottom:1em; }

h1											{ color:#000; font-weight:bold; font-size:1.1em;}
h2											{ padding-bottom:0px; font-weight:bold; font-size:1em; color:#000;}
h3											{ padding-bottom:0px; font-weight:bold; }


a, a:visited 						{ text-decoration:none; }
a:hover,
a:active,
a.current,
a.current:visited 			{ text-decoration:underline; color:#000; }
li a:hover,
li.current a.current		{ text-decoration:none; }
#tekst a								{ color:#000; }


img {
	float:right;
	clear:right;
}

li {
	margin-left:18px;
}


/* === Common styles, also used in styles dropdown of tinyMCE ========= */


/* === Common styles, not used in tinyMCE ============================= */

.small 					{ font-size:.85em; }


/* ============== tinyMCE specific styles, only for admin ============ */
#tinymce a 				{ text-decoration: underline; }
#tinymce img			{ margin-right:0px;}

