/*
 * $Id: ajaxed.css 174 2010-11-24 15:49:43Z abaganz $
 *
 * @author Arne-Wigand Baganz
 * @since 14-07-2009
 * @copyright W3 Solutions GmbH
 */
 @CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: arial;
	font-size: 13px;
	height: 100%;
	background-color: #d0d0d0;
	color: #666666;
}

#search_container {
	width: 420px;
	background-color: #ffffff;
	background: white;
}

#search_container a {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

#search_container a:hover {
	text-decoration: none;
}

#search_container .alarm {
	color: #cc0000;
}

#search_container .small {
	font-size: 11px;
}

#search_container .gruen {
	color: #00a800;
}

#search_container h1 {
	font-size: 14px;
	color: #ffffff;
	background-color: #273B72;
	width: 99%;
	padding: 2px;
}

#search_container h3 {
	width: 99%;
}

#search_results {
	float: left;
	min-width: 100%;
	background: white;
	padding: 4px;
	border: 1px solid #000000;
}

#search_adsense {
	width: 130px;
	float: left;
	margin-left: 12px;
	text-align: center;
}

#closeResults {
	float: right;
	background: #ccc;
	border: 1px solid #000;
	padding: 2px 4px;
}

#closeResults a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

#closeResults a:hover {
	text-decoration: none;
}

#w3output {
	z-index: 100;
	position: absolute;
	left: 300px;
	width: 400px;
	padding: 4;
}
