@charset "UTF-8";

/* Allgemeines */

div.clear {
	clear: both;
}

input:focus,
textarea:focus {
	outline-width:0;
}

#searchWidget {
	margin: 45px 0 0 0;
}

#searchWidget .form {
	float: left;
	width: 320px;
}

#searchWidget .hint {
	width: 280px;
	float: left;
}

#searchWidget label {
	width: 140px; 
	float: left;
	line-height: 26px;
}

#searchWidget select.dropdown {
	display: block;
	width: 250px;
	margin: 0 0 10px 0;
}





/* Bereich Plz- und Ortsuche */

#zipSearch label {
	margin: 8px 0;
}

#zipSearch input.text {
	width: 210px;
	height: 20px;
	padding: 8px 0 0 40px;
	margin: 0 0 8px 0;
	overflow: hidden;
	
	border: none;	
	background-image: url(../img/searchinput.gif);
	background-repeat: no-repeat;
	resize: none;
}

#zipSearch .MasterDetail
{
	position: relative;
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
}

#zipSearch .MasterDetail .MasterColumn
{
	font-size: 11px;
	padding: 3px;
	margin: 2px;
	cursor:pointer;
}

#zipSearch .MasterDetail .MasterColumnHover
{
	padding: 2px;
	background-color: #cde9f1;
	border: 1px solid #aecfd8;
}

#zipSearch .MasterDetail .MasterColumnSelected
{
	padding: 2px;
	background-color: #9ac0c3;
	border: 1px solid #83adb1;
	color: #FFF;
}

#zipSearch .MasterDetail .MasterContainer
{
	display: none;
	
	background-image: url(../img/bg_searchpopup.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 248px;
	height: auto;
	max-height: 107px;
	float: left;
	overflow-y: auto;
	
	position: absolute;
	top: -11px;
	left: -2px;
	
	z-index: 100;
}

* html body #zipSearch .MasterDetail .MasterContainer {
	height: 100px;
	top: -12px;
	left: -2px;
}

#zipSearch .MasterDetail .MasterColumn .zip {
	display: inline-block;
	width: 44px;
	padding: 0 0 0 39px;
}





/* Ausgabebereich der Partner */

#partnerSearch {
	display: none;
	margin: 40px 0 0 0;
}

#partnerSearch .MasterDetail {
	border: 1px solid #EFEFEF;
	border-bottom: none;
}

#partnerSearch .MasterDetail .MasterColumn
{
	border-bottom: 1px solid #EFEFEF;
	padding: 0 8px;
	margin: 0;
}

* html body #partnerSearch .MasterDetail .MasterColumn {
	padding: 8px;
}

#partnerSearch .MasterDetail .MasterColumn .left {
	float: left;
	width: 65%;
}

#partnerSearch .MasterDetail .MasterColumn .right {
	float: left;
	width: 35%;
}

#partnerSearch .MasterDetail .MasterContainer .loading {
	width: 220px;
	display: block;
	margin: 20px auto;
}

#partnerSearch .MasterDetail .MasterContainer .loading p {
	text-align: center;
}



















/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */

.MasterDetail .DetailContainer
{
	border: 1px solid gray;
	padding:10px;
	width: 60%;
	float: right;
	overflow: auto;
}

.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}



