/* 
  Titel: elsdorfer-feinkost.de CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 03.06.2007
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abstaende usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Verdana, Helvetica, Arial, Sans-Serif; color: #000000; }
pre { font-family: monospace; }
a {  color: #2B4E85; text-decoration: none; }
a:hover {  color: #2B4E85; text-decoration: underline; }

#printversion a {color: #6FA3DD; padding: 0 0 0 5px;}
#printversion a:hover {color: #6FA3DD; padding: 0 0 0 5px;}

form { margin: 0px 0px 0px 0px;}
p, pre { margin: 3px 0px 0px 0px; line-height: 1.4em;}
p, td, ul, ol { font-size: 11px; }
input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }

li {padding: 0 0 5px 0;}

/************************************************************/
/* Formatierungen  Seite                                     */
/************************************************************/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 810px;  
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  color: #000000;
  background-color: #CFECFF;
}

html, body { 
  height: 100%;
  width: auto;
}

/************************************************************/
/* Formatierungen  Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
  width: 810px;
  margin: auto;
  padding: auto;  
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#main {
  width: 810px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
}

#header {
  margin: 30px 0 0 0;
  background-repeat: no-repeat;
  width: 810px;
  height: 197px;
}

#logo {
  float: left;
  margin: 13px 0 0 17px;
}

#lang {
  background-image: url(../gfx/bg-lang.gif);
  background-repeat: no-repeat;
  width: 790px;
  height: 17px;
  text-align: right;
  color: white;
  padding: 3px 20px 0 0;
}

#menu1 {
  background-image: url(../gfx/bg-menu1.gif);
  background-repeat: no-repeat;
  width: 810px;
  height: 23px;
  text-align: right;
  color: white;
}

#content-container {
  background-image: url(../gfx/bg-content-container.gif);
  background-repeat: repeat-y;
  width: 810px;
  min-height: 390px;
}

#bottom {
  background-image: url(../gfx/bg-bottom.gif);
  background-repeat: no-repeat;
  width: 780px;
  height: 10px;
  color: #6FA3DD;
  vertical-align: bottom;
  font-size: 10px;
  padding: 10px 30px 30px 0;
}

#printversion {
  float: left;
  margin: 0 0 0 30px;
}

#copyright {
  float: right;
}

#left {
  float: left;
  width: 220px;
  margin: 0;
  background-image: url(../gfx/bg-left.jpg);
  background-repeat: no-repeat;
  min-height: 328px;
  height:auto !important;
  height: 328px;
}

#content-box {
  float: left;
  width: 588px;
  background-image: url(../gfx/bg-content.gif);
  background-repeat: no-repeat;  
  min-height: 328px;
  height:auto !important;
  height: 328px;
}

#content {
  width: 540px;
  margin: 12px 20px 22px 24px;
}

div.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 1pt;
}

/************************************************************/
/* Formatierungen  Menus                                     */
/************************************************************/
#lang ul {
  margin: 0;
  padding: 0 0 0 645px; 
  list-style: none;
}

#lang li {
  float: left;
  list-style: none;
  font-size: 10px;
  padding: 0 0 0 19px;
  margin: 0 5px 0 5px;
}

#lang li.de {
  background-image: url(../gfx/de.gif);
  background-repeat: no-repeat;  
  background-position: 3px;
}

#lang li.en {
  background-image: url(../gfx/en.gif);
  background-repeat: no-repeat;  
  background-position: 3px;
}


#lang li a {
  color: white;
}

#menu1 ul {
  margin: 0;
  padding: 0 0 0 599px; 
  list-style: none;
}

#menu1 li {
  float: left;
  list-style: none;
  font-size: 10px;
  padding: 5px 0 0 0;
}

#left ul {
  margin: 50px 0 0 20px;
  padding: 0; 
  list-style: none;
}

#left li {
  float: left;
  list-style: none;
  font-size: 10px;
  width: 170px;
  height: 24px;
  background-image: url(../gfx/bg-menu-item.gif);
  background-repeat: no-repeat;    
  padding: 0;
  margin: 3px 0 0 0;
}

#left li a.menu2-current {

}


#left li.menu3 {
  background-image: url(../gfx/bg-menu2.gif);
  background-repeat: repeat-y;    
  width: 170px;
  padding: 0;
  margin: 0;

  /* Min-Height Hack */
  min-height: 16px;
  height:auto !important;
  height: 16px;
}

#left li.menu3 a {
  display: block;
  width: 150px;
  background-color: #FFFFFF;
  color: #2B4E85;
  text-decoration: none;
  margin: 0 5px 0 5px;
  padding: 0 0 0 10px;
}

#left li.menu3 a:hover {
  display: block;
  width: 150px;
  background-color: #4BC60A;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 5px 0 5px;
  padding: 0 0 0 10px;
}

#left li.menu3 a.menu3-current {
  display: block;
  width: 150px;
  background-color: #4BC60A;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 5px 0 5px;
  padding: 0 0 0 10px;
}

#left li.menu3-top {
  background-image: url(../gfx/bg-menu2.gif);
  background-repeat: repeat-y;    
  height: 2px;
  padding: 0;
  margin: 0;
  font-size: 3px;
}  

#left li.menu3-bottom {
  background-image: url(../gfx/bg-menu2-bottom.gif);
  background-repeat: no-repeat;  
  width: 170px;
  height: 7px;
  padding: 0;
  margin: 0 0 4px 0;
}



#left li.menu4 {
  background-image: url(../gfx/bg-menu2.gif);
  background-repeat: repeat-y;    
  width: 170px;
  padding: 0;
  margin: 0;

  /* Min-Height Hack */
  min-height: 16px;
  height:auto !important;
  height: 16px;

}

#left li.menu4 a {
  display: block;
  width: 140px;
  background-color: #FFFFFF;
  color: #2B4E85;
  text-decoration: none;
  margin: 0 5px 0 15px;
  padding: 0 0 0 10px;
}

#left li.menu4 a:hover {
  display: block;
  width: 140px;
  background-color: #4BC60A;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 5px 0 15px;
  padding: 0 0 0 10px;
}

#left li.menu4 a.menu4-current {
  display: block;
  width: 140px;
  background-color: #4BC60A;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 5px 0 15px;
  padding: 0 0 0 10px;
}


/************************************************************/
/* Formatierungen  Überschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {                                        
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #25477D;
  font-size: 140%;
  font-weight: bold;
  line-height: normal;
  margin: 10px 0 10px 0;
  padding: 0;
}

h2 {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 130%;
  font-weight: bold;
  line-height: normal;
  margin: 10px 0 10px 0;
  padding: 0;
}

h3 {                                        
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 110%;
  line-height: normal;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 0;
}

h4 {                                        
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 100%;
  line-height: normal;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 0;
}

#col-right-header h1 {                                        
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #FFFFFF;
  font-size: 140%;
  font-weight: bold;
  line-height: normal;
  margin: 20px 0 0 0;
  padding: 3px 0 2px 10px;
  background-color: #0069D1;
  width: 565px;
}

/************************************************************/
/* Formatierungen  normale Mail-Formulare                    */
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
        padding-top: 3px;
        padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        width: 80px;
        min-width: 80px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-check {
}

.csc-mailform-label {
  font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 80px;
}


/************************************************************/
/* Formatierungen  Tabellen                                  */
/************************************************************/

.tabelle1 {
  margin: 0;
  padding: 0;
  width: 540px;
  border: 1px solid #39A0E7;

  background-image: url(../gfx/bg-tabelle1.gif);
  background-repeat: no-repeat;  
}

.tabelle1 td {
  border-top: 1px solid #39A0E7;
  border-right: 1px solid #39A0E7;
  padding: 2px;
}

.tabelle1 td.td-last {
  border-right: 0;
}

.tabelle1 tr th {
  padding: 24px 2px 2px 2px;
}

.tabelle1 td.td-0 {
  width: 50px;
  vertical-align: top;
}

.tabelle1 td.td-1 {
  width: 100px;
  vertical-align: top;
}

.tabelle1 td.td-2 {
  width: 300px;
  vertical-align: top;
}

.tabelle1 td.td-3 {
  width: 40px;
  vertical-align: top;
}

.tabelle1 td.td-4 {
  width: 30px;
  vertical-align: top;
  text-align: center;
}

.tabelle1 tr.tr-even td.td-0, .tabelle1 tr.tr-even td.td-1, .tabelle1 tr.tr-even td.td-2, .tabelle1 tr.tr-even td.td-3, .tabelle1 tr.tr-even td.td-4 {
  background-color: #ECE9E9;
}


/************************************************************/
/* Formatierungen Aktionäre                                 */
/************************************************************/
div.aktionaere {
  clear: both;
  margin: 0 0 0 20px;
  padding: 20px 0 0 0;
  text-align: center;
  width: 170px;
}

div.aktionaere a {
  color: #25477d;
  margin: 15px 0 0 0;
}



