#header {
  background: url(/images/header.png) no-repeat;
  height: 230px;
}

#header h1 {
  position: absolute;
  top: 175px;
  left: 360px;
  font-size: 3.0em;
  font-style: italic;
}

#main {
  width: 1024px;
}

#navigation {
  float: left;
  width: 130px;
  border: 5px solid;
}

#content {
  float: left;
  width: 504px;
  border: 5px solid;
  padding: 0 10px 10px 10px;
}

#contact {
  width: 280px;
  float: left;
  border: 5px solid;
  padding: 0 10px 0 10px;
}

#content h1, #contact h1 {
  padding-left: 5px;
  line-height: 1.8em;
}

.inline_link {
  text-decoration: none;
}

.hoerproben table {
  width: 100%;
  font-size: 0.85em;
}

.hoerproben table tr td a {
  color: #000;
  font-weight: normal;
  text-decoration: none; 
  display: block;
  line-height: 25px;
  padding-left: 20px;
}

.repertoire table {
  font-size: 0.85em;
  line-height: 2em;
  padding-left: 20px;
  width: 100%;
}

.hochzeiten_2007 table {
  width: 100%;
  font-size: 0.85em;
}

.hochzeiten_2007 table tr td {
  line-height: 25px;
  padding-left: 20px;
}

.fragen p {
  padding: 5px;
}

.fragen .frage p {
  margin-bottom: 0px;
}

.image_left {
  display: block;
  float: left;
  padding: 10px;
}

.image_right {
  display: block;
  float: right;
  padding: 10px;
}

.quote {
  margin: 10px 40px 10px 40px;
  padding: 5px;
}

.quote p {
  font-size: 0.75em;
  margin: 5px;
}

#contact table {
  width: 100%;
  font-size: 0.85em;
}

#contact table tr td {
  line-height: 25px;
  padding-left: 5px;
}

#footer {
  float: left;
  display: block;
  width: 100%;
}

body {
  margin: 10px;
  padding: 0;
}

img {
  display: block;
  border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, Georgia, "New Century Schoolbook", Times, serif;
}

h1 {
  font-size: 1.20em;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.25em;
  margin-top: 1.0em;
}

li {
  font-size: 0.85em;
}

html p, a, form {
  font-size: 0.85em;
}

html p, form {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5;
}

#header h1 {
  margin: 0;
}

#navigation table {
  width: 100%;
}

#navigation table td {
  text-align: center;
   font-size: 0.85em;
}

#navigation table td a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  display: block;
  line-height: 25px;
}

#footer p {
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
}


