@media all { 

/* ==============================================
   TEIL I - Reset
   ============================================== */



body, div, p, blockquote, 
pre, code, ul, dl, dt, dd, 
table, th, td, form, fieldset, 
legend, input, textarea { 
padding: 0; margin: 0; 
}

html{
height:101%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
}
abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}
blockquote, q {
  quotes: none;
}
fieldset, img {
  border: 0;
}

/*li {
  list-style-type: none;*/
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}

:focus {
  outline: 0;
}

 input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}
pre, code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 12px;
}

table {
  font-size: inherit;
}
caption, th {
  font-weight: bold;
}











} /* @media - nicht löschen */