/* CSS Document */


/* preisliste */

.header{ 
height: 54px;
 width: 880px;
 color: #EEE;
 border-color: #f1b942;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto; 	/* margin lefts / margin rights - to centre content */
 background: #6289AA;
}

.header h1{  padding: 20px 0 0 22%;
}
.kredit { float: right;
padding: 10px 20px 0 0;
}
.subtitel
{  margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 text-align: center;
 color: white;
}

/* preisliste orangestrip*/
.preise
{ height: 54px;
  width: 880px;
  color: #EEE;
  border-color: #f1b942;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto; 	/* margin lefts / margin rights - to center content */
  background: #eda100;

}

.preise td
{ margin: 0;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: white;
} 

.preise td img
{ float: left; 
  margin: 0;
  size: auto;
  padding: 0;
  list-style: none;
} 

/* preisliste darkstrip*/
.preise2
{ height: 54px;
  width: 880px;
  color: #EEE;
  border-color: #f1b942;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto; 	/* margin lefts / margin rights - to center content */
  background: #9AB4CB;

}

.preise2 td
{ margin: 0;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: white;
} 

.preise2 td img
{ float: left; 
  margin: 0;
  size: auto;
  padding: 0;
  list-style: none;
} 
