body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

table#tLayout,table#tLayout2 {
	width:648px;
}
table#tLayout td {
	vertical-align:top;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:15px;
}
table#tLayout2 td {
	vertical-align:top;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	/* padding-bottom:3px; */
}
td#leftCol {
	width:200px;
	text-align:right;
}
td#rightCol {
	width:448px;
}

h1 {
	font-size: 22px;
	margin:0px;
	margin-top:0px;
	margin-bottom:8px;
	/*text-align:right;*/
	color:#222255;
}

h2 {
	font-size: 18px;
	margin:0px;
	margin-top:15px;
	margin-bottom:5px;
	/*text-align:right;*/
	color:#222255;
}

h1#title {
	color:orange;
	font-size:24px;
	margin:0px;
}
h1#dateMonth {
	font-size:18px;
	margin-bottom:5px;
	/*text-align:right;*/
}
h1#therapistName {
	margin:0px;
}
h2#topics {
	margin-bottom:0px;	
}

hr {
	color:#E0E0E0;	
}
hr#dashed {
	border:0px;
	border-top:1px dashed #B0B0B0;
	height:1px;
}	

p {
	margin-top:0px;
	margin-bottom:20px;	
}

img {
	border: 1px dotted #999999;
}
img.noBorder {
	border: 0;
}

a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	/* line-height: 1; warum war das drinnen??? */	
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-weight:bold;
	text-decoration:underline;
}

a.menu {
	text-decoration:none;
	font-weight:bold;
	font-style:normal; /* needed for tableLayout... */
	color:blue;	
}
a.email, a.email:link, a.email:visited {
	text-decoration:none;
	font-weight:normal;
	font-style:normal; /* needed for tableLayout... */
	color:blue;	
}
a.menuBottom {
	text-decoration:none;
	font-weight:bold;
	font-style:normal; /* needed for tableLayout... */
	color:white;	
}
a.menu:link, a.menu:visited, a.email:link, a.email:visited,
a.menuBottom:link, a.menuBottom:visited {
	text-decoration:none; /* needed for InternetExplorer */
}
a.menu:focus, a.menu:hover, a.menu:active,
a.menuBottom:focus, a.menuBottom:hover, a.menuBottom:active {
	color:orange;
}
a.email:focus, a.email:hover, a.email:active {
	color:red;
	font-weight:normal; /* needed for InternetExplorer */
}

#white {
	color:white;
}
a.email:hover#white {
	color:orange;
}

#selected {
	color:orange;	
}

a.internal:link, a.internal:visited, a.internal:focus {
	text-decoration:none;
	font-weight:normal;
	color:blue;
}
a.internal:hover, a.internal:active {
	color:orange;
}
a.external:link, a.external:visited, a.external:focus {
	text-decoration:none;
	font-weight:normal;
	color:#FF00A8;
}
a.external:hover, a.external:active {
	color:red;
}
