@charset "utf-8";

/* ---------- ANGEPASSTE HTML-TAGS ---------- */
p { text-align: justify; }

h1 {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #622938;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	margin-top: 10px;
}

h3 { font-size: 18px; }
h4 { font-size: 14px; }


img {
	border-top-widh: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


strong { font-weight: bold; }

em { font-style: italic; }

label { font-size: 10px; }

hr {
	color: #F9EBD0;
	line-height: 1px;
}

ul { line-height: 2.5ex; 
}

h5 { font-size: 12px; }
