html, body{
margin: 0;
text-align: center;
background-image: url(img/background_body.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #FCFCFC;
}
img, a img{
border: 0;
}
div{
position: relative;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000;
background: transparent;
margin: 0;
padding: 0;
text-align: left;
}
#container{
top: 30px;
width: 906px;
height: 506px;
background-image: url(img/back_home2.jpg);
}
#left{
left: 1px;
top: 1px;
width: 285px;
height: 500px;
float: left;
}
#right{
top: 1px;
width: 615px;
height: 500px;
float: left;
}
#pfeil{
width: 24px;
height: 48px;
z-index: 100;
float: right;
margin: -150px 50px 0 0;
}
