/* =resetstyles.plug.v7.css ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*  oktober 2010 */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,fieldset,form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
}

body {line-height:1.5;}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* from: http://www.soxiam.com/Code/CSSSuperscriptLineheightAdjustment */
sup {
line-height: 0;
vertical-align: text-top;
}

/* Remove annoying border on linked images. */
a img { border: none; }



/* Soft Reset */

ol.listreset, .listreset ol, ul.listreset, .listreset ul, .listreset li { margin:0; padding:0; list-style:none; }


