input, select {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	border: 1px solid #808080;
	padding:1px;
}

button
{
    background: #f1f2ea;
}

select
{
	width:140px;
}

input
{
	margin-bottom: 6px;
}

.form_elem {
	padding: 5px 5px 10px 0px;
}

.elem_left {
	float: left;
	padding-right: 10px;
	width: 130px;
	font-weight:bold;
}
.elem_rechts {
	margin-left: 140px;
}


#search
{
	width: 835px;
	background: #FFFFFF;
	padding: 0px 30px 30px 30px;
}

.search_mask
{
	width: 548px;
	background: #f1f2ea;
	margin: 2px 0px;
	padding: 10px 10px 5px 10px;
}

.expandSearch
{
	font-weight: bold;
	vertical-align: top;
}

.searchButton
{
	margin-left: 400px;
	border: 0px;
	padding: 0px;
}

.seach_text
{
	width: 575px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5em;
}

a
{
	text-decoration: none;
	color: #000000;
}


#search_results
{
	width: 548px;
	line-height: 1.5em;
	margin-bottom: 25px;
	border-top: 3px solid  #f1f2ea;
}

#search_results img
{
	float: left;
	margin: 0px 10px 10px 0px;
}

#top_searches
{
	float:right;
	width: 250px;
	margin-top: 50px;
	line-height: 1.3em;
}

h5
{
	font-weight: bold;
	margin: 20px 0px 12px 0px;
	font-size: 10px;
	vertical-align: top;
}

h6
{
	background-color: #f1f2ea;
	margin: 4px 0 0 0;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: normal;
	clear: left;

}

.italic
{
	font-style: italic;
}

iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}