html, body, div {
       margin: 0px;
       padding: 0px;
}



body {
       background: #E8E8E8;
}

#dokument {
       position: absolute;
       margin-left: 50%;
       top: 0px;
       left: -400px;
       width: 800px;
       height: 100%;
}

#rahmen {
       position: absolute;
       margin-top: -280px;
       top: 50%;
       left: 0px;
       width: 800px;
       height: 560px;
       z-index: 3;

       background: white url("images/bg-pattern.gif");
       border: solid #666666 1px;
}

#main {
       position: absolute;
       left: 0px;
       top: 100px;
       width: 798px;
       height: 420px;
       z-index: 2;

       background: white url("images/bg-main.jpg") no-repeat 3px 0px;
       border-top: solid lightgrey 1px;
       border-bottom: solid lightgrey 1px;
}

#content {
       position: absolute;
       top: 40px;
       left: 300px;
       width: 430px;
       z-index: 3;
}

#next {
       position: absolute;
       top: 150px;
       right: 23px;
       z-index: 5;
}

#prev {
       position: absolute;
       top: 150px;
       left: 23px;
       z-index: 5;
}

#gallerynav {
       position: absolute;
       top: 40px;
       left: 60px;
       text-align: center;
       z-index: 4;
       width: 680px;
}

#thumbs {
       position: absolute;
       top: 100px;
       left: 65px;
       width: 670px;
       z-index: 4;
}

.thumb {
       max-width: 167px;
       width: 167px;
       height: 310px;
       overflow: hidden;
       float: left;
}

#single {
       position: absolute;
       top: 40px;
       left: 65px;
       width: 670px;
       height: 360px;
}

#image {
	float: left;
        margin-right: 20px;
}



.imglink {
       position: relative;
       width: 167px;
       text-align: center;
}

.details {
       position: absolute;
       top: 240px;
       width: 167px;
       text-align: center;
}

#menu {
       position: absolute;
       top: 78px;
       left: 280px;
       z-index: 3;

}

#langmenu {
       position: absolute;
       top: 80px;
       right: 40px;
       z-index: 3;

}

#disclaimer {
       position: absolute;
       bottom: 15px;
       left: 40px;
       z-index: 3;
}

#logo {
       position: absolute;
       top: 50px;
       left: 40px;
       z-index: 3;
}

#shadow-right {
       position: absolute;
       top: 0px;
       right: -8px;
       width: 7px;
       height: 561px;
       z-index: 1;

       background: url("images/shadow-right.gif") repeat-y;
}

#shadow-bottom {
       position: absolute;
       bottom: -8px;
       left: 0px;
       width: 801px;
       height: 7px;
       z-index: 1;

       background: url("images/shadow-bottom.gif") repeat-x;
}

#shadow-corner {
       position: absolute;
       bottom: -8px;
       right: -8px;
       z-index: 1;
}



