@charset "UTF-8";

@media all
{

	* {
		margin: 0;
		padding: 0;
	}
	body {
		line-height: 150%;
		background: #fff;
		font-family: "Lucida Bright", Lucida, "Palatino Linotype", Palatino, Georgia, serif;
		color: #063;
	}
	.page_margins {
		width: 800px;
		margin: 0 auto;
	}
	.page {
		width: 430px;
		padding: 10px 10px 10px 370px;
		background-image: url(stethoskop.jpg);
		background-repeat: no-repeat;
		background-position: 0px 120px;
	}
	p,ul,table { margin: 0 0 1.4em 0; }
	a { text-decoration: none; }
	img {
		float: left;
		width: 400px;
		margin-right: 10px;
	}
	h1 { margin:1em 0 .2em 0; }
	hr {
		width: 60%;
		margin: 1em auto;
	}
	abbr[title="Diplom-Medizinerin"] { speak:spell-out; }
	ul {
		padding-left:20px;
		color: silver;
		list-style-position: outside;
	}
	li span { color: #063; }
	table { table-layout:fixed; width: 100%; }
	th { text-align:center; }
	td {
		width: 20%;
		text-align: center;
		padding: 0.2em;
		white-space: nowrap;
	}
	.wrap { white-space: pre; }
	.small {
		font-size: small;
		color: gray;
	}
	.copy {
		float: right;
		width: 400px;
	}
	.eins { background-color: #EEE; font-size: 75%; }
	.zwei { background-color: #DDD; }
	.wide { letter-spacing: 0.15em; }
	.extrawide { 	letter-spacing: 2px; }
	.footer {
		line-height: 1.4em;
		clear: both;
		font-family: Trebuchet, sans-serif;
		font-size: x-small;
		color: gray;
		text-align: center;
	}
	.left { float:left; }
	.right { float:right; }
	.clear { clear:both; }
	.center { text-align:center; }
	.subtitle { margin:.6em 0 2em 0; }
	.tel {
		background-image: url(tel.png);
		background-repeat: no-repeat;
		background-position: 0px -2px;
		padding-left: 30px;
	}
	.email {
		background-image: url(email.png);
		background-repeat: no-repeat;
		background-position: 0 -2px;
		padding-left: 30px;
	}

}
