/* @override http://bell-ambiente.eu/styles/suche.css */

/* CSS Document Regionen */

body {
	margin: 0px;
	padding: 0px;
	background: #fffdec url(../resources/mainbg.gif);
	color: #5a4d1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

/*Layouts*/

div#head {
	background: #ffd283;
	position: relative;
	height: 106px;
	overflow: hidden;
}

span.orange {
	color: #fffdec;
}

div#topnav {
	border: 1px solid white;
	border-width: 0 1px 0 1px;
	padding: 0px;
	background: #fffdec;
	font-size: 11px;
	height: 20px;
	overflow: hidden;
}

div#topnav li.active a {
	font-weight: bold;
}

div#content {
	margin-top: 0;
	margin-right: 0;
	background: #fffdec;
	padding: 3px 10px;
}

div#content p {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

div#content table {
	border: 1px solid #ffd283;
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
}
table.suchbuttons {
	background: url(/resources/suche_bg.gif) bottom left no-repeat;
}
div#content th {
	background-color: #ffd283;
	font-weight: bold;
	text-align: left;
	padding: 2px 6px;
}

div#content td {
	padding: 6px;
	vertical-align: top;
}

div#content td.name {
	width: 175px;
}

div#content td.img {
	width: 205px;
}

div#content td a {
	color: #5a4d1a;
	font-weight: bold;
}

div#content tr.second {
	background-color: #FFF2DA;
}

ul li {
	list-style: circle;
}

form input, form select {
	border: 1px solid #FEA54C;
	background-color: #fafafa;
	width: 100px;
	margin: 0px 5px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form input.plz {
	border: 1px solid #FEA54C;
	background-color: #fffdec;
	width: 50px;
	margin: 0px 5px 5px 0px;
}

form input.check {
	background-color: transparent;
	border: 0px;
	width: 18px;
	margin: 0px;
}

form input.ort {
	border: 1px solid #FEA54C;
	background-color: #fffdec;
	width: 155px;
	margin: 0px 5px 5px 0px;
}

.suchbuttons div {
	width: 152px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	background: url(/resources/suche.gif) no-repeat;
	margin-bottom: 7px;
	padding-left: 10px;
	padding-top: 3px;

}
div.suchhead {
	background: url(/resources/suche-header.gif) no-repeat;
	color: #fff;
}
div.sucheaktiv {
	background: url(/resources/suche-aktiv.gif) no-repeat;

}
div.suchfeld {
	cursor: pointer;
}
form input.button {
	border: 1px solid #FEA54C;
	background-color: #ffd283;
	color: #5a4d1a;
	font-weight: bold;
	width: 100px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	padding: 3px 0px;
	text-align: center;
}
 div#suchbutton {
	background: #ffd283 url(/resources/suche-submit.gif) no-repeat;
	color: #5a4d1a;
	font-weight: bold;
	width: 132px;
	height: 36px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	padding: 5px 10px;
	text-align: left;
}
#ergebnis {
}

