/***************** ALLGEMEINE FORMATIERUNGEN *****************/

p {
	padding-top:0.5em;
	padding-bottom:0.5em;
	
	margin:0;
}

a {
	font-weight:bold;
	color:#162E7B;
}

a:link {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;	
}

a:visited {
	text-decoration:none;	
}

hr {
	height:1px;
	border:1px dashed #a5a5a5;
}

form {
	font-size:1em;
	padding:0;margin:0;
}

/**************************** ÜBERSCHRIFTEN *************************/

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#666666;
	
	padding-bottom:10px;
	padding-top:0px;
	
	line-height:1.6em;

}

h2 {
	font-size:1.2em;
	font-weight:100;
	color:#000000;

	padding-bottom:10px;
	
	line-height:1.6em;
	
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#666666;

	padding-bottom:10px;

}

h4 {
	font-size:1em;
	
	font-weight:bold;
	
	color:#FFFFFF;
}

/**************************** LISTEN *************************/

div#inhalt ul {
	padding:0;margin:0;
	
	padding-left:10px;
}

div#inhalt ul li {
	list-style-position:outside;
	list-style:square;
	
	padding-bottom:10px;
}

ol.geordneteListe {

}

ol.geordneteListe li{
}

ol.geordneteListeAlphabetisch {

}

ol.geordneteListeAlphabetisch li{
	list-style:lower-latin;
}
