/* @override http://localhost:8888/mbb/_css/termin.css */

a {
	color: #a9b764;
	text-decoration: none;
}

a:hover {
	color:  white;
	text-decoration: underline;
}
.pop_head {
    background-color:black;
    color: white;
    text-decoration:none;
	font: normal 0.9em/1.2em;
	padding-left: 10px;
	text-transform: uppercase;
}

.pop_cont {
    background:url('../_images/50_schwarz.png');
    color: white;
    text-decoration:none;
	font: normal 0.9em/1em;
	padding-left: 10px;
}

.pop_table {
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	width: 95%;
}

.termin_table {
	width: 573px;

	/*width: 100%;*/
}

.termin_ueber{
	background-color:#a9b764;
    color: black;
	font: 0.9em/1em;
	text-align: center;
	letter-spacing: 1em;
	text-transform: uppercase;
}

.termin_kopf {	
    background-color:black;
    color: white;
	font: 0.8em/1em;
	text-transform: uppercase;
	padding-left: 10px;
	margin-right: 2.5px;
	margin-left: 2.5px;
	text-align: left;
	border-right: 3px solid white;
}
.termin_kopf_rechts {	
    background-color:black;
    color: white;
	font: 0.8em/1em;
	text-transform: uppercase;
	padding-left: 10px;
	margin-right: 2.5px;
	margin-left: 2.5px;
	text-align: left;
}

.termin_zeile_grau {	
	background: url(../_images/1x1px_55_schwarz.png);
	color: white;
    text-decoration:none;
	font: normal 0.9em/1em;
	border-top: 3px solid white;
}
.termin_zeile_grau:hover{
	opacity: 0.8;
}
.termin_zeile_schwarz {	
	background: url(../_images/1x1px_70_schwarz.png);
	color: white;
    text-decoration:none;
	font: normal 0.9em/1em;
	border-top: 3px solid white;
}
.termin_zeile_schwarz:hover{
	opacity: 0.6;
}
.termin_leerzeile {
	padding: 1.5px;
}

a:visited {
	color: #a9b764;
}
a.pop_link, a.pop_link:visited {
		color: #a9b764;
}
