/* Formatierungen fuer Inhalte */
ul  {
   margin:0px;
   padding:0px;
   list-style-position:inside;
   list-style-type:disc;
}

h1 {
   font-family:times;
   font-size:2em;
   margin:0px;
   font-weight:normal;
   letter-spacing:-2px;
}

h2 {
   font-family:times;
   font-size:1.2em;
   margin:0px;
   font-weight:normal;
   letter-spacing:-1px;
}

h3 {
   color: white;
   font-size: 1em;
   margin: 0px;
   font-weight: normal;
}

h3 ul {
   margin-left: 20px;
}

h4 {
   font-family: arial, tahoma, verdana;
   font-size: 0.9em;
   margin: 0px;
}

h5 {
   font-family:times;
   font-size:1.2em;
   margin:0px;
   font-weight:normal;
}

h6 {
   font-family: times, arial, tahoma, verdana;
   font-size: 1.2em;
   font-weight: bold;
   text-decoration: underline;
   color:black;
   float:left;
   margin:0px;
}

a {
   color: blue;
   text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-style:none;
	color: orange;
}

a:active {
	text-decoration: none;
	border-style:none;
	outline:none;
}

a.kalinfo {
	color: red;
	text-decoration: none;
}

img {
	border-style:none;
	outline:none;
}

img:active {
	border-style:none;
	outline:none;
}

/* Bild mit Bildunterschrift */
dl.imgalign {
	margin-right: 20px;
	margin-left:  20px;
}
dl.imgalign dt {
	margin-bottom: 0px;
}
dl.imgalign dd {
	text-align:center;
	margin: 0px;
}


.formel {
	font-family: times;
	font-size: 1.2em;
}

.code {
	font-family:courier;
	font-style:italic;
	font-size:1.0em;
	font-variant:small-caps;
}

.sprungmarke {
	font-family:times;
	font-weight:bold;
	margin:0px;
	float:left;
 }
