body{
margin:0;
padding:0;
background-image: url("img/bg.jpg");
font-family: georgia;
}

#maincontainer{
width: 920px;
margin: 0 auto;
}

#top{
background-image: url("img/header.jpg");
height: 162px;
}

#menu{
margin: 0;
padding-top: 130px;
}

.menu_text{
font-size: 18px;
color: #585858;
margin-left: 30px;
}

.menu_text a{
font-size: 18px;
color: #585858;
text-decoration: none;
}

.menu_text a:hover{
font-size: 18px;
color: #b4e03c;
text-decoration: none;
}

#content{
width: 920px;
background-image: url("img/content_bg.jpg");
}


#footer{
clear: left;
width: 920px;
height: 88px;
background-image: url("img/footer.jpg");
}

#copyright{
height: 20px;
font-size: 10px;
color: #868686;
float: right;
font-family: rockwell;
}

#copyright{
height: 20px;
font-size: 10px;
color: #868686;
float: right;
font-family: rockwell;
}

#copyright a{
text-decoration: none;
color: #868686;
}

#copyright a:hover{
text-decoration: none;
color: #b4e03c;
}

.headline{
padding-left: 45px; 
font-size: 28px;
color: #434343;
font-variant: small-caps;
}

.underheadline{
padding-top: 5px;
padding-left: 50px;
font-size: 20px;
color: #434343;
}

.text{
padding-top: 15px;
padding-left: 50px;
font-size: 17px; 
color: #434343;
}

.img_richardt{
float: right;
padding-right: 150px;
font-size: 17px; 
}

.img_vicevart{
float: right;
padding-right: 150px;
font-size: 17px; 
}


.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}