/* ====================================================
Basis-Stylesheet mit Reset und Restaurierung der Abstände
Datei: fundament.css
Datum: ...
Autor: ...
========================================================== */

@media all {

/* ==============================================
TEIL I – Reset
============================================== */
html { overflow-y: scroll; }

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li, 
table, th, td,
form, fieldset, legend, input, textarea {
  padding: 0; margin: 0;
}
ul{padding:0;text-align:justify}
li{display:inline-block;list-style:none}
#line{padding-left:100%}a{color:#b25e80}


/* ==============================================
TEIL II – Abstände restaurieren
============================================== */
h2, h3, h4, h5, h6, 
p, blockquote, pre, 
ul, ol {
	margin-bottom: 1em;
	text-align: center;
}
ul, ol { margin-left: 2em; }
ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
blockquote { margin: 1em 2em; } 



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


/* ======================================
   E N D E fundament.css
====================================== */
