/* reset from http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Therapie Rauter Style */
body {
	color: #444;
	background-color: #FFD28C;
	font-family: verdana,sans-serif;
	line-height: 1.5em;
}

table.main_table {
	margin: 8px;
	width: 700px;
	border-spacing: 0;
}

table.main_table td {
	vertical-align: top;
}

td.header img, td.bottomheader img {
	border: 0;
	padding: 0;
	margin: 0;
}

td.header {
	width:  700px;
	height: 135px;
}

div.subheader {
	font-size: 10pt;
	padding: 2px 8px;
	letter-spacing: 0.2em;
	color:	#f39400;
	position: absolute;
	left: 400px;
	top:  110px;
}

td.bottomheader {
	background-color: #FFFFFF;
	width: 700px;Arial,Helvetica,sans-serif
	height: 15px;
	font-size: 1px;
}

td.menu {
	background-image: url("../images/menu-bg.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 172px;
	padding: 8px;
	min-height: 480px;
	font-size: 10pt;
	line-height: 1.2em;
}

a.child {
	color:	#f39400;
	text-decoration: none;
}

a.child:hover {
	text-decoration: underline;
}

td.menu a {
	color: #ffebcc;
	text-decoration: none;
}

td.menu a:hover {
	color: white;
	text-decoration: underline;
}

td.menu a.active {
	font-weight: bold;
}

td.bottommenu {
	background-color: #FFFFFF;
	width: 172px;
	height: 12px;
}

td.content {
	background-color: #FFFFFF;
	width: 512px;
	padding: 8px;
	font-size: 12pt;
}

td.content h1, td.content h2, td.content h3, td.content h4 {
	margin-bottom: 0.7em;
	line-height: 1.5em;
}

td.content h1 {
	font-size: 2.4em;
	color:	#f39400;
	margin-top: 0.3em;
}

td.content h2 {
	font-size: 1.5em;
	font-variant: small-caps;
}

td.content h3 {
	font-weight: bold;
	font-size: 1.1em;
}

td.content h4 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2.list {
	color: #f39400;
	margin-top: 1em;
}

p.nofloat {
	clear: both;
}

div.gallery {
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
	margin: 3px 6px;
	width: 120px;
	height: 100px;

	box-shadow: 			1px 1px 3px #666;
	-o-box-shadow: 			1px 1px 3px #666;
	-webkit-box-shadow: 	1px 1px 3px #666;
	-moz-box-shadow: 		1px 1px 3px #666;
}

div.gallery_preview {
	height: 180px;
	position: relative;
}

div.gallery_preview div.first, div.gallery_preview div.second, div.gallery_preview div.third {
	border: 1px solid gray;
	background-color: white;
	width: 120px;
	height: 100px;
	padding: 5px;
	position: absolute;
}

div.gallery_preview div.label {
	left: 180px;
	position: absolute;
}

div.gallery_preview div.label a {
	text-decoration: none;
	color: #f39400;
}

div.gallery_preview div.label a:hover {
	text-decoration: underline;
}

div.gallery_preview div.first {
}

div.gallery_preview div.second {
	top: 5px;
	left: 5px;
}
div.gallery_preview div.third {
	top: 10px;
	left: 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

td.content div.gallery img, td.content div.gallery_preview img {
	position: relative;
	border: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}

td.content img {
	border: 8px solid white;
	margin: 5px;
}

table.form {
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
}

table.form td {
	padding: 3px;
}

table.form input, table.form textarea {
	width: 100%;
}

table.form textarea {
	height: 180px;
}

div.maps {
	text-align: center;
	margin: 5px;
	background-color: white;
	padding: 5px;
	width: 475px;
}

div.maps iframe {
	width: 475px;
	height: 420px;
}

div.maps small {
	font-size: 0.7em;
}

div#photopane {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -325px;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	height: 650px;
	background-color: #ffebcc;
	border: 1px solid #f39400;
	z-index: 10;
	
	box-shadow: 			0px 0px 8px #666;
	-o-box-shadow: 			0px 0px 8px #666;
	-webkit-box-shadow: 	0px 0px 8px #666;
	-moz-box-shadow: 		0px 0px 8px #666;
}

div#photopane div#content {
	position: absolute;
	top: 10px; left: 10px; width: 800px; height: 600px;
	text-align: center;
	vertical-align: middle;
}

div#photopane div#content > img {
	vertical-align: middle;
	text-align: center;
}

div#photopane div#toolbar {
	position: absolute;
	top: 625px; left: 120px; width: 540px;
	text-align: center;
}

div#photopane button#close {
	position: absolute;
	z-index: 10;
	top: 630px; left: 753px;
	text-align: right;
}

div#photopane div#photonumber {
	display: inline;
	vertical-align: bottom;
	text-align: center;
	margin: 0 30px;
}

div#photopane button {
	border: 0;
	background-color: #f39400;
	color: #ffebcc;
}

div#photopane span.link:hover {
	color:#f39400;
}

pre {
	line-height: 1em;
}