div.hometitle {
	width: 450px;
	height: 327px;
	margin: 20px auto 42px auto;
	text-align: center;
	background-image: url(../img2/home_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
div.hometitle div {
	padding-top: 200px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 130%;
}
div.hometitle h1 {
	font-size: 1.7em;
	letter-spacing: .03em;
	font-weight: bold;
}
div.homeportrait {
	float: right;
	margin: 0 0 1em 2em;
}
p.hometext {
	/* font-weight: bold; */
	line-height: 2em;
}

ul.faq li {
	margin-bottom: .5em;
	text-align: left;
}
ul.faq div {
	display: none;
	text-align: justify;
}

table.biographie, table.termine, table.content, table.erfolge {
	width: 100%;
	margin: 0 auto;
}
table.biographie th, table.termine td.date {
	width: 10em;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: .2em 1em .2em 0;
}
table.biographie td, table.termine td.description {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: .2em 0 .2em 1em;
}
table.content th, table.content td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: .2em .5em .2em 0;
}
table.erfolge th, table.erfolge td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0 .5em 1em 2em;
}
table.erfolge th {
	text-align: left;
	padding-bottom: 0;
	padding-left: 0;
}
table.content th.right, table.content td.right {
	text-align: right;
}
table.termine div.extra {
	margin: 0;
	border: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #666;
}
table.termine div.extra a {
	color: #666;
}
table.termine div.extra img {
	vertical-align: middle;
}

div.terminbox {
	width: 100%;
	color: #fff;
	background-color: #0A4778;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: left;
}
div.terminbox_map {
	height: 230px;
	position: relative;
}
div.terminbox a {
	color: #fff;
}
div.terminbox .map {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	height: 230px;
	color: #fff;
	border: 0;
}
div.terminbox table {
	margin: 10px;
	width: auto;
}
div.terminbox_map table {
	width: 210px;
}
div.terminbox td {
	color: #fff;
	vertical-align: top;
	text-align: left;
}

div.img_li {
	float: left;
	padding: .5em 0 .5em 0;
}
div.img_re {
	float: right;
	padding: .5em 0 .5em 0;
}
div.img_li img, div.img_re img {
	width: 210px;
	height: 210px;
}
div.img_descr {
	clear: both;
	padding: 0 0 1.5em 0;
	text-align: center;
}
div.img_presse {
	padding: 0 0 2em 0;
}
div.img_presse img {
	width: 200px;
	height: 200px;
}

div.galerie a {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
}
div.galerie a div {
	text-decoration: underline;
}
div.galerie a:hover div {
	text-decoration: none;
}
ul.fotolinks {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
ul.fotolinks li {
	text-align: center;
	padding: .5em;
}
ul.fotojahre {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
ul.fotojahre li {
	display: inline-block;
	text-align: center;
}
ul.fotojahre li a {
	text-decoration: underline;
}
ul.fotojahre li a:hover {
	text-decoration: none;
}
ul.fotojahre li strong {
	padding: 1em;
}

#map_canvas {
	color: #000;
	width: 450px;
	height: 450px;
	margin: 1em auto;
}

div.videos {
	margin: 0 auto;
	width: 425px;
	overflow: hidden;
	text-align: justify;
}

#contact .error {
	margin: 1em 0 0 0;
	padding: 1em;
	background-color: #900;
	color: #fff;
}
#contact form {
	text-align: center;
	padding-top: 1.5em;
}
#contact table {
	margin: 1em auto;
	border-spacing: 0;
	width: 33em;
}
#contact th, #contact td {
	margin: 0;
	padding: 0 .1em .1em 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
#contact th {
	width: 11em;
}
#contact th.top {
	vertical-align: top;
}
#contact input, #contact textarea {
	width: 23em;
}
#contact input.auto {
	width: auto;
}

/* hacks for IE <= 6 */
* html table.biographie, * html table.termine, * html table.content, * html table.erfolge {
	width: 460px;
}
* html table {
	font-size: 13px;
}
