 /* CSS RESET. WEITERE RESET-MÖGLICHKEITEN SIEHE "normalize reset-Alternative.css"
 ===================================================================*/


html {
	/* optional keine Tap-Auszeichnung in Safari */
	/*-webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-user-select: none;
    -webkit-touch-callout:none;*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,img,figure/*, 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;
}

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


/* ----- HTML5 display-role reset for older browsers ----- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/*audio:not([controls]) { display: none; }
[hidden] { display: none; }*/


/* ----- Basis ----- */
body {
	line-height: 1;
	background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    vertical-align: baseline;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

table { border-collapse: collapse; border-spacing: 0; } /* siehe auch oben */
td { vertical-align: top; }

img, object, embed, video { max-width: 100%; }
img { vertical-align: top; } /*IE8*/


a:active { outline: none; border:none;}
a:focus { outline-style: none; }
a:visited { outline: none; border:none; }

sup { height: 0; line-height: 1; vertical-align: baseline; position: relative; bottom: 1ex; }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ul,ol { list-style: none outside none; margin: 0; }

/* ----- Extras ----- */
/*address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }*/











