body {
	background-color:#FFEFDF;
	color:#A45000;
	margin:3px;
	padding:0px;
	font-size:8pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
}

h1 {
	font-size:13pt;
	font-weight:bold;
	margin:0px;
}


/***** Übersicht Tabelle *****/
#bs_table table {
	padding:0px;
	border:0px;
}
/* Zelle */
#bs_table td {
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
#bs_table div {
	text-align:center;
	cursor:pointer;
}
/* Überschrift */
#bs_table p {
	font-size:11pt;
	font-weight:bold;
	margin:0px;
}
/* Datum */
#bs_table span {
	font-size:8pt;
	font-weight:normal;
}
/* Überschrift (span) */
#bs_table span.p {
	font-size:11pt;
	font-weight:bold;
	margin:0px;
}
/* Link */
#bs_table a				{ display:block; color:#A45000; }
#bs_table a:link		{ text-decoration:none; }
#bs_table a:visited		{ text-decoration:none; }
#bs_table a:active		{ text-decoration:none; color:#D66800; background-color:#FFE3C8; }
#bs_table a:hover		{ text-decoration:none; color:#D66800; background-color:#FFE3C8; }

#bs_table a.info			{ display:inline; color:#000000; }
#bs_table a.info:link		{ text-decoration:none; }
#bs_table a.info:visited	{ text-decoration:none; }
#bs_table a.info:active		{ text-decoration:underline; }
#bs_table a.info:hover		{ text-decoration:underline; }


/***** Karte *****/
#bs_card table {
	padding:2px;
	border:0px;
	width:740px;
}
#bs_card table.service {
	border:1px solid #E2BD99;
	width:auto;
}

#bs_card p {
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}
#bs_card td.pic {
	width:254px;
	height:354px;
}
#bs_card td.pic_thumb {
	width:64px;
	height:64px;
}
#bs_card div.no_thumb {
	width:60px;
	height:60px;
	background-color:#F7E1CB;
	border:1px solid #E2BD99;
}
#bs_card img {
	border:0px;
}
#bs_card img.thumb {
	border:1px solid #A45000;
}

#bs_card div.info {
	color:#000000;
	background-color:#E6A11B;
	padding:3px;
	border:1px solid #404048;
}

#bs_card td.service {
	text-align:center;
	vertical-align:top;
}
#bs_card td.service_header {
	color:#A45000;
	background-color:#E9CEA8;
	text-align:left;
}
#bs_card td.service_label {
	background-color:#EFD3B8;
	text-align:left;
}
#bs_card td.service_text {
	background-color:#F5DEC7;
	text-align:left;
}
#bs_card div.service_text {
	background-color:#F5DEC7;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	margin-right:4px;
	margin-bottom:3px;
}

#bs_card td.text {
	font-size:8pt;
	vertical-align:top;
}
#bs_card td.link {
	text-align:right;
	vertical-align:middle;
}
#bs_card a				{ color:#A45000; }
#bs_card a:link			{ text-decoration:none; }
#bs_card a:visited		{ text-decoration:none; }
#bs_card a:active		{ text-decoration:underline; }
#bs_card a:hover		{ text-decoration:underline; }

#bs_card a.button				{ display:block; width:140px; padding:2px; padding-left:25px; margin-bottom:4px; color:#A45000; background-color:#F7E1CB; border:1px solid #E2BD99; }
#bs_card a.button:link			{ text-decoration:none; }
#bs_card a.button:visited		{ text-decoration:none; }
#bs_card a.button:active		{ text-decoration:none; background-color:#FFF7EE; }
#bs_card a.button:hover			{ text-decoration:none; background-color:#FFF7EE; }
#bs_card div.button			{ width:140px; padding:2px; padding-left:25px; margin-bottom:4px; font-style:italic; color:#C7BBAF; background-color:#F7E1CB; border:1px solid #E2BD99; }
#bs_card div.button_active	{ width:140px; padding:2px; padding-left:25px; margin-bottom:4px; margin-left:12px; background-repeat:no-repeat; font-weight:bold; color:#A45000; background-color:#FFF7EE; border:1px solid #E2BD99; }
#bs_card div.active_bg		{ width:250px; padding:0px; margin:0px; background-image:url(../img/card_icon_active.png); background-repeat:no-repeat; border:0px; }

