/* ====================================================
VULKAN Basis-Stylesheet mit Reset und Restaurierung der Abstände
Datei: fundament.css
Datum: 12.07.2014
Autor: Manfred Wölfl
========================================================== */
@media all {
/* ==============================================
TEIL I – Reset
============================================== */
html
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li,
table, th, td,
form, fieldset, legend, input, textarea 
{
	padding:0px;margin:0px;
}
/* ==============================================
TEIL II – Abstände restaurieren
============================================== */
h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol 
{ margin-left: 0em; }
ul ul, ul ol, ol ol, ol ul 
{ margin-bottom: 0; }
blockquote { margin: 0em 0em; }
} /* Ende @media – nicht löschen! */
/* ======================================
E N D E fundament.css
====================================== */
