/***************************************/
/* Allgemeine Einstellungen */
* {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #333333;

}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;

}
html, body {
	height: 100%;

}
p,img,a,div,form,body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;

}
hr {
	height: 1px;
	background-color: #333333;
}
/* Transparente PNG-Grafiken mit IE6 */
img {
	behavior: url("../script/pngbehavior.htc");
}
