/* allgemeingültige Formatierungsregeln */
body {
	padding:20px 0px 20px 0px;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(../gfx/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center; /* zentriert den Inhalt für den IE */
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4c4c4c;
}

img {
	border:0px;
}

h1, h2, h3, h4 {
	font-weight:bold;
	padding:0px;
	margin:0px 2px 0px 0px;
	display:inline;
}

h1 {
	font-size:18px;
	line-height:28px;
}

h2 {
	font-size:13px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul, ol, li, p {
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
}

.clear {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}
