body{
    text-align:center;
    background-image: url('../images/hintergrund.png');
}

img{
    border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

/* Definition der DIV-Elemente */
#content{
    position: absolute;
    top:20px;
    width:650px;
    margin-left:-325px;
    left:50%;
}

#header{
    position: absolute;
    top:0;
    left:0;
    width:648px;
    height:128px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
}

#navigation{
    position: absolute;
    top:87px;
    left:0;
    width:650px;
    height:36px;
    background-image: url('../images/navigationsleiste.png');
    background-repeat:no-repeat;
    text-align:left;
	margin: 0px;
}

/* MAIN - CONTAINER für LINKS und RECHTS */
#main{
    position: absolute;
    top:132px;
    left:5px;
    width:650px;
}

#boxtop{
   width: 640px;
	height: 16px;
    background-image: url('../images/box-top.png');
    background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 4px;
}

#boxbottom{
   width: 640px;
	height: 16px;
    background-image: url('../images/box-bottom.png');
    background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 4px;
}

#boxleft{
    width: 16px;
	background-image: url('../images/box-left.png');
    background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	font-size: 4px;
}

#boxright{
    width: 16px;
	background-image: url('../images/box-right.png');
    background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	font-size: 4px;
}

#box1{
    position: absolute;
    top:0;
    left:0;
    width:424px;
    height:202px;
    background-image: url('../images/box1.png');
    background-repeat:no-repeat;
}

#box2{
    position: absolute;
    top:212px;
    left:0;
    width:424px;
    height:348px;
    background-image: url('../images/box2.png');
    background-repeat:no-repeat;
}

#box3{
    position: absolute;
    top:570px;
    left:0;
    width:424px;
    height:170px;
    background-image: url('../images/box3.png');
    background-repeat:no-repeat;
}

#right{
    position: absolute;
    top:0;
    right:8px;
    width:207px;
    height:735px;
    /*border:1px solid black;*/
}

/* Definition der Elemente im RIGHT-DIV */
#specialderwoche{
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 202px;
}

#doppelbanner{
    position: absolute;
    top: 212px;
    left:0;
    width: 207px;
    height: 348px;
}

#buchbinder{
    position: absolute;
    top: 570px;
    left:0;
    width: 205px;
    height: 167px;
}

#footer{
    /*position: absolute;
    top:750px;*/
    left:0;
    width: 640px;
    height:60px;
}