/* -----------------------------------------------
	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;
}
ul {
	list-style: none;
}
ol {
	margin-left: 20px;
}
fieldset {
	border: none;
}
legend {
	display: none;
}

hr {
	background-color:#43250C; /* Mozilla 1.4 */
	color:#43250C; /* IE 6 */
	border: #43250C; /* Opera 7.11 */
	height: 1px; /* 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;
}
