@charset "utf-8";
/* 
	CSS reset file
	Designed by: Manuel Leone 
	Webpage: http://www.mister-wolf.it/
	Version: 1.0 
	Date: 24.03.2009
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; 
	font-size: 100%; 
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; font-size: 88%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; padding: .6em 0; margin: 0 15px; }

ul, ol { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* links */
a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

/* generic classes */
.hidden { display: none }
.floatbox { overflow:hidden; }
.floatleft { float: left; overflow: hidden; }
.floatright { float: right; overflow: hidden; }
.center { text-align: center; margin: 0 auto; }
.clearfix,
.clearright,
.clearleft { height: 0; font-size: 0; line-height: 0; display: block; }
.clearfix { clear: both; }
.clearright { clear: right; } 	 
.clearleft { clear: left; } 
.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }