/* CSS Document */
/*---------------------------- U B E R S I C H T S T A B E L L E ---*/
#termine {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: left;
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;
	width:100%;
}
#termine td{
	border-bottom:1px solid silver;
	}
#termine tr{}
#termine tr.odd{
    background-color: #FFF;
}
#termine tr.even{
    background-color: #FAFAFA;
}
#termine td.kv img{
	border:1px solid silver;
	}
/*---------------------------- V A  -  D E T A I L -------------------*/
p.big{
	font-size:18px;
	}
