@import url("noNN4.css");

body{
	color: black;
	background: #fff;
	margin-left: 3%;
	margin-right: 3%;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
	font-family: Geneva, Swiss, Helvetica, SunSans-Regular, Arial, sans-serif;
}

/* Der Hintergrund */
table, td, th, p, li, ol, ul {font-family: Geneva, Swiss, Helvetica, SunSans-Regular, Arial, sans-serif; }

/*Anweisungen fuer interne Links */
a.internal:link
{
	color: blue;
    background: transparent;
	text-decoration: underline;
}

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

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

a.internal:active
{
	color: #993300;
    background: transparent;
	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: white;
	text-decoration: none;
	color: red;
}

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

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

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

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

[title] { cursor: help; }

.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: #009 solid 2px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 3px;
}
 
#footer{	padding: 2px;
	border-style: solid;
	border-color: #559B2F;
	border-width: 1px 0px 1px 0px;
	background: #c0c0c0;
	color: black;
	text-align: right;
	line-height: 125%;
    font-size:90%;
}

#impressum {float:left}

/* CSS fuer www.dodabo.de */

#Navigation{
    float: left;
    width: 25%;
    background: #c0c0c0;
    color:black;
}

div#Navigation h2,div#Navigation h3,div#Navigation h4 {
    background: #97B7FF;
    color: #FFF;
    padding: 1px 2px;
    margin:0;
}
#Navigation a {
    display: block;
    font: bold 1em sans-serif;
    padding: 2px 4px;
    margin: 0 0 1px;
    border-width: 0;
    text-decoration: none;
    color: #FFF;
    background: #004581;
    border-left: 10px solid #009;
    border-right: 10px solid #AAA;}

#Navigation a:hover {
    color: #411;
    background: #BBB;
    border-left: 10px solid #444;}

