/**
 * Style sheet basic
 */
.table_produkt_detail table .odd
{
	background-color: #E7EEF9;
}

.table_produkt_detail table .even
{
	background-color: #EEF4FD;
}

.table_produkt_detail ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.table_produkt_detail table td
{
	padding: 1px 1px 1px 3px;
	margin: 1px;
	text-left: right;
	color: #5D82BE;
}

.table_produkt_detail table .title
{
	width: 100px;
	text-align: left;
	border-left: 1px solid #fff;
	color: #002C77;
}

.table_produkt_detail table .data
{
	width: 175px;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}


/**
 * kalender
 */
/* Kalender */
#kalender .calendar
{
	width: 100%;
}

/* Kalender */
#kalender .calendar tbody tr
{
	height: 30px;
}

/* Kalender */
#kalender .calendar tbody tr td
{
	font-weight: bold;
	padding: 5px;
}

/* Kalender */
#kalender .calendar thead tr th
{
	background-color: #002C77;
	padding: 5px;
	width: 14%;
	color: #FFF;
}

/* Kalender */
#kalender .calendar .active
{
	background-color: #CADAF5;
}


/**
 * table_produkt_detail
 */
.table_produkt_detail table th h3
{
	padding: 0px;
	margin: 0px;
}

.table_produkt_detail table th
{
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #cfddf4;
	border-left: 1px solid #cfddf4;
	border-right: 1px solid #95b2e1;
	border-bottom: 1px solid #95b2e1;
	background-color: #B6CBED;
	text-align: left
}

.table_produkt_detail table
{
	width:560px;
	color: #5d82be;
	border-spacing: 0px;
	background-color: #fff;
	padding: 1px;
	background-color: #dae5f7;
	border-top: 1px solid #eef4fd;
	border-left: 1px solid #eef4fd;
	border-right: 1px solid #c3d3ee;
	border-bottom: 1px solid #c3d3ee;
}

.table_produkt_detail
{
	border-top: 0px solid #e2eaf8;
	border-left: 0px solid #e2eaf8;
	border-right: 0px solid #b3c7e7;
	border-bottom: 0px solid #b3c7e7;
	margin-bottom: 20px;
}

