/*  -*- coding: utf-8 -*-

mobile-css file
QWine.de
Copyright (c) 2008 Ines Flechsig. Sei kreativ - stiehl nicht.

Farben:
weinrot: 740011
weinweiß: fffcdf
weinrose: f84622
hellbraun (navi): b4492d
gelb: yellow (Farbe für Fehler)
silber: silver (Farbe für Text auf Haupthintergrund)
grün: 578037 (Farbe für Tags)
hellgrün: 96dd64 (Hintergrundfarbe für Tags)
blassgrün: D7F0B1 (Hintergrundfarbe Tabellenzeilen)
rosa: c48175
-------------------------------------------------------------------------------- */

body {
       background-color:#740011;
       margin:0;
       }
.selected { 
           background-color:#96dd64;
           }
.bold {
        font-weight:bold;
        }
.padding-left {
                padding-left:6px;
                }
.gruen {
         color:#578037;
         }
h1 { 
     font-size:1.2em;
 }

div#header {
             background-color:#fffcdf;
             margin:0;
             padding:0 0 10px 10px;
             }
/*** Navigation ***/
div#navigation {
                 background-color:#D7F0B1;
                 font-size:10pt;
                 font-weight:bold;
                 line-height:25px;
                 padding:0 10px;
                 }
div#navigation a {
                   padding:4px;
                   color:#578037;
                   text-decoration:none;
                   }
div#navigation a:hover {
                         background-color:#96dd64;
                         }

/*** Content ***/
div#content {
              background-color:#fffcdf;
              margin:10px 15px 0 15px;
              color:#740011;
              font-size:.9em;
              }
div#content a {
                color:#f84622;
                text-decoration:none;
                font-weight:bold;
                }
div#content .float-1 {
                       display:block;
                       float:left;
                       width:120px;
                       }
div#content .notiz {
                     font-size:.8em;
                     padding-left:12px;
                     }
div.even {
           background-color:#fffcdf;
           padding:6px;
           }
div.odd {
          background-color:#D7F0B1;
          padding:6px;
          }
div#formular {
               padding:12px 12px 24px 12px;
               }
div#formular .formfeld {
                         margin-bottom:.8em;
                         }
div#formular .fehlerfeld {
                           margin:0px 0 20px 0;
                           background:none;
                           border:none;
                           padding:0;
                           }
div#formular .error {
                      font-size:smaller;
                      color:#f84622;
                      vertical-align: top;
                      background:none;
                      border:none;
                      padding:0;
                      }

/*** Pagination ***/

div#content .pagination {
                          color:#AAA;
                          margin:0; 
                          padding:5px 10px 6px 10px;
                          text-align:left;
                          }
div#content .pagination a {
                            color:#AAA;
                            text-decoration:underline;
                            }
div#content .pagination a:hover {
                                  color:#740011;
                                  }
div#content .pagination .current {
                                   color:#f84622;
                                   text-decoration:none;
                                   font-weight:bold;
                                   }
/*** Footer ***/
div#footer {
             padding-left:15px;
             color:#fffcdf;
             font-weight:bold;
             font-size:.9em;
             }

