/*
	Farben:

	dunkelblau (Referenzsicherung, Links)			#012e5c;
	hellgrau (Hintergrund Navigationsbar)			#F2F2F2;

*/

body {
	font-family:Arial,Helvetica,"sans serif",sans-serif;
}
ul.nav1 {
	margin-left:		0px;
	list-style-type:	none;
	line-height:		160%;
}
ul.nav2 {
	margin-left:		0px;
	list-style-type:	square;
	line-height:		160%;
	list-style-position:outside;
}

p.important {
	background-color:#ffcccc;
	padding:5px;
}

a {
	color:				#012e5c;
	font-weight:		bold;
	text-decoration:	none;
}
a:hover {
	color:				#012e5c;
	text-decoration:	underline;
}

h1 {
 	color:				#012e5c; 
	font-size:			300%;
}

h2 {
 	color:				#012e5c; 
	font-size:			130%;
	background-color: 	#F2F2F2;
	margin-top:			1em;
}


h3 {
	font-size:			110%;
}

h4 {
}

div.figure {
  float: right;
  width: 50%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
