/**
 * Country Verlag
 * Kartensets: Lichtkarte ziehen
 *
 * @Version $Id: karte.css 53 2008-10-09 16:25:57Z MW $
 * @copyright 1998-2008, Michael Wegner (mikey at yavantho dot de)
 * @Stand: $Date: 2008-10-09 18:25:57 +0200 (Do, 09. Okt 2008) $
 *
 */

div#karte {
	font-family:"Trebuchet MS",sans-serif;
	text-align:center;

	background:none;
	border:none;

	width:100%;
	height:400px;

	margin:12px auto;
	padding:14px;

	overflow:hidden;
	}

	#karte ul {
		margin:12px 0;
		padding:0;
		font-style:italic;
		font-size:11pt;
		list-style-image:url(/pics/sym/liheart.gif);
		}

		#karte li { margin:0; }


		#karte #startbutton { margin:16px auto; cursor:pointer; }


	#karte h1 { color:#b2000e; text-transfor:uppercase; font-size: 13pt; margin:40px 0 16px;}
	#karte h2 { color:#9e0710; text-transfor:uppercase; font-size: 13pt; margin:26px 0 16px 0; }

	#karte #inhalt { color:black; font-size: 9.5pt; padding: 5px 15px; line-height:1.5em; }
	#karte #affis {	color:#9e0710; font-style:italic; font-size: 9.5pt; padding: 0 15px; line-height:1.5em;  }
