/* -----------------------------------------------
	Standard Formatierungen, nicht ver�ndern!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

td {
	vertical-align: top;
}

form {
	position: relative;
}

form#search label {
	display: block;
}

form#search .text {
	position: relative;
	margin-right: 4px !important;
	margin-right: 8px;
	height: auto !important;
	height: 15px;
	top: 1px !important;
	top: 0;
	border-width: 1px;
	border-style: solid;
}

form#search  .button {
	position: relative;
	height: auto !important;
	height: 17px;
	top: 1px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}

form#search  .button.image {
	background-position: 50% 50%;
}

form#search  .button.image span {
	position: absolute;
	left: -9999px;
}

.clear {
    height: 0;
    clear: both;
	font-size: 1px;
}

.hidden {
	position: absolute;
	left: -9999px;
}