@charset "utf-8";
/* CSS Document */




p {	
	line-height:1.8;
	padding: 0;
	margin: 0;
}

li {
	list-style: square;
	line-height:1.8;
}



strong,b { font-weight: bold; }
em,i { font-style:italic; }
.wichtig { background-color: #fee; border: 1px #fcc solid; padding: 0.5em; margin-bottom: 0.5em; }
.hinweis { background-color: #eef; border: 1px #ccf solid; padding: 0.5em; margin-bottom: 0.5em; }
.infobox1 { background-color: #EFEFEF; border: 1px #ccf solid; padding: 0.5em; margin-bottom: 0.5em; }
.infobox2 { background-color: #FFFFE6; border: 1px #ccf solid; padding: 0.5em; margin-bottom: 0.5em; }


a {
	color:#6F0003;
	text-decoration:none;
}


a:hover {text-decoration:underline;}


a.liste {
	padding-left: 20px;
	background-image: url('../img/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}
