/* Web Site: www.rag-tanz.de -- Copyright 2006 RAG Tanz Duesseldorf, Germany */

/* Layout Stylesheet for printer output */

h2.RAG-Name
{
   background-color: white;
   color:            black;
   margin:           0px;
   padding:          30px 0px 10px 100px;
   letter-spacing:   0.1em;
   text-align:       center;
   vertical-align:   middle;
}

#main
{
   position:         relative;
   top:              50px;
   border:           2px solid black;
   background-color: white;
   color:            #333333;
   font-weight:      bold;
   line-height:      1.4em;
   margin:           20px 20px 20px 20px;
   padding:          20px;
}

#inhalt
{
   position:         relative;
   top:              0px;
   background-color: white;
   color:            black;
   margin:           0px 0px 0px 0px;
   padding:          0px;
}

table.mitraster
{
   font-size:        0.8em;
}

#navi
{
   display:          none;
}

#guide
{
   display:          none;
}

#logo
{
   position:         absolute;
   top:              0px;
   left:             0px;
   width:            80px;
   height:           80px;
   border:           10px;
   border-color:     white;
   border-style:     solid;
   background-color: #39386b;
   color:            #F0E59E;
   margin:           0px;
   padding:          0px;
}

.logo-pos
{
   position:         absolute;
   top:              0px;
   left:             0px;
   width:            80px;
   height:           80px;
   background-color: #39386b;
   color:            #F0E59E;
   margin:           0px;
   padding:          0px;
}

#unten
{
   display:          none;
}

/*.unten
{
   display:          none;
}*/

/*a[href]::after
{
   content:          " ("attr(href)")";
   font-style:       italic;
}

a[href^=http]::after
{
   content:          " ("attr(href) ")";
   font-style:       italic;
}*/

