@charset "utf-8";
/* CSS Document */

/*---------------------- SCHRIFT --------------------------------------*/


h1 {
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.3em; /*Zeilenabstand*/
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
}

h3 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
}  

h5 {
	font-size: 10px;
	line-height: 1.4em;
}  

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

b, strong {
	font-weight: bold;
}

img,a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

