* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.navi {
	color: #013c57;
}

a.reference {
	/*color: #226e91;*/
	color: #29596f;
}

a.toc-backref {
  color: black;
}

p.topic-title first {
  color: black;
}

.pre {
	font-family: monospace;
}

.topic-title {
	font-size: 1.2em;
}

.crumbs {
	font-size: 0.8em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

ul {
  margin-top: 0.3em;
  margin-bottom: 0.7em;
}

/*
Gut im Blog, schlecht auf der Website:
li {
  margin-top: 0.3em;
  margin-bottom: 0.7em;
}
*/

/*
pre.literal-block, pre.doctest-block {
	margin-left: 2em;
   	margin-right: 2em;
	background-color: #eeeeee;
}
*/

pre.literal-block, pre.doctest-block {
  font-family: monospace;
  margin-left: 1.5em ;
  margin-right: 1.5em ;
  background-color: #eeeeee ;
  padding: 0.8em ;
  border: thin dashed #999999;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dt {
	font-weight: bold;
}

.linkedimg{
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid black;
}

table.nolines {
	border: 0;
}

