/**
 * Style sheet xElements
 */
.clearall
{
	text-align:right;
	font-size:9px;
}

.widget
{
	text-align:right;
}

#ctrl_filter_field_name,
#ctrl_filter_field_name_k
{
	font-size:9px;
}

.filter_group
{
	margin-left:auto;
}

p.back
{
	text-align:right;
}

.ce_karten,
.ce_bemerkungen
{
	font-size:11px;
}

.ce_oeffnungszeiten
{
	text-align:right;
	font-size:11px;
}

.ce_kontakt
{
	width:50%;
	float:left;
	font-size:11px;
}

.ce_preis
{
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:1px solid #40a8df;
}

.ce_menu
{
	text-align:center;
	line-height:1.5em;
}

.ce_menuueberschrift
{
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:1px solid #40a8df;
	font-weight:bold;
	font-size:13px;
}

.ce_block
{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.ce_restaurantelement
{
	width:100%;
	overflow:hidden;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #40a8df;
}

.ce_restaurantliste .row_0
{
	border-top:1px dotted #40a8df;
}

.ce_restaurantliste
{
	width:100%;
	overflow:hidden;
}

.ce_restaurantbild
{
	float:left;
	margin-right:10px;
	padding:3px;
	border:1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
}

.ce_restaurantname
{
	font-weight:bold;
	font-size:12px;
	color:#40a8df;
}

.ce_restaurantkategorie
{
	margin-bottom:4px;
	font-size:9px;
}

.ce_restaurantbeschreibung
{
	overflow:hidden;
}


/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
}


/**
 * Image gallery
 */
.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}


/**
 * Table
 */
.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


/**
 * Text
 */
.ce_text
{
	line-height:1.5;
}

