/* Style-Definitionen für InfoKarte() version 1.0 */

.infokarte {
	visibility: hidden;
	width: 349px;
	height: 215px;
	background-image: url(../images/infokarte/bg_infokarte_orange.gif);
 	font-family: Arial, Helvetica, sans-serif;
}

.infokarteKopf {
 	position: absolute;
	top: 8px;
 	height: 20px;
 	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
   font-size: 12px;
	font-weight: bold;
	color: #A73212;
}

.infokarteText {
 	position: absolute;
 	height: 145px;
	width: 328px;
	top: 35px;
 	padding-left: 10px;
 	padding-right: 0px;
 	overflow: auto;
 	font-size: 11px;
 	color: black;	
}

.infokarteFuss {
 	position: absolute;
 	height: 12px;
	width: 328px;
	top: 190px;
 	padding-left: 10px;
 	padding-right: 0px;
 	overflow: hidden;
   text-align: center;
	font-size: 11px;
 	color: Gray;	
}

.infokarteFuss a {
	color: Gray;	
}
