/* andreadoig.com

f1e5da - background?
e1d5ca - border?
a94d1f - text?
5d1123 - dark
edbca4 - menu writing
fecab1 - menu background, hover

*/

#banner {
  border-color: #ffffff;
}

#navigation {
  border-color: #ffffff;
}

#content {
  border-color: #ffffff;
}

#contact, #order {
  border-color: #ffffff;
}

#header h1 {
/*  background: #f1e5da; */
  color: #5d1123; 
}

body {
  background: #f1e5da;
}

#content h1, #contact h1, #order h1 {
  background: #fecab1; 
  color: #5d1123; 
}

#content a:link, #content a:visited {
  background-color: #e1d5ca;
}

#content a:hover {
  background-color: #fecab1;
}

.repertoire table {
  background-color: #e1d5ca;
}

.hochzeiten_2007 table tr td {
  background-color: #e1d5ca;
}

.standesamt h2, .cd_serenity h2 {
  background: #fecab1;
}

.quote {
  background: #e1d5ca;
}

.quote p {
  color: #a94d1f;
}  

.fragen .frage {
  background-color: #e1d5ca;
}

#navigation table {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#navigation table td {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

#navigation td a:link, #navigation td a:visited {
  background-color: #e1d5ca;
}

#navigation td a:hover {
  background-color: #fecab1;
}



