*, html {
	padding:0;
	margin:0;
}

body {
/*	background-color:#FFFFFF;   */
	background-color:#fbfbfb;
	font: 14px Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

input,
select,
textarea {
/*     Textareaumrandung im Freifeld ICH SUCHE    */
/*	border:1px solid lightgrey;   */
/*     Sandgelb: #ffcc00;     */
	border:3px solid #e59009;
}

/*   -------------------------------------------------------   */

#myAccordion{
	width: 400px;
	border: 1px solid #6CAF00;
	
}
#myAccordion dt{
	line-height: 20px;
	background-color: #80df20;
	border-top: 2px solid #DAFF9F;
	border-bottom: 2px solid #6CAF00;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}
#myAccordion dd{
	overflow: auto;
}
#myAccordion p{
	margin: 16px 10px;
}
#myAccordion dt.myAccordionHover
{
	background-color: #90ef30;
}
#myAccordion dt.myAccordionActive
{
	background-color: #6CAF00;
	border-top: 2px solid #80df20;
	border-bottom: 2px solid #000;
}

/*   -------------------------------------------------------   */

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
form {
	padding:0;
	margin:0;
}

form fieldset {
	border:0;
}

fieldset legend {
	padding: 0 5px;
}

hr {
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	border:0;
/*	border-top:1px dashed #c0c0c0;   */
/*	border-top:1px dashed #ffcc00;   */
	border-top:1px dashed #e59009;
	width:500px;
}

#logo {
	float: right;
}

#warumregistrieren {
	color: #0000c6
}

#langSwitcher,
#loginbox {
	font-size:12px;
	float:left;
	margin-left:66px;
}

#loginbox input {
	width:100px;
/*     Firmenlogin Rahmenfarbe: Aktuell ROTTON     */
/*	border:1px solid #a0a0a0;   */
/*	border:3px solid #ffcc00;   */
	border:3px solid #e59009;
}

#page {
	padding-top:20px;
}

#unten {
	width:100%;
}

#innerunten {
	background-color: #ffffff;
/*	Hintergrund im Logo - background-color: #ffffff;   */
	margin-top: 30px;
	padding:4px;
}

#suchmaskeStart {
	padding-top:10px;
	font-size:12px;
	position:relative;
}

#ueberMaske {
	position:absolute;
	top:30px;
/*	width:100%;   */
	width:100%;
	height:70px;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
/*	Im Feld SUCHEN - background-color:#cccccc;   */
/*	background-color:#ffcc00;   */
/*	background-color:#ff9c00;   */
	background-color:#d4d3d2;
}

#search_button {
	vertical-align:bottom;
}

#hinterMaske {
	margin:auto;
/*	width:460px;   */
	width:460px;
	background-color:#ffffff;
/*	border:1px solid #000000;   */
/*	border:3px solid #eee;   */
	border:3px solid #d4d3d2;
	-moz-border-radius: 5px;
}

#innerUeberMaske {
	margin:auto;
	width:500px;
/*	width:500px;   */
	font-size:18px;
	padding-top:9px;
}

#innerUeberMaske input {
/*	font-size:90%; */
	width:200px;
	margin-top:-5px;
	width:250px;
}

#suchHeader {
	margin:auto;
	width:100%;
}

#suchHeader .eintrag,
#unterSuchLeiste .eintrag {
	float:left;
	margin-left:35px;
}

#platzhalter_suchmaske_hinter {
	height:80px;
}

#branchensuche {
	padding-left:25px;
	padding-right:25px;
}

#suchergebnisse_start {
	margin:auto;
	border:1px solid #c0c0c0;
	padding:10px;
	height:100%;
	width:900px;
}

#suchergebnis {
	width:290px;
	padding-bottom:10px;
	float:left;
	margin-right:10px;
}

#suchergebnis .header {
	background-color: #ff9c00;
/*	background-color: #333333;   */
	color: black;
	font-weight:bold;
	height:31px;
	padding:5px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	color:#FFFFFF;
}

#suchergebnis .suchinhalt {
	padding:10px;
	background-color:#cccccc;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}

#stopper, #notlogin {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}

#stopper div, #notlogin div {
	border: 3px solid red;
	width:450px;
	color: black;
	padding:10px;
	margin:auto;
	margin-top:250px;
	font-weight:bold;
}

#unterSuchLeiste {
	background-color:#eeeeee;
	height:30px;
	margin-bottom:20px;
	margin-top:-15px;
	border-top:1px dotted #f0f0f0;
	border-bottom:1px dotted #f0f0f0;
}

#unterSuchLeiste .eintraege {
	margin:auto;
	width:900px;
	padding-top:7px;
}

#inhalt {
	margin: 0 20px;
	margin-bottom:40px;
}

#regform {
	width:650px;
	margin:auto;
}

#erfolg {
	width:250px;
	border:2px solid green;
	background-color:green;
	margin:auto;
	padding:10px; 
	margin-bottom:10px;
	color:white;
}

#error_box {
	width:250px;
	border:2px solid red;
	background-color:#FF8F8F;
	margin:auto;
	padding:10px; 
	margin-bottom:10px;
}

#anrufDiv {
	padding-left:20px;
	width:600px;
	font-weight:bolder;
	font-size:18px;
	margin:auto;
}

#newBranchText {
	padding-top:20px;
}

#submitSuchButton {
	width:77px;
	height:27px;
	background-image:url(http://www.yellowphone.de/images/searchbar_button.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
}

#whyLogin {
	position:absolute;
	width:1600px;
	height:400px;
	overflow:auto;
	top:30%;
	left:25%;
	border:4px dotted #ccc;
	background-color:#DDEEDD;
	z-index:999;
}

.eintraege .active {
	border-bottom:3px solid #000;	
}

.fieldSet {
	border:1px solid #000000;
	padding:10px;
	margin-bottom:15px;
}

.fieldSet p {
	margin-bottom:20px;
}

.fieldbezeichnung {
	width:150px;
	padding-right:20px;
	padding-bottom:5px;
	text-align:right;
}

.suche {
	float:left;
	width:280px;
	margin:5px;
}

.left {
	float:left;
}

.right {
	float:right;	
}

.clear {
	clear:both;
}

.regfield {
	width:200px;	
}

.regvorfield {
	width:144px;	
}

.regnebenfield {
	width:50px;	
}

.ueberFieldText {
	font-size: 9px;
	font-weight:bold;
	width:150px;
	padding-left:2px;
}

.suchFeld {
	float:left;
	padding-right:5px;
	margin-top:5px;
}

/* Für Ajax Krams */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}
