@charset "utf-8";
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#505050;
  background-color: #e6e7e8;
  margin:0;
  padding:0;
  text-align:center;
  overflow-x:hidden;
  height:100%; 
  }
  
html, body {
  height: 100%;
  width: 100%;
  }

a {
  color:#fbac18;
  text-decoration:none;
  font-weight:bold;
  }

a:hover {
  color:#000;
  }

p {
  margin-top:0px;
  }
  
#content {clear:left;}
#container { 
  width:820px;
  height:547px;
  top:50%;
  position:absolute;
  margin-top:-275px;
  left:50%;
  margin-left:-410px;
  background-color:#fff;
  text-align:left;
  }

*html #container {
  height:547px;
}
  
#left {
  width:387px;
  height:434px;
  position:absolute;
  top:13px;
  left:13px;
  border:1px solid #e6e7e8;
  z-index:5;
  }
  
#right {
  width:387px;
  height:434px;
  position:absolute;
  top:13px;
  left:420px;
  border:1px solid #e6e7e8;
  z-index:5;
  }

#txt1 {
  width:300px;
  height:45px;
  position:absolute;
  top:326px;
  left:44px;
  z-index:10;
  }

#txt1 a {
 color:#8da121;
  text-decoration:none;
  font-weight:bold;
 }

#txt1 a:hover {
  color:#000;
  }

#txt1 p {
  text-align:justify;
  width:300px;
}

#txt2 {
  width:315px;
  height:45px;
  position:absolute;
  top:320px;
  left:443px;
  z-index:10;
  }

#txt2 p {
  text-align:justify;
  width:312px;
}

#hochzeitsbilder
{
  top:460px;
  left:0px;
  position:absolute;
  background-color:#e6e7e8;
}

