/* CSS Document */
body {
	color: black;
	background: transparent;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	/*text-align: justify;*/
}
img {
	border: 0;
	/*display: block;*/
}
a:link, a:visited, a:focus, a:hover, a:active {
	color: blue;
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
/*a[href^="http"]:link:after, a:visited:after {
	content: " ( Link zu: "attr(href)") ";*/ /* Externer-Link zu: */
	/*font-size: 76%;
	color: black;
	font-style: italic;
}
a[href^="/"]:link:after {
	content: " ( Interner-Link zu: http://my-gaestebuch.de"attr(href)") ";
	font-size: 76%;
	color: black;
	font-style: italic;
}
a[href^="."]:link:after {
	content: " ( Interner-Link zu: "attr(href)") ";
	font-size: 76%;
	color: black;
	font-style: italic;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 13pt;
}
h6 {
	font-size: 12pt;
}
p {
	margin: 0 0 1em 0;
	font-size: 12pt;
}
/*p+p {
	margin-top: -1em;
	text-indent: 2em;
}*/
.content h2 a.linkversteckt {
	text-decoration: none;
	color: black;
}
#kopf, #links, .grafikoben, .login, .rechtsobenende, .unsichtbar, .fuss, #bookmarks {
	display: none;
}
/* fuer FAQ */
.answer {
	display: inline !important;
}

