
/* CSS Document */


body {
position:  static;
background-image: url('img/left02.jpg');
background-repeat: repeat-y;
font-family:Verdana,sans-serif;
font-size:12px;
color:#0b3d71;
margin:0;	

}

a:link { color:#0000FF; }
a:visted { color:#0000FF; }
a:active { color:#0000FF; }
a:hover { color:#0099FF; }
 


#backtop {
position: fixed;
left: 268px;
top: 105px;
width: 756px;
height: 26px;
background-image: url('img/backtop.jpg');
background-repeat: repeat-x;
z-index: 10;
}

#top {
position: fixed;
width: 1024px;
height: 134px;
top: 0px;
left: 0px;
z-index: 10;
}

#left01 {
position: fixed;
left: 0px;
top: 105px;
z-index: 10;
}

#left03 {
position: fixed;
left: 0px;
top: 131px;
z-index: 0;
}

#left02 {
position: fixed;
top: 215px;
left: 0px;
z-index: 10;
}

#left04 {
position: fixed;
bottom: 0px;
left: 30px;
z-index: 10;
}

#main {
padding: 150px 0px 20px 250px;
width:774px;
z-index:1;

}

#adwordsrechts {
position: absolute;
left: 1050px;
top: 25px;
right: 0px;
z-index:1;

}


.block {
background-color:lightblue;
border-color:black;
border: 1px dotted black;
width: 90%;
}

.price_list{
position: absolute;
left: 40px;
top: 0px;
width: 350px;
}

/* IE only */

* html body{
overflow: hidden;
padding: 134px 200px 0 0;
}
* html div#top {
position: absolute;
}
* html div#backtop {
position: absolute;
}
* html div#left01 {
position: absolute;
}
* html div#left03 {
position: absolute;
}
* html div#left02 {
position: absolute;
}
* html div#left04 {
position: absolute;
}
* html #main {
height: 100%;
overflow: auto;
padding:0 0 0 250;
width:1024;

}

* html div#price_list {
position: absolute;

}


