#content {
	color: #134570;
}

.box {
	border: 1px solid #add7f5;
	background-color: #f0fafb;
	padding: 1em;
}


ul.laender, ul.regionen, ul.unterregionen, ul.orte {
	float: left;
}
ul.regionen, ul.unterregionen, ul.orte {
	width: 15em;
}
ul.laender {
	width: 10em;
}

ul.objekte {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.objekt {
	margin: 1em 0;
	position: relative;
}


li.objekt h3 {
	background-color: transparent;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #add7f5;
}
li.objekt h3 a {
	color: #e75c00;
}
li.objekt h3 a:hover {
	text-decoration: none;
	color: #143970;
}
li.objekt .id {
	position: absolute;
	top: 4px;
	right: 4px;
	color: #add7f5;
	font-size: 18px;
	font-weight: bold;
}
li.objekt .foto {
	float: left;
	margin: 0;
}
li.objekt .content {
	margin-left: 120px;
}
li.objekt p {
	font-size: 14px;
}

.foto {
	float: left;
	margin:  0 1em 1em 0;
}
.description {
	line-height: 1.4em;
}
.description ul {
	margin-top: 0;
	margin-bottom: 0;
}

#calendars {
}

dt {
	width: 470px;
	float: left;
	clear: left;
	margin: 0;
	border-top: 1px solid #add7f5;
	padding: 3px 5px;
}
dd {
	width: 470px;
	float: left;
	margin: 0;
	border-top: 1px solid #add7f5;
	padding: 3px 5px;
	text-align: right;
}
dl {
	border: 1px solid #add7f5;
	border-top-width: 0px;
	background-color: #fff;
}

dd.heading, dt.heading {
	color: #143970;
	background-color: #f0fafb;
	font-size: 14px;
}


table.calendar {
	background-color: #fff;
	border: 1px solid #add7f5;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	margin-left: 1em;
	margin-top: 1em;
}

.calendar th {
	font-weight: normal;
	border: 1px solid #add7f5;
	color: #fff;
	color: #143970;
	height: 25px;
}

.calendar td {
	text-align: center;
	width: 25px;
	height: 25px;
	border: 1px solid #add7f5;
	color: #143970;
}

td.onrequest {
	background-color: #ffffaa;
	color: #880;
}

td.closed {
	background-color: #fff;
	color: #bbb;
}

td.free {
	color: #080;
	background-color: #cfffaf;
}

td.taken {
	background-color: #ffcabf;
	color: #aaa;
	color: #966;
}

td.arrival {
	border-bottom-color: #000;
	border-right-color: #000;
	color: #000;
	font-weight: bold;
}

td.half-taken {
	background-image: url(../images/half_taken.png);
	background-repeat: no-repeat;
}

td.half-free {
	background-image: url(../images/half_free.png);
	background-repeat: no-repeat;
}

td.half-onrequest {
	background-image: url(../images/half_onrequest.png);
	background-repeat: no-repeat;
}

td.half-closed {
	background-image: url(../images/half_closed.png);
	background-repeat: no-repeat;
}

.tagcloud {
	border: 1px solid #add7f5;
	background-color: #f0fafb;
	padding: 1em;
	margin: 1em 0;
	text-align: justify;
}

.tagcloud a:hover {
	color: #143970;
	text-decoration: none;
}

.tag0 {
	font-size: 12px;
	line-height: 20px;
	color: #f09284;
}
.tag1 {
	font-size: 16px;
	line-height: 20px;
	color: #ed8056;
}
.tag2 {
	font-size: 18px;
	line-height: 20px;
	color: #ea6e28;
}
.tag3 {
	font-size: 20px;
	line-height: 20px;
	color: #e75c00;
}

ul.trails {
	list-style-type: none;
}

.buttonbar {
	border: 1px solid #add7f5;
	background-color: #f0fafb;
	padding: 0;
	clear: left;
}
.buttonbar li {
	list-style-type: none;
	float: left;
	width: auto;
	display: inline;
}

.buttonbar li a {
	padding: 2px 15px;
	display: block;
	border-right: 1px solid #add7f5;
	font-weight: bold;
	color: #143970;
}

.buttonbar li a:hover {
	background-color: #add7f5;
	color: #fff;
	text-decoration: none;
}

#browse_suche table {
	width: 100%;
}

.pagination {
	text-align: center;
}

.pagination a {
	border: 1px solid #add7f5;
	background-color: #f0fafb;
	padding: 2px 4px;
}
.pagination strong {
	border: 1px solid #add7f5;
	background-color: #fff;
	padding: 2px 4px;
}

/* FIXES */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1px;
}
.clearfix {display: block;}
/* End hide from IE-mac */

