/* --- module: location --- */

/* article */
.location #articleContent a {
	color: #7B848F;
	text-decoration: none;
}
.location #articleContent a:hover {
	color: #000000;
}
.location #articleContent a span {
	display: block;
}

.location #articleContent .title {
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.location #articleContent .listSpacer {
	border-bottom: 1px solid #D0D0D4;
	margin: 0px 0px 15px 0px;
	height: 15px;
	overflow: hidden;
}


/* termine */
.location #termineContent .detailLink {
	display: block;
	text-decoration: none;
}
.location #termineContent .detailLink span {
	display: block;
}

.location #termineContent .date {
	font-weight: 700;
	color: #7B848F;
}
.location #termineContent .title {
	color: #7B848F;
}
.location #termineContent .timeplace {
	
}
.location #termineContent .detailLink:hover span {
	color: #000000;
}


/* pfarren */
.location #pfarrenContent .item {
	padding: 0px 0px 5px 0px;
}
.location #pfarrenContent a.detailLink {
	text-decoration: none;
	color: #bd9a14;
}
.location #pfarrenContent a.detailLink:hover {
	text-decoration: none;
	color: #000000;
}

/* Institution */
.location #institutionenContent .item {
    padding: 0px 0px 5px 0px;
}
.location #institutionenContent a.detailLink {
    text-decoration: none;
    color: #bd9a14;
}
.location #institutionenContent a.detailLink:hover {
    text-decoration: none;
    color: #000000;
}

/* Search */
#locationSearchBox .distanceSelector {
	padding: 5px 0px 0px 0px;
	text-align: right;
}
#locationSearchBox .distanceSelector a {
	display: inline-block;
	text-decoration: none;
	background-color: #7b848f;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
	margin: 0px 3px 0px 0px;
}
#locationSearchBox .distanceSelector a:hover, #locationSearchBox .distanceSelector a.selected {
	opacity: 0.5;
}


