/* Stylesheet-Farben CD-ROM 3 */

body {
background-color: #ffffff;
color: black;
margin: 2px;
padding: 0px;
font-family: verdana, arial, sans-serif;
}

font {
color: #ffffff;
}

hr {
color: #ffffff;
}

.footnote {
    color: #b50d3d;
}

.title {
    color: #b50d3d;
}

a:link {
  color: #000000;
  background-color: transparent;
}

a:hover {
  color: #000000;
  background-color: transparent;
}

a:visited {
  color: #000000;
  background-color: transparent;
}

a:active {
  color: #000000;
  background-color: transparent;
}

div.important {
  background-color: #FF5A22;
  padding-left: 5px;
  padding-right: 5px;
}

p.example {
  background-color: #BAA099;
  padding-left: 5px;
  padding-right: 5px;
}

p.imp {
  background-color: #BAA099;
  padding-left: 5px;
  padding-right: 5px;
}

DIV.NAVFOOTER {
        color: #ffffff;
        background-color: #b50d3d;
        padding: 5px;
        margin-top: 10px;
        width: 100%;
        /*border-left:2px solid #BABABC;
	border-top:2px solid #BABABC;
	border-right:2px solid #696C71;
	border-bottom:2px solid #696C71;*/
}

DIV.NAVHEADER {
        color: #ffffff;
        background-color: #b50d3d;
        padding: 5px;
        margin-bottom: 10px;
        width: 100%;
        /*border-left:2px solid #BABABC;
	border-top:2px solid #BABABC;
	border-right:2px solid #696C71;
	border-bottom:2px solid #696C71;*/
}

H1
{
        color: #b50d3d;
	/*border-left:2px solid #BABABC;
	border-top:2px solid #BABABC;
	border-right:2px solid #696C71;
	border-bottom:2px solid #696C71;*/        
        background-color: #ffffff;
        width: 100%;
}

H1.TITLE
{
        color: #b50d3d;
        /*
	border-left:2px solid #BABABC;
	border-top:2px solid #BABABC;
	border-right:2px solid #696C71;
	border-bottom:2px solid #696C71;*/
        background-color: #ffffff;
        width: 100%;
}

.TITLE a {
        color: #000000; 
        text-decoration: none;
}

.TITLE a:active {
        color: #000000;
        text-decoration: none;
}

.TITLE a:visited {
        color: #000000; 
        text-decoration: none;
}

H2
{       
        COLOR: #b50d3d;
        BACKGROUND-color: #ffffff;
        /*border-left:2px solid #BABABC;
	border-top:2px solid #BABABC;
	border-right:2px solid #696C71;
	border-bottom:2px solid #696C71;*/
        PADDING: 1px
}

/* Add an external-link icon to absolute links */
/*
a[href^="http:"] {
        background: url(images/www.png) left no-repeat;
	width: 12px;
	height: 12px;
        padding-left: 20px
}
*/

/* Add a pdf-icon to direct pdf-links */
a[href$="pdf"] {
        background: url(images/pdf.png) left no-repeat;
	padding-left: 20px
}

/* Add an epub-icon to direct pdf-links */
a[href$="epub"] {
        background: url(images/epub.png) left no-repeat;
	padding-left: 20px
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  /*color: #f2f2f2;*/
  color: #b50d3d;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #f0bca4;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width:1200px) {
    body { font-size:110%; } /* Increase the font size */
}
@media screen and (min-width:1400px) {
    html { padding:0 15%; } /* Reduce the container width */
}
@media screen and (min-width:1600px) {
    body { font-size:125%; } /* Increase the font size */
}
@media screen and (min-width:1800px) {
    html { padding:0 20%; } /* Reduce the container width */
}
