.locations_head1 {
	background-image: url(../images/site/obenlinks_blau.jpg); 
	padding-left: 15px; 
	padding-top: 4px;
	height: 28;
	color: #FFFFFF;
	font-weight: bold;
}

.locations_head2 {
	background-image: url(../images/site/obenrechts_blau.jpg); 
	padding-left: 17px; 
	padding-top: 4px;
	height: 28;
	color: #FFFFFF;
	font-weight: bold;
}

.locations_title {
	font-size: 14;
	color: #0E6992;
	border-bottom: 5px solid #333333;
}


.locations_head_content {
	background-image: url(../images/site/content_blau.jpg); 
	padding-left: 15px; 
	padding-top: 2px;
	height: 27;
	color: #FFFFFF;
	font-weight: bold;
}


a.locations:link {
	text-decoration:none;
    color: #0E6992;
}

a.locations:visited {
	text-decoration:none;
	color: #0E6992;
}

a.locations:hover {
    text-decoration: underline;
    color: #0E6992;
}

a.locations:active {
    text-decoration:none;
    color: #0E6992;
}


