/* * * * * * * * * * * * * * * * * *
 * Autor: Kreuvf aka Steven Koenig *
 * Stand: 30.05.2006 DD.MM.YYYY    *
 * http://blog.kreuvf.de/          *
 * * * * * * * * * * * * * * * * * */

BODY              {
                   font-size: 10pt;
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }

H1                {
                   font-size: 18pt;
                   font-weight: 700;
                   margin-bottom: 0em;
                   page-break-inside: avoid;
                  }

H2                {
                   font-size: 16pt;
                   font-weight: 700;
                   page-break-inside: avoid;
                  }

H3                {
                   font-size: 14pt;
                   font-weight: 600;
                   page-break-inside: avoid;
                  }

H4                {
                   font-size: 13pt;
                   font-weight: 600;
                   page-break-inside: avoid;
                  }

H5                {
                   font-size: 12pt;
                   font-weight: 500;
                   page-break-inside: avoid;
                  }

H6                {
                   font-size: 10pt;
                   font-weight: 500;
                   font-style: italic;
                   page-break-inside: avoid;
                  }

A:link            { 
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }
 
A:visited         { 
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }

A:hover           { 
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }

A:active          { 
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }

A:focus           { 
                   font-weight: 500;
                   font-style: normal;
                   font-family: verdana, sans-serif;
                   text-align: justify;
                  }

EM                {
                   font-weight: 700;
                   text-decoration: none;
                   font-style: normal;
                   background-color: #FFFFFF;
                   color: #000000;
                  }

B {}
I {}
U {}

BLOCKQUOTE        {
                   margin-left: 2em;
                   margin-right: 2em;
                   padding-top: 0.3em;
                   padding-bottom: 0.3em;
                   border-top: 2px solid #7F7F7F;
                   border-bottom: 2px solid #7F7F7F;
                  }

CODE              {
                   display: block;
                   margin-left: 2em;
                   margin-right: 2em;
                   padding-top: 0.3em;
                   padding-bottom: 0.3em;
                   padding-left: 0.2em;
                   padding-right: 0.2em;
                   border-top: 2px solid #7F7F7F;
                   border-bottom: 2px solid #7F7F7F;
                   background-color: #FFFFFF;
                   color: #000000;
                  }

HR                {
                   display: none;
                  }

LI                {
                   page-break-inside: avoid;
                  }

TABLE             {
                   border-collapse: collapse;
                   border-width: 0.1em;
                  }

TH                {
                   page-break-inside: avoid;
                   border-style: solid;
                   border-width: 0.1em;
                   border-color: #000000;
                   text-align: center;
                   font-size: 10pt;
                   font-weight: 700;
                  }

TR                {
                   page-break-inside: avoid;
                  }

TD                {
                   page-break-inside: avoid;
                   border-style: solid;
                   border-width: 0.1em;
                   border-color: #000000;
                   text-align: left;
                   font-size: 10pt;
                  }

UL                {
                   margin-bottom: 0em;
                  }

.donotprint       {
                   display: none;
                  }
/* KreuvfBar (head-nav) auf Gesamt-kreuvf.de HINZUGEFÜGT AM 30.05.2006 */
#kreuvfbar        {
                   display: none;
                  }

/* Header auf blog.kreuvf.de */
#header           {
                   
                  }

/* Content-Bereich auf blog.kreuvf.de */
#content          {
                   float: none;
                   clear: both;
                  }

/* Post innerhalb des Contents auf blog.kreuvf.de */
.post             {
                   padding-left: 1em;
                   padding-right: 1em;
                  }

/* Storytitel innerhalb des Contents auf blog.kreuvf.de */
.storytitle       {}

/* Meta-Bereicht innerhalb des Contents auf blog.kreuvf.de */
.meta             {
                   font-size: 8pt;
                   padding-bottom: 0.1em;
                   border-bottom: 1px solid black;
                  }

/* Leiste mit Zusatzkram auf blog.kreuvf.de */
#specialbar       {
                   display: none
                  }

#specialbar INPUT {
                   color: #000000;
                   background-color: #FFFFFF;
                   border: 1px solid #7F7F7F;
                  }

#specialbar UL    {
                   list-style-type: none;
                   padding: 0em 0em 0em 1em;
                   margin: 0em 0em 0em 0em;
                  }

/* KreuvfBar-Bereich (head-nav) für Gesamt-kreuvf.de */
#kreuvfbar        {
                   display: none;
                  }

/* Footer-Bereich auf blog.kreuvf.de */
#footer           {
                   display: none;
                  }

/* craot = Copyright and other things */
#craot            {
                   float: right;
                   padding: 0.1em;
                   border-style: none;
                   border-width: 0em;
                   font-size: 10pt;
                   font-family: monospace;
                   text-align: left;
                  }

#craot UL         {
                   list-style-type: none;
                   margin-left: 1em;
                  }
