body {
   background:  #FFFFFF;
   color:       #000000;
   font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

div {
   display: block;
   padding: 0px;
   margin:  0px;
}

img {
   border:  0px;
   margin:  0px;
   padding: 0px;
}

form {
   margin:  0px;
   padding: 0px;
}

div#main {
}
      
/* ------------- Header ----------------------------------------------- */
div#header {
}

div#header img.title {
}

/* ------------- Main-Menu -------------------------------------------- */
div#mainmenu {
   display: none;
}
    
/* ------------- Sub-Menu --------------------------------------------- */
div#submenu {
   display: none;
}
    
/* ------------- Content ---------------------------------------------- */
div#content {
}

div#content h1 {
   font-weight: normal;
   color:       #A0A0A0;
   background-color: #F8F1F9;
   border-bottom: 1px solid #D6B2DE;
   padding:     2px 5px;
}

div#content h2 {
   font-weight: normal;
   color:       #787878;
   border-bottom: 1px solid #D6B2DE;
}

div#content h3 {
   font-weight: normal;
   color:       #787878;
   clear:       both;
}

div#content address {
   display:    block;
   margin:     20px 30px;
   padding:    0px;
   font-style: normal;
}

div#content blockquote {
   font-style: italic;
}

div#content ol {
   list-style-type: decimal;
}

div#content ol.abc {
   list-style-type: lower-alpha;
}

div#content ol.iii {
   list-style-type: lower-roman;
}

div#content a {
   color: #A250B4;
   text-decoration: underline;
}

div#content strong {
   font-weight: bold;
   color: #969696;
}

div#content em {
   font-style: normal;
   font-weight: normal;
   color: #A520D0;
}

div#content img {
   border: 1px solid #C0C0C0;
}

div#content img.right {
   float: right;
   margin-left:   25px;
   margin-bottom: 10px;
}

div#content img.left {
   float:         left;
   margin-right:  25px;
   margin-bottom: 10px;
}

div#content img.entryLogo {
   float:       right;
   margin-left: 15px;
   border: 0px;
}

div#content tr {
   border-bottom: 1px solid #D2D2D2;
}

div#content td {
   border-top: 1px solid #E6E6E6;
   vertical-align: top;
}

div#content tr.first td {
   border-top: 0px;
}

div#content abbr {
   border-bottom: 1px dotted #A250B4;
   cursor: help;
}

div#content table.galerie {
   border: 0px;
}

div#content table.galerie td {
   border: 0px;
   padding: 5px 10px;
   font-size: 11px;
}

div#content table.galerie img {
   border: 1px solid #C0C0C0;
}

div#content p.bigimg {
   text-align: center;
}

div#content p.bigimg img {
   margin-top: 10px;
}

div#content p.ziplist {
   text-align: center;
}

div#content p.backlink {
   display: none;
}

div#content div.gallery {
  text-align: center;
}

div#content div.gallery p.navi {
  display: none;
}

div#content div.gallery dl {
  margin: 0px auto;
}

div#content div.gallery dt {
  margin:  0px;
  padding: 0px;
}

div#content div.gallery dd {
  text-align: left;
  margin:     0px;
  padding:    0px 0px 15px 0px !important;
}

div#content div.gallery dd small {
  font-size: 10px;
  color:     #A0A0A0;
}

div#content p.footnote {
   font-style: italic;
}

div#content div.tomix {
   display: none;
}
