/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
caption {
	display: none;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}

#centrecontent .home td{
	margin: 0;
	padding: 3px 0 3px 0;
}

#centrecontent .home h3 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol li,
ul li {
margin: 0 0 8px 0;
}

fieldset {
	border: none;
}
legend {
	display: none;
}

hr {
	background-color:#000; /* Mozilla 1.4 */
	color:#000; /* IE 6 */
	border: #000; /* Opera 7.11 */
	height: 1px !important; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
form {
	border:0;
	margin:0;
}
.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}
