@charset "utf-8";
/* CSS Document */

a {
  color: #ffce68;
  text-decoration: none;
}
a:hover {
  color: #ffce68;
  text-decoration: underline;
}

h1 {  
font-size: 13pt;
}

#c279 h1, #c402 h1, #c491 h1, #c500 h1 {  
  font-size: 18pt;
}
/* c402 ~ dap:, #c279 ~ gwovz, 
   c476:  Fall Edathy,
">" verlangt, dass es genaue Reihenfolge ist*/

h2, h3, h4 {
  font-weight: normal;
}

ul, ol{
  margin-left: -18pt;
  }

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: #191919;
  color: #CCC;
  margin: 0px;
  padding: 0px;  
}

 /* für das YaCy-Superhirn-Flyer die Werte angepasst, hier die alte Werte (geschätzt):
Die Anpassung wurde ausgelöst, da ich den Abstand rechts (Padding) für die linke Spalte 
von 0 auf 20px  geändert und das hat die Änderungskette ausgelöst. 

Das Hauptproblem ist, das beim Drucken in die PDF ein Abstand vom linken Rand erzwungen wird.

 #hauptcontainer{
  width: 1050px;}
#spaltelinks, #spaltelinks1{
  padding: 20px 0px 20px 10px;}
#maincontent, #maincontent1 {
  width: 310px;}
#navigationsspalte, #navigationsspalte1 {   
  width: 310px;}

*/
#hauptcontainer, #hauptcontainer1{                /* Globalcontainer*/
  /* [disabled]height: 550px; 
    width: 1076px;
  */
  width: 1029px;
  background-color: #242424;
  margin: 0px auto;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  background-color: orange;   
}

/* spaltelinks */
#spaltelinks, #spaltelinks1 {            /* Navigationsspalte */
  float: left;
  width: 310px;
  margin: 0px 0px 0px 0px;  
  padding: 20px 20px 20px 10px;
  background-color: green; 
  /*background-color: #6a5acd;*/
  min-height: 10px;
}

/* maincontent */
#maincontent, #maincontent1 {

  float: left;
  width: 290px;
  margin: 0px 0px 0px 0px;   
  padding: 20px 20px 20px 35px; 
 
  background-color: green;
  min-height: 10px;
  border-left-style:solid;
  border-left-width:0.12em;  

}
#maincontent h2 {
  font-size: 170%;
  font-weight: normal;
  border-bottom: solid 1px #666;

  line-height: 135%;
}

#maincontent p {
  line-height: 120%;
}

/* navigationsspalte */
#navigationsspalte, #navigationsspalte1 {            /* Navigationsspalte */
  float: right;
  width:290px;
  margin: 0px 0px 0px 0px;  
  padding: 20px 10px 20px 40px;
  background-color: #ff3300;
  min-height: 10px;
  border-left-style:solid;
  border-left-width:0.12em;
  /* border-left-color:black; */
}
#navigationsspalte p {
  line-height: 140%;
  padding-bottom: 20px;
}
#navigationsspalte h3 {
  border-bottom: solid 1px #666;
  font-size: 120%;
  padding-bottom: 4px;
}

#navigationsspalte table {
  line-height: 140%;
}

.klickbutton {
  background-color: green;
  border-radius: 8px;
  display:block;
  
}

