/* 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!!!
----------------------------------------------- */
/* Alle Elemente  */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul {
	list-style: none;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

form .text {
	border-width: 1px;
	border-style: solid;
}

form .button {
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}

form .button.image {
	background-position: 50% 50%;
}

form .button.image span {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0;
	margin-top: 0 !important;
	margin-top: -2px;
	font-size: 1px;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}
