/******************************
*				Generall				*
******************************/
/* 5295CC */

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	/*font-family: Georgia, "Trebuchet MS", "Times", "Times New Roman", serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #444;
}

a:link, a:active, a:visited
{
	color: #444;
	text-decoration: underline;
}

a:hover
{
	background-color: #E6EDF3;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-weight: normal;
	display: block;
}

p
{
	line-height: 1.6em;
	padding-bottom: 1em;
}

.btn
{
	display: none;
}

.clear
{
	clear: both;
}

input, select, textarea
{
	background-color: #F6F6F6;
	border: 1px solid #BDBDBD;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: inherit;
	color: #444;
}

textarea
{
	line-height: 1.6em;
}

.checkbox
{
	border: none;
	background: none;
}

.error
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	background-color: #FFF2F2;
	border: 1px solid #EE8F8F;
	padding: 0.5em;
	color: #CD5C5C;
	margin-bottom: 1em;
}

.success
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	background-color: #EEFBEE;
	border: 1px solid #2AAB2B;
	padding: 1em;
	color: #2AAB2B;
	margin-bottom: 1em;
}

.InputError
{
	background-color: #FFF2F2;
	border: 1px solid #EE8F8F;
}

.pageBreak
{
	page-break-before: always;
}

/******************************
*				Layout 				*
*******************************/

#cnt
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	display: none;
}

#left
{
	display: none;
}

#content { }

#footer
{
	clear: both;
	padding-top: 2em;
}

/******************************
*				NavMain				*
******************************/

#NavMain
{
	display: none;
}

/*********************************
*				NavFooter				*
*********************************/

#NavFooter
{
	display: none;
}

/*********************************
*				Titles					*
*********************************/

#content .title
{
	clear: both;
	border-bottom: 1pt solid #444;
	padding: 5px 10px;
	font-size: 1.2em;
	color: #444;
	margin: 1em 0;
	_width: 100%;
}

#content .title span.ObjectType
{
	display: block;
	width: 300px;
	float: left;
}

#content .title span.ObjectPlace { }

#content .title span.ObjectMap
{
	display: block;
	width: 300px;
	float: left;
}

#content .title span.ObjectInquiry
{
	display: block;
	width: 300px;
	float: left;
}

#content .title span.ObjectAddress
{
	display: block;
	width: 200px;
	float: left;
}

#content .title span.ObjectCharacteristics { }

/*********************************
*			Content-Blocks				*
*********************************/

#content .ObjectImage
{
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 1em;
}

#content div.ObjectDescription
{
	margin-left: 310px;

}

#content div.ObjectDescription h1
{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 1em;
}

#content p.ObjectAddress
{
	display: block;
	float: left;
	width: 200px;
	margin-left: 10px;
}

#content p.ObjectInquiry
{
	display: block;
	float: left;
	width: 290px;
	margin-left: 10px;
	_width: auto;
}

#content p.ObjectQm
{
	display: block;
	float: left;
	width: 250px;
	margin-left: 10px;
}

#content p.ObjectPerson
{
	display: block;
	float: left;
	width: 250px;
}

#content p.ObjectRooms { }

/*********************************
*			Object Properties			*
*********************************/

#ObjectPropertiesList { }

#ObjectPropertiesList .ObjectProperties
{
	float: left;
	width: 200px;
	margin-bottom: 1em;
	margin-left: 10px;
}

#ObjectPropertiesList .ObjectProperties h1
{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5pt;
}

#ObjectPropertiesList .ObjectProperties ul
{
	list-style-type: none;
}

#ObjectPropertiesList .ObjectProperties ul li
{
	margin: 3pt 0 3pt 5px;
}

#ObjectPropertiesList .ObjectProperties ul li img
{
	margin-bottom: -3px;
	margin-right: 5px;
}

.property_legend
{
	width: 710px;
	margin-left: 10px;
	padding-top: 2em;
	clear: both;
}

.property_legend h1
{
	font-weight: bold;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	color: #999;
}

.property_legend li
{
	display: block;
	float: left;
	width: 230px;
	margin-left: 10px;
	text-align: left;
}

.property_legend li img
{
	margin-bottom: -3px;
	margin-right: 3px;
}

/*********************************
*					TblList				*
*********************************/

.TblList
{
	width: 97%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.TblList td, .TblList th
{
	padding: 0.5em;
}

.TblList thead th
{
	border-bottom: 1pt solid #ccc;
}

.TblList tbody .row1
{
	background-color: #F7F9FC;
}

.TblList tbody .row2 { }

.TblList tbody .rowhover td
{
	background-color: #F0F4F9;
	border-bottom: 1px solid #E6EDF3;
}

.features 
{
	display: none;
}

/******************************
*	PictureList / PictureView	*
******************************/

#PictureViewLoader
{
	display: none;
}

#PictureView
{
	display: none;
}

#PictureList { }

#PictureList a
{
	display: block;
	float: left;
	width: 120px;
	padding: 8px;	
	margin: 5px;
	text-align: center;
	border: none;
}

/******************************
*			Vakanz-Anzeige			*
******************************/

#ObjectVacancyTbl
{
	clear: both;
	margin: auto;
}

.vacancy td
{
	font-size: 0.9em;
	width: 20px;
	height: 20px;
	text-align: center;
}

.vakancy_month
{
	color: #444;
	border-bottom: 1pt solid #444;
	padding: 2px;
	font-size: 1em;
	text-align: left;
}

.vakancy_day
{
	color: #444;
	text-align: center;
}


#ObjectVacancyTbl .allocated 
{
	text-decoration: line-through;
	border: 1px solid #000;
}

#ObjectVacancyTbl .allocated_free
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#ObjectVacancyTbl .allocated_locked
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

#ObjectVacancyTbl .allocated_not_available
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .free
{
	border: 1px solid #ccc;
}

#ObjectVacancyTbl .free_allocated
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .free_locked
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

#ObjectVacancyTbl .free_not_available
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .locked
{
	border: 1px dashed #666;
}

#ObjectVacancyTbl .locked_allocated
{
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .locked_free
{
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#ObjectVacancyTbl .locked_not_available
{
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .not_available
{
	border: 1px solid #000;
	text-decoration: line-through;
}

#ObjectVacancyTbl .not_available_allocated
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#ObjectVacancyTbl .not_available_free
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#ObjectVacancyTbl .not_available_locked
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

.vacancy_legend
{
	float: left;
	width: 160px;
}

.vacancy_legend .vacancy_day_available
{
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	border: 1px solid #ccc;
}

.vacancy_legend .vacancy_day_allocated
{
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	border: 1px solid #000;
}

.vacancy_legend .vacancy_day_not_available
{
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	border: 1px solid #000;
}

.vacancy_legend .vacancy_day_locked
{
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	border: 1px dashed #666;
}

/******************************
*			InquiryFrom				*
******************************/

.form fieldset
{
	border: none;
	border-top: 1px solid #ccc;
	width: 100%;
	padding-bottom: 2em;
}

.form fieldset legend
{
	padding-bottom: 3px;
	padding-right: 0.5em;
	_margin-left: -0.5em;
	font-weight: bold;
}

.form fieldset ol
{
	width: 545px;
}

.form label
{
	float: left;
	width: 200px;
}

.form li
{
	list-style-type: none;
	padding: 5px 10px;
}

.form em
{
	color: #f00;
}

/* IE Fix */
*html .form input
{
	padding: 3px 0;
}

.form label input
{
	margin-right: 0.5em;
}

/******************************
*			ObjectList				*
******************************/

#ObjectList { }

#ObjectList .Object
{
	margin-bottom: 2em;
	padding: 2px;
}

#ObjectList .Object .ObjectHeader
{
	border-bottom: 1pt solid #444;
	color: #444;
	padding: 2px 5px;
}

#ObjectList .Object .ObjectHeader span
{
	float: left;
	width: 49%;
}

#ObjectList .Object .ObjectContent
{
	min-height: 90px;
	padding: 5px 3px;
}

* html #ObjectList .Object .ObjectContent
{
	height: 90px;
}

#ObjectList .Object .ObjectContent .ObjectImage
{
	float: left;
	width: 120px;
}

#ObjectList .Object .ObjectContent .ObjectImage a
{
	border: 0;
	background-color: transparent;
}

#ObjectList .Object .ObjectContent p
{
	margin-left: 130px;
}

#ObjectList .Object .ObjectFooter
{
	background-color: #F0F4F9;
	padding: 3px 5px;
	font-size: 0.9em;
	color: #666;
}

#ObjectList .Object .ObjectFooter a
{
	border: 0;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#ObjectList .Object .ObjectFooter a:hover
{
	text-decoration: underline;
	background-color: transparent;
}

#ObjectList .Object .ObjectFooter span
{
	display: block;
	float: left;
}

#ObjectList .Object .ObjectFooter span.person
{
	width: 135px;
}

#ObjectList .Object .ObjectFooter span.rooms
{
	width: 100px;
}

#ObjectList .Object .ObjectFooter span.price
{
	width: 135px;
}

/******************************
*				PageList				*
******************************/

.PageList
{
	display: none;;
}
