/* undo Browser default styles */
* {
        background: transparent;
        border: 0;
        color: inherit;
        font: inherit;
        margin: 0;
        list-style: none;
        padding: 0;
        text-decoration: none;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:10pt;
	text-align: left;
	text-transform: inherit;
	line-height: 17pt;
}

a:link {
	text-decoration: underline;
}

#content a.intern:link:after, #content a.intern:visited:after {
	content: " (http://www.heide-schoene.de/" attr(href) ") ";
	font-size: 90%;
}

#content a.extern:link:after, #content a.extern:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
   
h1, h2, h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size: 1.3em;
}

strong, th {
	font-weight: bold;
}

em {
	font-style: italic;
}

p+p {
	text-indent:2em;
}

address {
	line-height: 1.2em;
	font-style: normal;
	font-weight: inherit;
}

.hide {
	display:none;
}

table {
	border-collapse:collapse;
}

td, th {
	text-align: left;
	vertical-align: top;
	text-transform: inherit;
	padding:0.2em 2em 0.2em 0.1em;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

#wrap {
	text-align: left;
	text-transform: inherit;
	margin:0;
	width: auto;
}


#nav {
	display:none;
}


/* logo replacement */
#logo {
	margin:0;
}

#logo span {
	color:#fff;
	text-indent:-5000em;
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
}

blockquote small {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

#content img {
	float:right;
	margin: 0 0 1.5em 1.5em;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:1.5em;
}

#toc {
	display:none;
}

.goTop {
	display:none;
}
