* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
}

z {
	font-weight: bold;
	font-size: 1.1em;
	color: #1a0dab;
}

a.akachel:hover{
	/*text-decoration:none !important;*/
	text-decoration:none;
}

.inputcleaner{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	border: 1px solid red;
	color: white;
	border-radius: 50px;
	font-weight: bold;
	height: 18px;
	padding-top: 4px;
	background-color: coral;
}
/*body {
	margin-top: 0px;
	background: url(images/bg_1px_main.gif) repeat-y center;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}*/

/* Aus x_auswahl.css */ 
a.reiterLinkLeer, a.reiterLinkPfeil, a.reiterLinkLeerUnten, a.reiterLinkPfeilUnten {
	font-size:1.1em;
	display: block;
	height: 16px;
	width: 30px;
	float: left;
	background: url("/profewo_img/buttons/reiter_leer.gif") no-repeat top center;
	text-decoration: none;
	padding-top: 6px;
	color: #000;
}

a.reiterLinkLeer:hover, a.reiterLinkPfeil:hover, a.reiterLinkLeerUnten:hover, a.reiterLinkPfeilUnten:hover {
	font-size:1.1em;
	display: block;
	height: 16px;
	width: 30px;
	padding-top: 6px;
	float: left;
	background: url("/profewo_img/buttons/reiter_leer_maus.gif") no-repeat top center;
}

span.reiterLink, span.reiterLinkUnten {
	display: block;
	height: 22px;
	width: 30px;
	float: left;
	font-size:1.3em;
	padding-top: 0px;
	background: url("/profewo_img/buttons/reiter_voll.gif") no-repeat top center;
}

span.reiterLinkUnten {
	background: url("/profewo_img/buttons/reiter_voll_bottom.gif") no-repeat top center;
}

a.reiterLinkLeerUnten, a.reiterLinkPfeilUnten {
	background: url("/profewo_img/buttons/reiter_leer_bottom.gif") no-repeat top center;
	padding-top:0px;
	padding-bottom: 7px;
}

a.reiterLinkLeerUnten:hover, a.reiterLinkPfeilUnten:hover {
	background: url("/profewo_img/buttons/reiter_leer_maus_bottom.gif") no-repeat top center;
	padding-top:0px;
	padding-bottom: 7px;
}


#content-wrapper {
	/* width: 800px;*/
	width:70%;
	min-width: 550px;
	background-color:whitesmoke;
	padding-bottom:90px;
}

#sidebar-right {
	width: 190px;
	padding-left: 10px;
	float: left;
}

.offertr {
	/*background-color: lightgrey;*/
	/*border-bottom: 5px solid white;*/
	cursor: pointer;
}

.offertr:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.kacheln{
	width: 250px;
	height: 300px;
	float: initial;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}