/* CSS Document */

body {
   margin-left: 0; 
  margin-right: 0; 
  margin-top: 10; 
  
  background-color: #336799;
  font-size: 12px;
  color:#000000;  
  font-family: Arial, Helvetica, sans-serif;
  
}

.rahmen {
  clear: both;
  position:relative;
  
  width: 980px;
  margin: 0 auto; /* *das* ist das Zentrierungsgeheimnis - Abstand oben und unten ist 0, Abstand für links und rechts ist auto */
 
  min-height:692px;
  height:auto !important;
  height:692px;
  
  color: #000000;
  
  background-image:url('../grafik/kmg-kuechen.png'); 
  /*background-color: #ffffff;*/
}

.flash {
  width: 658px;
  min-height:207px;
  height:auto !important;
  height:207px;
  
}

.platzhalter {
   width: 850px;
   height:6px;
   /*background-color: #f0000f;*/
}

.menue {
  width: 900px;
  padding-left:30px;
  min-height:25px;
  height:auto !important;
  height:26px;
  /*background-color: #fff00f;*/
}

.menue a {
   color: #000000;
   TEXT-DECORATION: none
}
.menue a:hover {
   color: #000000;
   TEXT-DECORATION: underline; 
}

.menuepunkt {
   float: left;
   /*background-color: #F7A818;*/
   height:20px;
   padding-top:4px;
   font-size:13px;
}
.menuepunkt_aktiv {
   float: left;
   background-color: #F7A818;
   height:20px;
   padding-top:4px;
   font-size:13px;
}

.content{
width: 585px;
  padding-left:40px;
  min-height:445px;
  height:auto !important;
  height:445px;
  
  /*background-color: #F7A818;*/
}

.button1 {
font-size: 11px; 
  font-family: arial,Verdana,Tahoma,Helvetica; 
  color: #ffffff; 
  background-color: #CB0200; 
  height:22px;
  font-weight:bold;
  padding-bottom:2px;
}

.button2 {
font-size: 11px; 
  font-family: arial,Verdana,Tahoma,Helvetica; 
  color: #ffffff; 
  background-color: #014495; 
  height:22px;
  font-weight:bold;
  padding-bottom:2px;
}

.content h1 {
font-size: 18px; 
font-weight:bold;
margin-top:0px;
padding-top:0px;
}

.feld {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; LETTER-SPACING: 0em; BACKGROUND-COLOR: #FFFBF2; 
}

.footer {
padding-top:5px;
}

.footer a {
   color: #ffffff;
   TEXT-DECORATION: none
}
.footer a:hover {
   color: #ffffff;
   TEXT-DECORATION: underline; 
}
