<style media="print">

body{
  margin:0;  
  font-family: Trebuchet,Verdana,Arial;
  font-size: 12px;
  scrollbar-base-color: silver; 
}

#master {
   width: 980px;
   border: 1px solid white;

}

#masterin {
  width: 100%;
  height: 600px;
  position: relative;
}


#blok1 {
  position: absolute;
  top: 0;
  left: 5px;
  height: 700px;
  width: 950px;
}

#blok2{
 position: absolute;
 top: 0;
 right: 0;
 width: 0px; 

 padding: 15px 0px 15px 0px; 
}


#blok1in {
  margin: 0px 0px 0px 15px;
  padding: 0px 5px 0px 5px;

  overflow: visible;
}


#obraz{
  margin: 10px 0 10px 0;
  border-color: #BAB3B3;
  border-width: 1px; 
  border-top-style: none; 
  border-right-style: none; 
  border-bottom-style: solid; 
  border-left-style: none;
}

#dodavatel{
  text-align: right; margin: 0;  padding:0; float: right;  position:relative;  width:160px; 
}

#obrazek{
   text-align: right; margin: 0; float: right;  position:relative;   
   	margin:5px 5px 0px 5px;
}

#text{
 color: #333; font-size: 11px; font-weight: normal;  width:300px; position:relative; float:left; margin:0px; padding:0;
 background-color:red;
 }
 
#nadpisR {
  float:left;  
}

#dodavatelR {
  float:right;  
}

#obsah-bunky{
  clear:both;
  
}

#textR {
  width:80%;
  float:left;
  margin:5px 5px 5px 5px; 
}



#obrazekR {
  float:right; 
  	margin:5px 5px 5px 5px; 
}

h1 {font-size:26px;
margin: 10px 0 10px 10px;
}

</style>

