@charset "ISO-8859-1";
/*für alle Bereiche werden die Innen- und Aussenabstande auf 0 gesetzt*/

body,  html, .container, .text, .frage,
.fragetext, .bild, .anmerkung, .sockel, .zent, .trenn, .top

{
 margin: 0;
 padding: 0; 
}


body
{
 font-size:  9pt;
 color: #222222;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: white;
 text-align: center;  /*Zentrierung für den IE 5.x */ 
}


body a:link
{
 color: black;
 text-decoration: none;
 }

body a:visited
{
 color: black;
 text-decoration: none; 
}

body a:hover
{
 display: none;
 
}


.container
{
 width:  17cm;
 line-height: 0.5cm;
 text-align: left;
 margin: 0 auto;  /*Zentrierung für die standardkonformen Browser */
}



.text
{
 margin-left: 30px;
 margin-right:30px;
}


.frage
{
 border: 1px solid;
 border-color: #BBBBBB;
 margin-left: 30px;
 margin-right: 30px;
 margin-top: 50px;
 margin-bottom: 10px;
 padding: 15px 50px 15px 50px;
 page-break-inside: avoid;
}


.bild
{
 float: right;
 font-size: 8pt;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 15px;
}



.fragetext
{
 font-style: italic;
 padding: 10px 0 10px 0;
}

.top
{
display: none;
}


.anmerkung
{
 font-size: 8pt;
 padding: 20px 0 0 0;
 color: #666666;
}

/*Text zentrieren*/
.zent
{
text-align: center;
padding: 15px;
}

/*Seitentrennung*/
.trenn
{
display: none;
}


h1
{
 font-size: 10pt;
 font-weight: 500;
 margin-left: -0.1cm;
 color: silver;
}

h2
{
 margin-top: 0.3cm;
 margin-bottom: 1cm;
 font-size: 10pt;
 font-weight: 500;
 color: silver;
}

h3
{
  display: none;
}


.sockel
{
 display: none;
 
}

strong
{
 font-weight: 300;
}
