﻿* {
	margin: 0;
	padding: 0;
}	

/* Formatvorlagen für Leihmaterial */
#miete {
}
#miete ul{
	list-style-type: none;
	list-style-position: inherit;
	padding: 5px;
	margin: 5px;
}
#miete li{
	background-color: #E3E6E8;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#tab-mietkosten {
	width: 470px;
	table-layout: fixed;
	border-collapse: collapse;
	color: #000066;
}

.tabelle {
	border-style: none;
}
.zell-li {
	padding: 5px;
	width: 260px;
	height: 20px;
	text-align: left;
}
.zell-ob {
	font-weight: bold;
	text-align: center;
}
.zell-du {
	background-color: #CCCCCC;
	text-align: center;
}
.zell-he {
	background-color: #F2F2F2;
	text-align: center;
}

/* Formatvorlagen für Tarife */


#tab-tarif {
	width: 460px;
	table-layout: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tazell {
	height: 20px;
}
.tazell-li {
	width: 70px;
	padding-left: 20px;
	padding-right: 5px;
}
.tazell-re {
	width: 200px;
}
.tazell-ob {
	font-weight: bold;
	font-size: small;
}


