@charset "utf-8";
/* CSS Document */

div.greyBg{
  background-color:#F1F1EE;
  height:374px;
}

div.greyBg img{
  border-right:1px solid #ffffff;
  width:536px;
  height:374px;
  float:left;
}

div.greyBg div{
  width:350px;
  height:344px;
  float:left;
  margin:30px 0px 0px 30px;
}

div.greyBg div h1{
  font-size:19px;
  padding:30px 0 8px 0;
  margin:0px;
  font-weight:normal;
  color:#333333;
}

div.greyBg div p{
  font-size:13px;
  padding:0px;
  margin:0px;
}

#mainContentBackground div#mainContent{ 
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  min-height:540px;
  -height:540px;
  width:950px;
  padding: 0px;
  margin:0 0 -1px  0;
}

/*===========================================================================================
    grabkreuzmuseum
===========================================================================================*/


div#grabkreuzmuseumteaser{
  background: url(../img/content/startseite/greuz01.jpg) left bottom no-repeat;
  width:536px;
  float:left;
  height:198px;
 }

div#grabkreuzmuseumteaser h2{
  font-size:12px;
  padding:50px 0 5px 0;
  margin:0 20px 0 170px;
  font-weight:bold;
  color:#333333;
}

div#grabkreuzmuseumteaser p{
   float:left;
   font-size:13px;
   margin:0;
   padding:0 30px 0 169px;
}


/*===========================================================================================
    Newsbereich
===========================================================================================*/

div#newsteaser{
  background:url(../img/pointed-line-senkrecht.gif) left top repeat-y;
  float:left;
  height:197px;
  width:412px;
}

div#newsteaser h2{
  font-size:12px;
  padding:50px 0 5px 0;
  margin:0 20px 0 30px;
  font-weight:bold;
  color:#333333;
}

div#newsteaser a{
  color:#000000;
  display:block;
  background:url(../img/linkarrow.gif) no-repeat left top;
  padding:0 0 0 15px;
  margin:5px 20px 0 30px;
  text-decoration:none;
}


