@import url("noNN4.css");

body
{
	color: black;
	background: #ffc url(http://www.dominik-boecker.de/picts/sonstige/logo.gif) repeat-y fixed;
	padding-left: 30px;
	margin-left: 3%;
	margin-right: 3%;
	font-family: Geneva, Swiss, Helvetica, SunSans-Regular, Arial, sans-serif;
}

/* Der Hintergrund */
/* Serifenschrift fuer Header:*/
h1, h2, h3, h4, h5, h6 {font-family: Bodoni, Garamond, "Minion Web", Times, serif; }
table, td, th, p, li, ol, ul {font-family: Geneva, Swiss, Helvetica, SunSans-Regular, Arial, sans-serif; }

/*Anweisungen fuer interne Links */
a.internal { background: transparent; }

a.internal:link
{
	color: blue;
	text-decoration: underline;
}

a.internal:visited
{
	color: red;
	text-decoration: underline;
}

a.internal:hover
{
	color: maroon;
	text-decoration: none;
}

a.internal:active
{
	color: #993300;
	text-decoration: none;
}

/* Zwecks Unterscheidbarkeit andere Background Werte fuer externe Links beim Hovern und Active */
a.external:link
{
	background: transparent;
	text-decoration: underline;
	color: blue;
}

a.external:visited
{
	background: #D3D3D3;
	text-decoration: underline;
	color: red;
}

a.external:hover
{
	background: yellow;
	text-decoration: none;
	color: black;
}

a.external:active
{
	background: #ffff66;
	text-decoration: none;
	color: #000000;
}

pre
{
	font-family: monospace;
	margin-left: 4%;
	white-space: pre;
	border: none;
}

.eng
{
	color: #000080;
	background: transparent;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.r { text-align: right; }

abbr[title], acronym[title]
{
	border-bottom: 1px dotted;
	cursor: help;
}

[title] { cursor: help; }

.sitemap
{
	display: none;
	visibility: hidden;
}

.zusammenfassung
{
	background: #c0c0c0;
	color: black;
	border: #900 solid 3px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 3px;
	font-size: 110%;
}

.quellen
{
	background: #c0c0c0;
	color: black;
	border: #900 solid 2px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 3px;
}
 
#url
{
	padding: 2px;
	border-style: solid;
	border-color: gray;
	border-width: 1px 0px 1px 0px;
	background: #c0c0c0;
	color: black;
	text-align: right;
	line-height: 115%;
    font-size: 90%;
}

img {border:none}

#impressum {float:left;}

/* CSS fuer www.Dominik-boecker.de */
