/* margin , padding */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre ,
form , fieldset , input , p , blockquote , th , td { margin: 0; padding:0 }   

/* fontsize */
h1 , h2 , h3 , h4 , h5 , h6 { font-size:100%; }

/* list style */
ul , ol { list-style: none; }

/* font style  , font weight */ 
address , caption , cite , code , dfn , em , strong , th , var
{ font-style:normal; font-weight:normal }

/* table */
table { border-collapse : collapse; boder-spacing:0; }

/* border */
fieldset , img { border:0;  }

/* Ausrichten von text */
caption , th { text-align :left; }

/* Anführungszeichen */
q:before , q:after { content:''; }

/* I love the firefox, but i don't like the dotted line ;-) */

a:active , a:link , a:visited
{
  outline: none;
}
