﻿/*****************************************************************************/
/* Steckbrief Übersicht Listenform                                           */
/*****************************************************************************/

#steckbrief_liste
{
	margin: 0;
	padding: 0;
}
#steckbrief
{
	list-style-position: outside;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#steckbrief .steckbrief_foto_div
{
	display: table;
	float: left;
	width: 180px;
	text-align: right;
	margin: 20px 20px 10px 0;
	padding: 0 0 0 0;
}
#steckbrief .steckbrief_info_div
{
	display: table;
	float: right;
	width: 340px;
	text-align: left;
	margin: 20px 0 5px 0;
}
*html #steckbrief .steckbrief_info_div
{
	width: 340px ;	
}
#steckbrief .steckbrief_head, #steckbrief .steckbrief_head a
{
	color: rgb(191,0,14);
	text-decoration: none;
	font-weight: bold;
	margin: 3px 0 2px 0;
	padding: 0;
}
#steckbrief .steckbrief_head a:hover
{
	color: rgb(226,0,26);
	text-decoration: underline;
}
#steckbrief .steckbrief_kurztext
{
	color: #000;
	text-decoration: none;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#steckbrief .steckbrief_kurztext a
{
	color: rgb(191,0,14);
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#steckbrief .steckbrief_kurztext a:hover
{
	color: rgb(226,0,26);
	text-decoration: underline;
}

#steckbrief table
{
	margin: 0 0 0 20px;
}

#steckbrief td.table_hotel_zimmer
{
	width: 100px;
	font-size: 94%;
	vertical-align: top;
}
#steckbrief td.table_hotel_anzahl
{
	width: 20px;
	font-size: 94%;
	text-align: right;
	vertical-align: top;
}
#steckbrief td.table_hotel_preis
{
	width: 60px;
	font-size: 94%;
	text-align: right;
	vertical-align: top;
}
#steckbrief td.table_hotel_einheit
{
	width: 140px;
	font-size: 94%;
	vertical-align: top;
}

div.clear
{
	clear: both;
	display: block;
	height: 1px;
	width: 550px;
	margin: 0;
	padding: 0;
}
*html div.clear
{
	width: 540px ;	
}

/*****************************************************************************/
/* Steckbrief Detailansicht                                                  */
/*****************************************************************************/
#steckbrief_detail_ueberschrift
{
	color: rgb(206,0,26);
	font-weight: normal;
	font-size: 200%;
	display: block;
	margin: 0 0 20px 0;
}
#steckbrief_detail_beschreibung
{
	line-height: 120%;
}
#steckbrief_detail_kurzbeschreibung
{
	margin: 10px 0 10px 150px;
}
#steckbrief_detail_kurzbeschreibung table
{
	margin: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

#steckbrief_detail_kurzbeschreibung td.table_hotel_zimmer
{
	width: 120px;
	vertical-align: top;
}
#steckbrief_detail_kurzbeschreibung td.table_hotel_anzahl
{
	width: 30px;
	text-align: right;
	vertical-align: top;
}
#steckbrief_detail_kurzbeschreibung td.table_hotel_preis
{
	width: 80px;
	text-align: right;
	vertical-align: top;
}
#steckbrief_detail_kurzbeschreibung td.table_hotel_einheit
{
	width: 140px;
	vertical-align: top;
}
#steckbrief_detail_anschrift .steckbrief_anschrift_head
{
	font-size: 110%;
	font-weight: 600;
	margin: 1.0em 0 0.5em 0;
}
#steckbrief_detail_anschrift .steckbrief_anschrift_text
{
	margin: 0 0 0.5em 0;
}
#steckbrief_detail_anschrift a
{
	text-decoration: none;
}

#steckbrief_detail_mitarbeiter .orgdata_mitarbeiter_head
{
	font-size: 110%;
	font-weight: 600;
	margin: 1.0em 0 0.5em 0;
}
#steckbrief_detail_mitarbeiter .orgdata_mitarbeiter_nachname
{
	font-weight: 600;
}
#steckbrief_detail_mitarbeiter .orgdata_mitarbeiter_photo
{
	border: 0;
	float: right;
	padding: 0 3em 0 0;
}
#steckbrief_detail_mitarbeiter .orgdata_mitarbeiter_text
{
	float: none;
	clear: both;
}
#steckbrief_detail_mitarbeiter .orgdata_mitarbeiter_brclear
{
	float: none;
	clear: both;
	height: 1px;
}
#steckbrief_detail_mitarbeiter table
{
	width: 100%;
	border: 0;
	margin: 10px 0 0 0;
}

#steckbrief_detail_mitarbeiter th
{
	background: rgb(230,230,230);
}

#steckbrief_detail_back_button
{
	width: 550px;
	text-align: right;
}
*html #steckbrief_detail_back_button
{
	width: 540px ;	
}
#steckbrief_detail_back_button a
{
	color: rgb(191,0,14);
	font-size: 100%;
	font-weight: normal;
}
