* {margin:0; padding:0;}

body {margin:0; padding:0; font-family:Arial, sans-serif; font-size:14px; text-align:left; line-height:1.3em; color:#000000;}
h1 {margin-bottom:1.3em; padding-top:1.3em; font-size:18px; line-height:1.3em;}
h2 {margin-bottom:1.3em; padding-top:1.3em; font-size:14px;}
p {margin-bottom:1.3em;}
ul {margin:0 0 1.3em 25px;}
a {color:#000;}

h1.title {}
h1.title a {text-decoration:none;}

ol.navigation, ol.subnavigation {display:none;}

a.slide {padding:2px 5px; color:#000; font-weight:bold; border:1px solid #000; display:block}
span.showinfo {padding:2px 5px; display:none;}

.hide {display: none;}

/* ------------ HACKS ------------ */

/**
 * http://de.selfhtml.org/css/layouts/browserweichen.htm
 * 
 * 
 * Konditionale Kommentare:
 * <!--[if IE]>
 *  <style type="text/css">@import url(ie.css);</style>
 * <![endif]--> 
 * 
 * [if IE]: alle Versionen (ab 5.0),
 * [if IE 6]: alle 6er-Versionen,
 * [if lt IE 7]: alle Version vor 7 (less-than = kleiner als), 
 * [if lte IE 5.5999]: alle Version bis 5.5 (less-than or equal = kleiner oder gleich),
 * [if gte IE 5.5]: alle Version ab 5.5 (greater-than or equal = größer oder gleich).
 * 
 * 
 * Attribut-Selektor: p[id] {}
 * Selektiert <p>, welches ein id-Attribut mit beliebigem Wert aufweist
 * Internet Explorer für Windows bis Version 6 und Netscape 4
 * 
 * Kind-Selektor: html>body #ID {}
 * Selektiert #ID, innerhalb von body, welches ein direktes Kind-Element von html ist
 * Internet Explorer für Windows ab Version 7 und moderne Browser
 * 
 * Kind-Selektor: html>/**/body #ID {}
 * Selektiert #ID, innerhalb von body, welches ein direktes Kind-Element von html ist
 * Moderne Browser (OHNE Internet Explorer für Windows Version 7)
 *
 * Star-HTML-Hack: * html #ID {}
 * Internet Explorer für Windows bis Version 6
 * 
 * Star-Plus-HTML-Hack: *+html #ID {}
 * Internet Explorer für Windows ab Version 7
**/

