@charset "utf-8";
/* CSS Document */

/* Stylesheet für die Einbindung der Gelbe Seiten Suchmaschine */
/* Relauch: November 2008 */


		.gb-background {
			position:relative;
			overflow:hidden;
			width:300px;
			height:250px;
			background:url(../img/gelbeseiten/MediumRectangle_300x250.jpg) no-repeat;
	  	}
		.gb-logo {
			position: absolute;
			top: 10px;
			left: 29px;
			width:121px;
			height:18px;
			display:block;
		}
		.what-to-search {
			display:block;
			margin-top: 38px;
			margin-left: 29px;
			font:italic 14px/14px Arial,Helvetica,sans,sans-serif;
		}
		.where-to-search {
			display:block;
			margin-top: 8px;
			margin-left: 29px;
			font:italic 14px/14px Arial,Helvetica,sans,sans-serif;
		}
		.distance-to-search {
			display:block;
			margin-top: 8px;
			margin-left: 29px;
		}
		.what-to-search label,
		.where-to-search label,
		.distance-to-search label {
			font:12px/12px Arial,Helvetica,sans,sans-serif;
			color:#333;
			display:block;
			margin:0 0 4px;
		}
		.what-to-search span,
		.where-to-search span {
			overflow:hidden;
			display:block;
			margin:8px 0 0 0;
			font-weight:bold;
			height:15px;
		}
		.input-fields {
			background:url(../img/gelbeseiten/bg_input_banner.gif) no-repeat 0 0;
			_background:#fff;
			border: solid 1px #7e7000;
			height:27px;
			_height:24px;
			padding:4px 4px 0 4px;
			font:italic 14px/14px Arial,Helvetica,sans,sans-serif;
			font-weight:bold;
		}
		select.input-fields {
			_margin-top:2px;
			height:25px;
			line-height:25px;
			padding:4px;
		}
		select.input-fields option {
			background:#fff;
			padding:5px;
			font:italic 14px/14px Arial,Helvetica,sans,sans-serif;
		}
		.submit {
		 	width: 77px;
	  		height: 34px;
			float: left;
			margin-top: 9px;
			margin-left: 29px;
		}
	</style>
