div.such_option
{
	float:left;
	margin-right:15px;
}

form.detailsuche
{
	margin-bottom:20px;
}

form.detailsuche label
{
	width:65px;
}

h2.subtext
{
	font-size:120%;
}

div.news_container
{
	margin-bottom:20px;
}

span.such_gefunden
{
	font-style:italic;
	font-weight:bold;
	background-color:red;
	color:#FFF;
}

.such_textinput_short {
	background:#fff url(../images/admin/input.gif) repeat-x center top;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:4px;
	color:#555;
	width:225px;
	float:left;
}

.such_textinput {
	background:#fff url(../images/admin/input.gif) repeat-x center top;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:4px;
	color:#555;
	width:250px;
	float:left;
}

input.such_button
{
	height:15px;
	width:15px;
	border:none;
	background:none;
	text-indent:-9999px;
	background-image:url("../images/button-suche.gif");
	margin-left:4px;
	margin-top:4px;
	padding:0;
	float:left;
}

input.such_button:hover
{
	cursor:pointer;
}

form.schnellsuche
{
	float:right;
}