div.ctype_search {
    padding-top: 50px;
    padding-bottom: 50px;
}
div.ctype_search .header {
    margin-left: 50px;
}
div.ctype_search .hidden {
    visibility: hidden;
}
div.ctype_search .center {
    text-align: center;
}
table.ctype_search {
    border-collapse: separate;
    border-spacing: 5px;
    margin: auto;
}
table.ctype_search td {
    padding: 5px;
}
table.ctype_search td.button {
    text-align: right;
}
.result_heading {
    font-weight: bold;
    font-size: 14px;
}
.result_lowhigh {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F4F4F4;
}
.result_items {
    padding: 10px;
}
.result_item {
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px #dddddd dashed;
}
.result_pagetitel {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.result_header {
    font-weight: bold;
    margin-left: 20px;
    color: #FF7373;
}
.result_text {
    margin-left: 20px;
    font-family: helvetica, arial, sans-serif;
}
.result_more {
    text-align: right;
}




/* Das Suchen-Feld im AppetizerKatalog */

.ctype_search_appetizer {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEEEEE;
	width: 100%;
}

.ctype_search_appetizer input, .ctype_search_appetizer submit {
	background-color: #FFFFFF;
	color: #7F7F7F;
	font-size: 10px;
	height: 14px;
}
.ctype_search_appetizer input.searchbutton {
	background-color: #CCCCCC;
	color: #7F7F7F;
}






