@charset "utf-8";

/* für mehrere Bereiche */

tr.grey {
	background-color:#EBEBEB;
}

tr.light-grey {
	background-color:#F9F9F9;
}

.centered {
	text-align:center;
}

.extra-high {
	margin-top:2em;
}

/*   list.tpl  */

table#list {
	width:100%;
}

table#list
	th {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

table#list
	td {
	padding:5px;
}

table#list
	a {
	font-weight:normal;
}

table#list
	a.details {
	color:#CC0000;
	font-size:11px;
	font-weight:normal;
}

table#list
	a.m-merkliste {
	color:#CC0000;
	font-size:11px;
	font-weight:normal;
}

table#list-navigation {
	width:100%;
	text-align:center;
}

table#list-navigation 
	td.smaller-width {
	width:6.5em;
}

table#list-navigation
	* {
	font-size:10px;
}


/*   new.tpl   */

.formError {
	color:#DF420D;
}

form#register
	 label {
	width:22em;
	float:left;
	text-align:right;
	display:block;
}

form#register
	input,
form#register
	select,
form#register
	textarea {
	margin-left:5px;
}

form#register
	input.standardised-text,
form#register
	select,
form#register
	textarea {
	width:20em;
}

form#register
	select.normal {
	width:9em;
}

form#register
	label.same-line {
	float:none;
	display:inline;
}

form#register
	fieldset {
	margin-bottom:20px;
	border:1px solid #999999;
}

form#register
	legend {
	font-weight:bold;
	font-size:13px;
}

/*  objekt.tpl  */

table#prices, table#object-information {
	width:100%;
}

table#object-information
	td {
	border:1px solid #E2E2E2;
}

table#description-and-information {
	border-spacing:0;
}

table#description-and-information
	td#fixed-width-left {
	width:450px;
	vertical-align:top;
	padding-right:15px;
}

table#description-and-information
	td#fixed-width-right {
	width:350px;
	vertical-align:top;
}

td.object-information-cell {
	width:18em;
	font-weight:bold;
}

td.object-price-cell {
	width:20em;
}

a#linkt-to-calendar {
	font-size:12px;
}

a#linkt-to-calendar
	img {
	padding-left:2px;
}

tr#price-row
	* {
	font-size:12px;
	font-weight:bold;
}

p#price-paragraph {
	margin-top:5em;
}

table#prices
	tr {
	height:2em;
}

div.object-picture {
	margin:5px;
	text-align:center;
}

div#image-table-container {
	width:100%;
	overflow:auto;
	margin-top:1em;
}

/* Workaround IE */

* html div#image-table-container {
	overflow-x: auto;
	overflow-y: visible;
	padding-bottom: 16px;
}

div#image-table-container
	table {
	border:1px solid #D8D8D8;
	margin:2px;
}

div#image-table-container
	td {
	text-align:center;
	padding:8px;
}

div#image-table-container
	img {
	margin-top:10px;
}

/* vakanzakalender.tpl */

p#vakanzenkalender {
	margin-top:2em;
}

table#calendar {
	border-collapse:collapse;
}

table#calendar
	* {
	font-size:10px;
}

table#calendar
	td {
	width:8em;
	padding:0;
}

table#calendar
	td,
table#calendar
	th {
	border:1px solid #767676;
	text-align:center;
	font-weight:normal;
}

table#calendar
	th {
	background-color:#EBEBEB;
}

table#calendar
	th.weekend {
	background-color:#C3C3C3;
}

table#calendar
	a.day-date {
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	display:block;
}

table#calendar
	div#today {
	border:2px solid #999999;
}

table#calendar
	div.not-today {
	padding:2px;
}

table#calendar
	div.price-for-day {
	text-align:right;
}

/* die jeweiligen Stati = plural fuer Status ;-D */

	td.status-frei {
	background-color:#D7FFCD;
}

table#calendar
	td.status-frei-weekend {
	background-color:#C2E6B9;
}

	td.status-belegt {
	background-color:#FFB9B9;
}

table#calendar
	td.status-belegt-weekend {
	background-color:#E6A7A7;
}

	td.status-Angebot {
	background-color:#CDE4FF;
}


table#calendar
	td.status-Angebot-weekend {
	background-color:#B9CEE6;
}

	td.status-Option {
	background-color:#FFE99B;
}


table#calendar
	td.status-Option-weekend{
	background-color:#FFE99B;
}

/* LEGENDE */

table#calendar-chart {
	border-collapse:collapse;
}

table#calendar-chart
	td {
	width:7em;
	padding:0;
	text-align:center;
	font-weight:bold;
	border:1px solid #767676;
}

/* --- */

.contentBox
{
    padding:5px;
    margin-bottom:10px;
}


.contentContent
{
    padding:5px;
}
