/* CSS Document */

body { 
  background-color:#FFFFFF; 
  font-weight:bold; 
  font-family:Arial; 
}

.page 
{
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:2.5em;
  padding-top:1.5em;
  padding-bottom:0.5em;
  width: 92%;
  background-color:#ECE9D8;
} 

.qbox 
{
  font-size:100%; 
} 

.answers { 
  font-weight:bold;
}

.questions { 
  font-weight:bold; 
}

.qbox_red 
{
  border-width:medium; 
  border-style:double;
  border-color:red;
} 

.buttons 
{
  font-size:100%; 
  padding:1em;
  text-align: justify;
} 

.text 
{
  text-align: justify;
} 

.anleitung 
{
  text-align: left;
} 

.balken_table 
{
  border-width:1px;
  border-style:solid;
  border-color:black;
  height: 35px;
} 

.balken_1 
{
  background-color:red;
} 

.balken_2 
{
  background-color:green;
} 

.balken_3 
{
  background-color:blue;
} 

.balken_4 
{
  background-color:magenta;
} 

