/*
#############
# reset.css #
#############
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	color: black;
	font-family: Arial, sans-serif;
	line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hilfsklassen */
.hidden {display: none;visibility:hidden}
.clear {clear: both;}
.clearleft {clear:left;}
.clearright {clear:right;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*
###############
# formate.css #
###############
*/
a:link {
  text-decoration:      none;
}
a:visited {
  text-decoration:      none;
}
a:active {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
blockquote, ul, ol {
  margin-left: 2em;
  padding-bottom: 10px;
}
h2 {
  background-color: #293973;
  color:  #e7ad10;
  font-size:         1.1em;
  font-weight:      bold;
  margin:            8px 0;
  padding: 2px;
}
li, p {
  padding:   .3em 0;
}
td {
  padding:            .2em;
}
pre {
  background-color:  #F9F9F9;
  border: 1px dashed #2F6FAB;
  font-family:     monospace;
  margin-top: 3px;
  padding: 1em;
}

.doku dt {
  clear:                   left;
  float:                   left;
  font-weight:             normal;
  margin:                   0px;
  width:                    7em;
}
.flach {
  border:    1px solid #000000;
}
.kommentar {
  color:              grey;
}
.variable {
  color:              blue;
}
.wert {
  color:             green;
}
.html {
  color:            purple;
}
.rot {
  color:               red;
}
.zentriert {
  text-align:       center;
}
