		
body {
    background-color: #708090;
    margin:0;
    font-size: 100%;
	color: #ffffff;
	font-family: Courier New, Courier, monospace;
}
	 
header {
    font-size: 100%;
	font-family: Courier New, Courier, monospace;
    max-width: 90em;
    margin: 0 auto 1.6em;
    position: relative;
}

p {
	text-align: center;
}
	
.text p {
	text-align: left;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
    line-height: 350%;
 }

#col {
   margin-top: 1.8ex;
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
   line-height: 2.7ex;
   font-size: 100%;
   text-align: justify; hyphens:auto;
   orphans:3; widows: 3;
}

		 
a:link {color:#ffffff; }
a:visited {color:#ffffff; }
a:hover {color:#ffffff; text-decoration: none;}
a:active {color:#000000;}

/* Background hell */

.article {
    background-color: white;
}

  /* Zurück  */
.index  {
    background-color: white;
    text-align: left;
    font-size: 1.3em;
    font-weight: bolder;
    width: 40%; 
    border: 0px solid;
    padding: 0;
}

.index a {

    color: #971917;
    text-decoration: none;
}

.index a::after{
	content:" ▶";
	color: #971917;
	display: inline-block;
	width: 2.7em;
}

.index a:hover::after, nav a:focus::after{
	content:" ▲";
}  

  /* Navigation */

nav {
	margin: 1;	
    border: 1px;
    border-style: solid;
	width: 100%;
    font-size: 1.3em;
	background: #971917;
}

nav ul {
	margin: 0;
	padding: 0;
 	font: 1.3em Arial, Helvetica, sans-serif;
    font-weight: bold;
 	list-style-type: none;
}

nav li {
	display: inline;
	margin: 0;
}

nav a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: .5em;
	padding-right: .4em;
	text-align: right;
    font-size: 120%;
}

[aria-current=page] {
	font-weight: bold;
	color: white;
}

nav a::after{
	content:" ▶";
	color: white;
	display: inline-block;
	width: 1.2em;
}

nav a:hover::after, nav a:focus::after{
	content:" ▼";
}  

nav a:hover, nav a:focus {
	background: transparent;
	color: floralwhite;
}