body {margin-top: 30px}

.therapeuten {
	padding-bottom:20px;
	}
.therapeuten table {
	border-collapse: collapse;
	}

.therapeuten table td {
	padding: 10px;
	}

table#wrapper {
	background:url("../images/bg_graubeige.gif");
	width: 760px;
	}

/* ######################## grundlegende textformatierungen ######################################  */
h1,h2,h3,p,a {
	font-family: Verdana, Helvetica, sans-serif;
	}
h1		{
	font-size: 14px; 
	text-align:center;
	color: #5C5C5C;
	}
h2		{
	font-size: 16px; 
	text-align:center;
	color: #5C5C5C;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight: bold;
	}
h3		{
	font-size: 12px; 
	text-align:center;
	}

p		{
	font-size: 12px;
	}
	
p.zentral {text-align:center;}
p.klein {font-size:10px; text-align:justify;}
p.titel	{font-size:11px; text-align:center;}
		
a.oben	{font-size:14px; color:#5C5C5C; font-weight: bold;}
a.unten	{font-size:10px; color: #5C5C5C;}

a.oben:link {text-decoration:none;}
a.oben:visited {text-decoration:none;}
a.oben:active {text-decoration:underline;}
a.oben:hover {text-decoration:underline;}

a.unten:link {text-decoration:none;}
a.unten:visited {text-decoration:none;}
a.unten:active {text-decoration:underline;}
a.unten:hover {text-decoration:underline;}

.grossfett	{font-size:15px; color:#5C5C5C;font-weight:bold;border:none}
a.klein	{font-size:10px; color: #5C5C5C;}

a.grossfett:link {text-decoration:none;border:none}
a.grossfett:visited {text-decoration:none;}
a.grossfett:active {text-decoration:underline;}
a.grossfett:hover {text-decoration:underline;}

.dot 	{border-style: dotted; border-width:1px; border-color: #000000;}
.sol 	{border-top: 1px #000000 solid;
		border-bottom: 1px #000000 solid;
		padding-top: 10px;
		padding-bottom: 10px;}
.middle {text-align:center;}
