body{
   font-family: "Trebuchet MS";
   font-size: 8pt;
   color: #555555;
   background-image: url(images/background.jpg);
   background-repeat: repeat;
}

img{
   border: none;
}

#container_background{
   width: 885px;
   height: 595px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -294px auto auto -442px;
   padding: 0px;
   background-image: url(images/book_v3.jpg);
   background-repeat: repeat;
}

#container_left_page{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 325px;
   height: 460px;
   position: absolute;
   top: 70px;
   left: 60px;
   background-color: transparant;
}

#container_menu {
   border: none;
   padding: 0px;
   margin: 0px;
   text-align: center;
   width: 325px;
   height: auto;
   position: absolute;
   top: 140px;
   left: 0px;
   background-color: transparant;
}

#assortment{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 270px;
   height: 180px;
   position: absolute;
   bottom: 0px;
   left: 42px;
   background-image: url(images/assortment.jpg);
   background-repeat: repeat;
}

#container_right_page{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: 450px;
   position: absolute;
   top: 70px;
   left: 500px;
   background-color: transparant;
}

.menu_selected {
   color: #b78100;
}

#title{
   width: 300px;
   height: 60px;
   text-align: center;
   position: absolute;
   top: 0px;
   left: 0px;
}

.plain_text {
   text-align: justify;
}

.image_right {
   float: right;
   margin-top: 10px;
   margin-right: 0px;
   margin-left: 15px;
   margin-bottom: 10px;
}

.half_paragraph{
   margin-top: -10px;
}

.button_normal {
   color: #ffffff;
   cursor: pointer;
}

.button_hover {
   color: #dddddd;
   cursor: pointer;
}

a{
   font-weight: bold;
   text-decoration: none;
   padding: 0px;
   color: #666666;
}

#container_menu a{
   display: block;
}

a:hover{
   color: #b78100;
}

p {
   padding-top: 0px;
   padding-bottom: 10px;
   margin: 0px;
}

#webshop{
   position: absolute;
   top: 61px;
   right: 4px;
   width: 27px;
   height: 100px;
   background-color: transparent;
}

#webshop:hover{
   cursor: pointer;
}
