/* @override http://localhost:8888/mbb/_css/termin.css */
body.pop {
	background-color: #d9d9db;
	background-image: none;
}

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

.pop_head {
    color: #af002f;
    text-decoration:none;
	padding-left: 10px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
}

.pop_cont {
    color: #626262;
    text-decoration:none;
	padding-left: 10px;
	margin: 0px;
	font-style: normal;
	line-height: 1em;
	font-size: 0.9em;
}

.pop_bottom {
    color: white;
    text-decoration:none;
	font: normal 0.9em/1.2em;
	padding-left: 10px;
	text-align: center;
}

h1.sidebar{
	height: 25px;
	margin-bottom: 0px;
}

body.pop td {
	border-bottom: 1px solid #ffffff;
}

.pop{
	background-color: #e4e4e6;
}

.pop:nth-of-type(2n){
	background-color: #f1f1f1;
}

.termin_table {
	width: 411px;
}

.termin_table td{
	font-size: 0.8em;
	font-weight: bold;
}

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

.termin_kopf, .termin_kopf_rechts {	
    background-color:black;
    color: white;
    font-size: 0.7em;
	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 {
	border-right-style: none;
}

.termin_kopf img{
	float: right;
	margin: 5px 0 5px 5px;
}

tr.termin_zeile_schwarz,tr.termin_zeile_grau {
	color: white;
    text-decoration:none;
	font: normal 0.9em/1em;
	border-top: 3px solid white;
	background-color: #848484;
}

tr.termin_zeile_grau {
	background-color: #b5b5b5;
}

tr.termin_zeile_aktiv, tr.termin_zeile_grau:hover, tr.termin_zeile_schwarz:hover {
	background-color: #cf0035;
}

.termin_leerzeile {
	padding: 1.5px;
}

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

