/*
Grün  : #a3ce74
Dunkel: #cdede4
Hell  : #f0fbf8
   */

html, body {
   height: 100%;
}

body {
   background: #a3ce74 url(einladung.gif) no-repeat top left; 
   margin-left: 0px;
   margin-right: 20px;
   margin-top: 0px;
   font-family: helvetica, sans-serif;
   color: #000;
}

#pageHeader h1 {
   background:  url(rainless.gif) no-repeat top center;
   height: 130px;
}

#pageHeader h1 span {
   display: none;
}

#main {
   width: 700px;
   position: relative;
   margin: 0 auto;
}

h2 {
   font-weight: normal;
   font-size: 16pt; 
   text-align: center;
   margin-bottom: 25px;
}

#main img {
   padding: 5px;
   float: right;
   border-style: solid;
   border-width: thin;
   border-color: #000;
}

#main #standesamt {
   float: right;
   margin: 5px;
}

#main #kirche {
   float: right;
   margin: 5px;
}

p {
   margin: 0;
   padding: 30px 5px 5px 0;
   color: #000;
}

a, a:visited {
   color: #000;
   text-decoration: underline;
}

a:hover, a:active {
   color: #fff;   
   text-decoration: underline;
}

ul {
   list-style-type: none;
}
