/* Web Site: www.rag-tanz.de -- Copyright 2006 RAG Tanz Duesseldorf, Germany */

/* Layout Stylesheet */

body
{
   min-width:        100px;
}

#hdr
{
/*   position:       absolute;*/
/* besser: top: 0.5em;*/
   top:              0px;
   left:             0px;
   height:           120px;
   min-width:        30ex;
   border-width:     10px;
   border-style:     solid;
   border-color:     white;
   background-color: #636184;
   color:            black;
   text-align:       center;
   font-weight:      bold;
}

#main
{
   position:         relative;
   top:              50px;
   border:           2px solid black;
   background-color: white;
   color:            black;
   text-align:       center;
   font-weight:      bold;
   line-height:      1.4em;
   margin:           20px 20px 20px 160px;
   padding:          20px;
}

#unten
{
   position:         static;
   bottom:           50px;
   background-color: white;
   color:            black;
   margin:           0px 0px 0px 120px;
   padding:          20px;
}

#inhalt
{
   /*position:         relative;*/
   top:              0px;
   background-color: white;
   color:            black;
   margin:           0px 0px 0px 120px;
   padding:          20px;
}

#guide
{
   background-color: #DFDFDF;
   color:            black;
   font-size:        smaller;
}

#navi
{
   position:         absolute;
   top:              130px;
   left:             0px;
   width:            120px;
   height:           30em;
   border-width:     10px;
   border-style:     solid;
   border-color:     white;
   background-color: #636184;
   color:            #F0E59E;
   margin:           0px;
   padding:          0px;
}

#logo
{
   position:         absolute;
   top:              0px;
   left:             0px;
   width:            120px;
   height:           120px;
   border:           10px;
   border-color:     white;
   border-style:     solid;
   background-color: #636184;
   color:            #F0E59E;
   margin:           0px;
   padding:          0px;
}